Ticket #6114 (closed feature: fixed)
Widget: Add _setOptions() method
| Reported by: | scott.gonzalez | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.8.6 |
| Component: | ui.widget | Version: | 1.8.5 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Some widgets may want to handle many options being set at the same time, either for performance or because multiple options affect each other. Providing a _setOptions() method that gets called after options() normalizes the values to a hash would provide a convenient hook.
Change History
comment:1 Changed 3 years ago by scott.gonzalez
- Status changed from new to closed
- Resolution set to fixed
comment:3 Changed 3 years ago by Scott González
Widget: Added _setOptions method for handling normalized options setting. Fixes #6114 - Widget: Add _setOptions() method.
Changeset: 9d88b565d6f65dc1aaebfaf99699f6155370949c
Note: See
TracTickets for help on using
tickets.


Fixed in 9d88b56.