화면 » Api

scrollpospagenext

Description

화면에 스크롤이 생겼을 때 스크롤을 아래로 조금씩 내려주는 API이다.

Return Value

Type Description
void 없음

Example

function btn_scrollpospagenext_on_mouseup() { var scrTab = tabTest.getchildscreeninstance(0); if(factory.isobject(scrTab)) { scrTab.scrollpospagenext(); } }

See Also

scroll
scrollpospageprev
scrollpostofirst
scrollpostolast

Viewer Ver.

9.1.1.1

Update Date

20110415