-
Enhancement
-
Resolution: Unresolved
-
P4
-
9
Add support for script handlers for properties and collection changes.
Currently, only event handlers are supported in scripts.
The property handlers might looks like
<fx:script>
function handler(value, old, new) {
....
}
</fx:script>
<Button onTextChange="handler(property, oldValue, newValue);"/>
Currently, only event handlers are supported in scripts.
The property handlers might looks like
<fx:script>
function handler(value, old, new) {
....
}
</fx:script>
<Button onTextChange="handler(property, oldValue, newValue);"/>