Opened 9 years ago
Closed 9 years ago
#15175 closed enhancement (invalid)
dojox.app needs to allow scenes to be rendered inside container widgets.
Reported by: | mikerobi | Owned by: | mikerobi |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8 |
Component: | DojoX App | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
It appears that dojox.app only supports full screen scene rendering. You should be able to place the scene within a Dojo container widget, or any dom node.
Fore example:
I have an app that uses a border container to separate the navigation menu from the page content. When the user click on an entry in the navigation widget I manually switch the contents of the other panel.
I believe this is something that should be within the scope of dojox.app.
Change History (5)
comment:2 Changed 9 years ago by
in dojox.app 1.8, provide dojox.app.widgets.Container to do container widgets layout.
See layoutApp in the tests folder.
comment:3 Changed 9 years ago by
Owner: | changed from Eric Wang to mikerobi |
---|---|
Status: | new → pending |
mikerobi, this seems that the new architecture in 1.8 should solve this. Let us know if it does not. Thanks.
comment:4 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|
comment:5 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
This is similar #14382, but I believe that that only deals with layout within a scene, and not scene placement.