Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8090958

Script handlers for property/collection changes

    XMLWordPrintable

Details

    Description

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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Imported: