Script handlers for property/collection changes

XMLWordPrintable

      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);"/>

            Assignee:
            Unassigned
            Reporter:
            Martin Sládeček
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Imported: