Opened 10 years ago
Closed 10 years ago
#12462 closed enhancement (fixed)
dojox.mobile widgets should use _Container
Reported by: | ykami | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.6.0 |
Keywords: | 1.7-mobile | Cc: | |
Blocked By: | Blocking: |
Description
Currently, dojox.mobile widgets do not use _Container.js even when the widget is a container. This was because _Container had dependency on dojo.query, which was relatively a big module. Now that the dependency was removed, dojox.mobile widgets should use _Container to be consistent with standard dijits.
Note: See
TracTickets for help on using
tickets.
Used _Container and _Contained, and changed getEnclosingWidget to getParent.