콤보박스 » Event

on_focusin

Description

입력 포커스를 얻을 때 호출 이벤트, 자세한 내용은 샘플 소스를 참조한다.

Parameters

Parameters Type Description
objInst INSTANCE 이벤트가 발생한 콤보박스 오브젝트

Return Value

Type Description
void

Example

/**
 * 콤보박스 포커스인 이벤트
 *
 * @param {Object} objInst 콤보박스 컴포넌트 인스턴스
 */
function combobox_on_focusin(objInst)
{
	factory.consoleprint("on_focusin> Start");
	factory.consoleprint("on_focusin> ComboBox Object Name = " + objInst.getname());
}

See Also

on_focusout

Viewer Ver.

9.1.1.1

Update Date

20230712