Opened 9 years ago
Closed 9 years ago
#14382 closed enhancement (fixed)
dojox.app layout management
Reported by: | Eric Wang | Owned by: | Eric Wang |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | DojoX App | Version: | 1.7.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In dojox.app, we need to do layout in application level, each scene/view is responsible for layout its children.
We provide a layout container if uses need to layout widgets in a container. view can have more than one container.
Change History (5)
comment:1 Changed 9 years ago by
Owner: | changed from Ed Chatelain to Eric Wang |
---|
comment:2 Changed 9 years ago by
Component: | DojoX MVC → DojoX App |
---|
comment:4 Changed 9 years ago by
now "dojox.app.container" update to "dojox.app.widgets.Container"
<div dojoType="dojox.app.widgets.Container" class="navPane" region="left"> </div>
as scrollable layout container
<div dojoType="dojox.app.widgets.Container" region="center" scrollable="true"> </div>
comment:5 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
add dojox.app.container to implement this function. Use dojox.app.container as layout container
Use dojox.app.container as scrollable layout container