dmachi / dojox_application

Dojox Application Framework for mobile, tablets, and desktops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need support for "overlay or dialog" views which can be displayed without replacing the current views.

edchat opened this issue · comments

Currently if you want to transition to a view with dojox/app it will replace the old view with the new view, we need a way to support overlay or dialog views which will be shown over the current view.