Page 1 of 1

Exit all click events for same object

Posted: Sat Jan 24, 2015 9:17 am
by Armand

If I add multiple actions to click event for one object and excute javascript return; during one of the click events is it correct to assume that no further click events will be executed?

Armand


Exit all click events for same object

Posted: Sat Jan 24, 2015 10:19 am
by Alena Prykhodko

Hello Armand,

Sure, please read about events order here http://devcenter.appery.io/documentat...


Exit all click events for same object

Posted: Sat Jan 24, 2015 11:59 am
by Armand

Thx