X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..c8256059947f3aa8f5b0a9a2acf55e2142bb4742:/docs/output/Ext.layout.BorderLayout.html diff --git a/docs/output/Ext.layout.BorderLayout.html b/docs/output/Ext.layout.BorderLayout.html index c879d614..a3c9417a 100644 --- a/docs/output/Ext.layout.BorderLayout.html +++ b/docs/output/Ext.layout.BorderLayout.html @@ -1,4 +1,4 @@ -
ContainerLayout BorderLayout
Package: | Ext.layout |
Defined In: | BorderLayout.js |
Class: | BorderLayout |
Extends: | ContainerLayout |
This is a multi-pane, application-oriented UI layout style that supports multiple +
ContainerLayout BorderLayout
Package: | Ext.layout |
Defined In: | BorderLayout.js |
Class: | BorderLayout |
Extends: | ContainerLayout |
This is a multi-pane, application-oriented UI layout style that supports multiple nested panels, automatic split bars between regions and built-in expanding and collapsing of regions.
@@ -66,7 +66,7 @@ wrc.Region:wr = myBorderPanel.layout.west;
Config Options | Defined By | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
extraCls : String An optional extra CSS class that will be added to the container. This can be useful for adding
+ Config Options
Public Properties
Public Properties
Public MethodsThis class has no public methods. Public EventsThis class has no public events.
\ No newline at end of file
+Ext.layout.FormLayout.getTemplateArgs. | ContainerLayout | |||||||||||||||||||||||||
if : Object This monitorResize flag will be renamed soon as to avoid confusion
+with the Container version which hooks onWindowRes... This monitorResize flag will be renamed soon as to avoid confusion
+with the Container version which hooks onWindowResize to doLayout
+monitorResize flag in this context attaches the resize event between
+a container and it's layout | ContainerLayout |
Method | Defined By | |
---|---|---|
parseMargins( Number|String v )
+ :
+ ObjectParses a number or string representing margin sizes into an object. Supports CSS-style margin declarations
+(e.g. 10, ... Parses a number or string representing margin sizes into an object. Supports CSS-style margin declarations
+(e.g. 10, "10", "10 10", "10 10 10" and "10 10 10 10" are all valid options and would return the same result) Parameters:
| ContainerLayout |