#6158 closed feature (fixed)
Widget: Ability to define new methods for gathering options on init
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
Widgets currently support default options, metadata options and options passed on init. There's no way for plugin developers to define new methods of gather options on init since it has to run prior to the option merging.
Change History (3)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Milestone: | 1.9 → 1.8.6 |
---|
comment:3 Changed 13 years ago by
Widget: Added ability to define how to find options on init. Fixes #6158 - Widget: Ability to define new methods for gathering options on init.
Changeset: 512825d358851f4b2b584f1b6463e9cd48f31752
Note: See
TracTickets for help on using
tickets.
Fixed in 512825d.