This content has been marked as final.
Show 2 replies
-
1. Re: Reset values and a symbols position?
hemanth kumar r Feb 12, 2014 9:53 PM (in response to rossfranks)These two lines in reset click function should do for you
sym.getComposition().getStage().getSymbol('lab_items').$("feedbackText").html("");
sym.getComposition().getStage().getSymbol('lab_items').getSymbol('numbers').$('labMarks'). css("top",0);
-
2. Re: Reset values and a symbols position?
rossfranks Feb 13, 2014 4:20 PM (in response to hemanth kumar r)Thanks rhemanthkumar,
that's exactly it.



