#6114 closed feature (fixed)
Widget: Add _setOptions() method
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8.6 |
Component: | ui.widget | Version: | 1.8.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (3)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Milestone: | 1.9 → 1.8.6 |
---|
comment:3 Changed 12 years ago by
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.