#13886 closed enhancement (fixed)
add getParent() to _WidgetBase
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Dijit | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Add getParent() to _WidgetBase, but able to find the parent widget regardless of whether or not it extends _Container or sets isContainer.
Since _WidgetBase now supports getChildren(), it makes sense to support getParent() too.
Note: See
TracTickets for help on using
tickets.
In [26531]: