Mojox dockingview addview
mojox:mojox.DockingView.AddView
Method AddView:Void( view:mojo.app.View,location:String )#
Method AddView:Void( view:mojo.app.View,location:String,size:String )#
Method AddView:Void( view:mojo.app.View,location:String,size:String,resizable:Bool )#
Adds a view.
location
should be one of "left", "right", "top", "bottom".
size
can be either an integer number of pixels or a percentage. If no size is specified, the view's layout size is used.
If resizable
is true, the view can be resizable. Note: this must be used with size
set to a non-0 integer.