Roo.util.Observable
Roo.LayoutManager
Roo.BorderLayout
Roo.ReaderLayout 

		   

Class Roo.ReaderLayout

Package:Roo
Defined In: Roo/ReaderLayout.js.
Class:ReaderLayout
Extends: Roo.BorderLayout
This is a pre-built layout that represents a classic, 5-pane application. It consists of a header, a primary
center region containing two nested regions (a top one for a list view and one for item preview below),
and regions on either side that can be used for navigation, application commands, informational displays, etc.
The setup and configuration work exactly the same as it does for a {link Roo.BorderLayout} - this class simply
expedites the setup of the overall layout and regions for this common application style.
Example:

var reader = new Roo.ReaderLayout();
var CP = Roo.ContentPanel; // shortcut for adding

reader.beginUpdate();
reader.add("north", new CP("north", "North"));
reader.add("west", new CP("west", {title: "West"}));
reader.add("east", new CP("east", {title: "East"}));

reader.regions.listView.add(new CP("listView", "List"));
reader.regions.preview.add(new CP("preview", "Preview"));
reader.endUpdate();
Class Comments / Notes => [Add Your comment/notes about this class]
Config Options (Usually are also Properties)
Options Defined By
Public Properties - Has None
Public Methods
Method Defined By
Events
Event Defined By
Documentation generated by Introspection Doc Generator on Fri Jul 13 2018 14:10:53 GMT+0800 (HKT) Based on JsDoc Toolkit