화면 » Api

getmenuboxdom

Description

메뉴의 DOM 오브젝트를 구하는 API이다.

Return Value

Type Description
INSTANCE 메뉴의 DOM 오브젝트

Example

function screen_on_load() { var obj_dom = screen.getmenuboxdom(); // 메뉴의 height 값 300 px로 변경 var obj_property = { height: 300 }; factory.animate(obj_dom, obj_property, 200, "swing"); }

See Also

animate

Viewer Ver.

9.1.1.1

Update Date

20220125