X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.layout.BorderLayout.SplitRegion.html diff --git a/docs/output/Ext.layout.BorderLayout.SplitRegion.html b/docs/output/Ext.layout.BorderLayout.SplitRegion.html index 571c19a8..8ef5a4be 100644 --- a/docs/output/Ext.layout.BorderLayout.SplitRegion.html +++ b/docs/output/Ext.layout.BorderLayout.SplitRegion.html @@ -1,427 +1,142 @@ -
BorderLayout.Region - BorderLayout.SplitRegion
Package: | Ext.layout |
Defined In: | BorderLayout.js |
Class: | BorderLayout.SplitRegion |
Extends: | BorderLayout.Region |
Config Options | -Defined By | -|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
- |
-
- animFloat : Boolean
-
- When a collapsed region's bar is clicked, the region's panel will be displayed as a floated panel that will close aga...
-
- When a collapsed region's bar is clicked, the region's panel will be displayed as a floated panel that will close again once the user mouses out of that panel (or clicks out if autoHide = false). Setting animFloat to false will prevent the open and close of these floated panels from being animated (defaults to true).
- |
- BorderLayout.Region | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- |
-
- autoHide : Boolean
-
- When a collapsed region's bar is clicked, the region's panel will be displayed as a floated panel. If autoHide is tru...
-
- When a collapsed region's bar is clicked, the region's panel will be displayed as a floated panel. If autoHide is true, the panel will automatically hide after the user mouses out of the panel. If autoHide is false, the panel will continue to display until the user clicks outside of the panel (defaults to true).
- |
- BorderLayout.Region | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- |
-
- cmargins : Object
- An object containing margins to apply to the region when in the collapsed state in the format:{
- top: (top margin)...
-
- An object containing margins to apply to the region when in the collapsed state in the format:
+May also be a string containing space-separated, numeric margin values. The order of the +sides associated with each value matches the way CSS processes margin values: +
Defaults to:
| BorderLayout.Region | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
minHeight : Number The minimum allowable height in pixels for this region (defaults to 50)
+maxHeight may also be specified.
+Note: settin... | BorderLayout.Region | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
minWidth : Number The minimum allowable width in pixels for this region (defaults to 50).
+maxWidth may also be specified.
+Note: setting... | BorderLayout.Region | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
split : Boolean true to create a SplitRegion and
+display a 5px wide Ext.SplitBar between this region and its neighbor, allowing the u... true to create a SplitRegion and +display a 5px wide Ext.SplitBar between this region and its neighbor, allowing the user to +resize the regions dynamically. Defaults to false creating a +Region. + Notes:
| BorderLayout.Region | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
splitTip : String The tooltip to display when the user hovers over a
+non-collapsible region's split bar
+(defaults to "Drag to resize.")... The tooltip to display when the user hovers over a
+non-collapsible region's split bar
+(defaults to "Drag to resize."). Only applies if
+useSplitTips = true. | BorderLayout.SplitRegion | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tickSize : Number | BorderLayout.SplitRegion | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
useSplitTips : Boolean true to display a tooltip when the user hovers over a region's split bar
+(defaults to false). The tooltip text will ... true to display a tooltip when the user hovers over a region's split bar
+(defaults to false). The tooltip text will be the value of either
+splitTip or collapsibleSplitTip as appropriate. | BorderLayout.SplitRegion |
Property | Defined By | |
---|---|---|
isCollapsed : Boolean True if this region is collapsed. Read-only. | BorderLayout.Region | |
layout : Layout This region's layout. Read-only. | BorderLayout.Region | |
panel : Ext.Panel This region's panel. Read-only. | BorderLayout.Region | |
position : String This region's layout position (north, south, east, west or center). Read-only. | BorderLayout.Region |
Method | Defined By | |
---|---|---|
BorderLayout.SplitRegion( Layout layout , Object config , String position )
+ Create a new SplitRegion. Create a new SplitRegion. Parameters:
| BorderLayout.SplitRegion | |
getMargins()
+ :
+ Object Returns the current margins for this region. If the region is collapsed, the
+cmargins (collapsed margins) value will... Returns the current margins for this region. If the region is collapsed, the
+cmargins (collapsed margins) value will be returned, otherwise the
+margins value will be returned. Parameters:
| BorderLayout.Region | |
getMinHeight()
+ :
+ Number Returns the minimum allowable height for this region. Returns the minimum allowable height for this region. Parameters:
| BorderLayout.Region | |
getMinWidth()
+ :
+ Number Returns the minimum allowable width for this region. Returns the minimum allowable width for this region. Parameters:
| BorderLayout.Region | |
getSize()
+ :
+ Object Returns the current size of this region. If the region is collapsed, the size of the
+collapsedEl will be returned, o... Returns the current size of this region. If the region is collapsed, the size of the
+collapsedEl will be returned, otherwise the size of the region's panel will be returned. Parameters:
| BorderLayout.Region | |
getSplitBar()
+ :
+ Ext.SplitBar Returns a reference to the split bar in use by this region. Returns a reference to the split bar in use by this region. Parameters:
| BorderLayout.SplitRegion | |
isVisible()
+ :
+ Boolean True if this region is currently visible, else false. True if this region is currently visible, else false. Parameters:
| BorderLayout.Region | |
setPanel( Ext.Panel panel )
+ :
+ voidSets the specified panel as the container element for this region. Sets the specified panel as the container element for this region. Parameters:
| BorderLayout.Region | |
slideIn()
+ :
+ void If this Region is floatable, and this Region has been slid into floating visibility, then this method slides
+this reg... If this Region is floatable, and this Region has been slid into floating visibility, then this method slides
+this region back into its collapsed state. Parameters:
| BorderLayout.Region | |
slideOut()
+ :
+ void If this Region is floatable, this method slides this Region into full visibility over the top
+of the center Region wh... | BorderLayout.Region |