Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Set the cycleview-item to display?

ANSWERED

I'd like to set the first cycleview-item after a few seconds of inactivity. Is there any way to set a cycleview-item to display? Any help will be appreciated.

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

You can use the .value property to select a specific cycle-view item.

 

myCycleView.value = 0;

View best answer in original post

Best Answer
2 REPLIES 2

You can use the .value property to select a specific cycle-view item.

 

myCycleView.value = 0;
Best Answer

Thanks a lot.

Best Answer
0 Votes