Opened 11 years ago
Closed 11 years ago
#10376 closed defect (invalid)
dijit._Widget.group is missing
Reported by: | acca | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.3.2 |
Keywords: | dijit._Widget.group | Cc: | |
Blocked By: | Blocking: |
Description
The attribute is in the documentation:
http://api.dojotoolkit.org/jsdoc/1.3.2/dijit._Widget.group
but not in dijit/_Widget.js
Note: See
TracTickets for help on using
tickets.
That's right, it's defined in GridContainer.js, which mixes it into _Widget. This is a technique we use for a number of widgets that need attributes set on their children, such as BorderContainer and TabContainer.
We could have alternately added all of those attributes into _Widget.js itself, but it's just not the design we chose.