Search found 1 match

Go to advanced search

by Luiz Alberto Zaiats
Wed Sep 04, 2013 10:12 pm
Forum: Issues
Topic: Events Handling: How to cancel an event?
Replies: 1
Views: 199
 
Jump to post

Events Handling: How to cancel an event?

How can I cancel an event? I am trying to make a Carousel not infinite loop, so the idea was to capture the BeforeNext and BeforePrev events and then verify the currentIndex of frames, if it's the last one or the first one, i would cancel the event... On common Javascript a simple e.stopPropagation(...

Go to advanced search