Add support for declaring event handlers in WTKX attributes
-----------------------------------------------------------
Key: PIVOT-274
URL: https://issues.apache.org/jira/browse/PIVOT-274
Project: Pivot
Issue Type: Improvement
Components: wtk-wtkx
Reporter: Greg Brown
Fix For: 1.3.2
Attribute-based event handlers will use a syntax similar to static property
setters; e.g.:
<PushButton ButtonPressListener.buttonPressed="..."/>
All page-level variables will be visible to script attributes, and the
arguments passed to the handler method will be available in an implicit
"arguments" property (an array of Objects).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.