Search and Top Navigation
#6114 closed feature (fixed)
Opened September 27, 2010 03:10PM UTC
Closed September 27, 2010 03:22PM UTC
Last modified November 19, 2010 06:26PM UTC
Widget: Add _setOptions() method
Reported by: | scottgonzalez | 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.
Fixed in 9d88b56.