This content has been marked as final.
Show 2 replies
-
1. Re: Enable/disable button?
TimJaramillo Oct 5, 2012 9:52 AM (in response to zsolemolina)Hi zsolemolina, check out the jQuery "bind" and "unbind" methods:
http://stackoverflow.com/questions/11250779/button-on-off-with-jquery
Here's an example I built, an alert should pop up when clicking the grey button:
http://www.timjaramillo.com/code/edge/button_enable_disable/test.html
And the source:
www.timjaramillo.com/code/edge/_source/button_enable_disable.zip
The enable/disable code is on the Stage/compositionReady event. Let me know if you have any Q's!
-
2. Re: Enable/disable button?
zsolemolina Oct 8, 2012 2:15 AM (in response to TimJaramillo)Hello Tim! Thanks a lot for your help. I will try right now!


