X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.layout.MenuLayout.html diff --git a/docs/output/Ext.layout.MenuLayout.html b/docs/output/Ext.layout.MenuLayout.html index af101745..77c31379 100644 --- a/docs/output/Ext.layout.MenuLayout.html +++ b/docs/output/Ext.layout.MenuLayout.html @@ -1,4 +1,5 @@ -
ContainerLayout MenuLayout
Package: | Ext.layout |
Defined In: | MenuLayout.js |
Class: | MenuLayout |
Extends: | ContainerLayout |
Layout manager used by Ext.menu.Menu. Generally this class should not need to be used directly.
Config Options | Defined By | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
extraCls : String An optional extra CSS class that will be added to the container. This can be useful for adding
+ ContainerLayout + MenuLayout Class Ext.layout.MenuLayout
Layout manager used by Ext.menu.Menu. Generally this class should not need to be used directly. Config Options
Public MethodsThis class has no public methods. Public EventsThis class has no public events. | 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 |