Opened 12 years ago
Closed 12 years ago
#6937 closed feature (fixed)
Widget: Allow redefining a widget to create extensions
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.widget | Version: | 1.8.9 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Being able to extend a widget via $.widget() would be very useful and would remove the need to manually proxy methods.
Note: See
TracTickets for help on using
tickets.
Widget: Added ability to use $.widget() to create extensions. Fixes #6937 - Widget: Allow redefining a widget to create extensions.