01-13-2020 18:12
01-13-2020 18:12
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.
Answered! Go to the Best Answer.
01-14-2020 10:43
01-14-2020 10:43
You can use the .value property to select a specific cycle-view item.
myCycleView.value = 0;
01-14-2020 10:43
01-14-2020 10:43
You can use the .value property to select a specific cycle-view item.
myCycleView.value = 0;
01-14-2020 11:10
01-14-2020 11:10
Thanks a lot.