My favorite reply, a mixin on a component in a zone will get it's javascript
run again on zone update. So you make a mixin that handles both disabling
and enabling, it will run on page render, and run again whenever you update
the zone.
Oh, and use renderSupport.addScript, like in here:
http://j
*sigh*
Pretty disappointed I didn't consider this, since it's exactly how I
update the TextField's value.. but
disabled="${disabled}" and then set the disabled value in the mixin
handler method.
Although, I am still interested in learning how to get a call to some
javascript from within a m