![]() |
Previous | Next |
When a skin attribute changes value, an event occurs that can be handled by an event handler. The name of the event handler is the name of the attribute followed by an underscore and “onchange”, such as value_onchange.
Syntax
attribute_onchange
Example
<SLIDER
thumbImage = “thumb.gif”
value_onchange = “JScript: if (value == 100) backgroundColor = ‘green’;”
/>
See Also
Previous | Next |