View
layout management
All Model-View-Controller (MVC) applications have views. A view is a representation of a set of
data, a collection of controls that can perform some series of operations,
or a mix of both. All views require some sort of layout control.
This topic provides the basic framework on how to do layout management
with the Dojo Toolkit. In particular, two general layout patterns
that are commonly used are the single page and single view layout
and single page and multiple view layout. Examples of each view
are provided.
Basic Layout:
Single page and Single view
Complex layout:
Single page and Multiple view