Opened 11 years ago
Closed 11 years ago
#8045 closed feature (fixed)
Widget: Ability to provide event data for create event
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.widget | Version: | 1.8.17 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The base widget triggers the create event for all widgets, but doesn't provide any mechanism for the widget to provide data to pass with the event.
Note: See
TracTickets for help on using
tickets.
Widget: Added _getCreateEventData(). Fixes #8045 - Widget: Ability to provide event data for create event.