슬라이드뷰 » Api

getautoslideinterval

Description

auto_slide속성이 true일때 몇 초 간격으로 아이템이 변경될지를 설정하는 auto_slide_interval값을 리턴한다.

Return Value

Type Description
long auto_slide_inteval 값 (1초: 1000)

Remark

**nInterval : ex) 1000 -> 1초

Example

function btn_timer_on_mouseup() { var data = slideView.getautoslideinterval(); screen.alert(data); }

See Also

setautoslideinterval

Viewer Ver.

9.1.1.1

Update Date

20190211