You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure to see how the comment relates with the issue. Anyway I think the problem is fixed with latest dojox/app master from Eric. This is just waiting to be merged. Ed/Eric can confirm.
the Completed and other lists(reminder, work items) shows in the left hand view, and items should in the right, when click on an item, show the detail in the right.
dojox.app only allow one "center" area as the transition area, if we want to show items on the left, that's means we should show lists view on left first and transition to items view when click on lists, both "left" area and "center" area are treated as transition area. In this situation, we need to use all the screen as the transition area and use dojox.mobile.FixedSplitter to do application layout.
I don't think it's better for todoApp, we want to use dojox.app to do application layout in todoApp.
the Completed, and other lists and list items views should be in the left hand view, details of list items in the right.
The text was updated successfully, but these errors were encountered: