팩토리 » Api

xplusallowshortcutfind

Description

전용브라우저에서 Ctrl+F 키 입력시 찾기 대화상자를 표시할지 여부를 지정하는 API입니다.

Parameters

Parameters Type Description
bAllow BOOL 찾기 단축키(Ctrl+F) 허용여부

Return Value

Type Description
BOOL 정상처리 여부

Remark

전용 브라우저 환경에서만 동작합니다.

Example

function btn_test_on_mouseup(objInst) { // 단축키 Ctrl+F 입력시 찾기 대화상자 표시안함 factory.xplusallowshortcutfind(false); }

Viewer Ver.

9.1.1.1

Update Date

20220907