source: trunk/web/addons/job_monarch/lib/extjs/docs/output/Ext.layout.BorderLayout.SplitRegion.html @ 619

Last change on this file since 619 was 619, checked in by ramonb, 15 years ago

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 29.8 KB
Line 
1        <div class="body-wrap">
2        <div class="top-tools">
3            <a class="inner-link" href="#Ext.layout.BorderLayout.SplitRegion-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4            <a class="inner-link" href="#Ext.layout.BorderLayout.SplitRegion-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5            <a class="inner-link" href="#Ext.layout.BorderLayout.SplitRegion-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6                            <a class="inner-link" href="#Ext.layout.BorderLayout.SplitRegion-configs"><img src="../resources/images/default/s.gif" class="item-icon icon-config">Config Options</a>
7                        <a class="bookmark" href="../docs/?class=Ext.layout.BorderLayout.SplitRegion"><img src="../resources/images/default/s.gif" class="item-icon icon-fav">Direct Link</a>
8        </div>
9                <div class="inheritance res-block">
10<pre class="res-block-inner"><a ext:cls="Ext.layout.BorderLayout.Region" ext:member="" href="output/Ext.layout.BorderLayout.Region.html">BorderLayout.Region</a>
11  <img src="resources/elbow-end.gif"/>BorderLayout.SplitRegion</pre></div>
12                <h1>Class Ext.layout.BorderLayout.SplitRegion</h1>
13        <table cellspacing="0">
14            <tr><td class="label">Package:</td><td class="hd-info">Ext.layout</td></tr>
15            <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../src/BorderLayout.js" target="_blank">BorderLayout.js</a></td></tr>
16            <tr><td class="label">Class:</td><td class="hd-info">BorderLayout.SplitRegion</td></tr>
17                                    <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.layout.BorderLayout.Region" ext:member="" href="output/Ext.layout.BorderLayout.Region.html">BorderLayout.Region</a></td></tr>
18                    </table>
19        <div class="description">
20            This is a specialized type of BorderLayout region that has a built-in <a ext:cls="Ext.SplitBar" href="output/Ext.SplitBar.html">Ext.SplitBar</a> for user resizing of regions.        </div>
21       
22        <div class="hr"></div>
23                <a id="Ext.layout.BorderLayout.SplitRegion-configs"></a>
24        <h2>Config Options</h2>
25        <table cellspacing="0" class="member-table">
26            <tr>
27                <th class="sig-header" colspan="2">Config Options</th>
28                <th class="msource-header">Defined By</th>
29            </tr>
30                <tr class="config-row inherited expandable">
31        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
32        <td class="sig">
33        <a id="Ext.layout.BorderLayout.SplitRegion-animFloat"></a>
34            <b>animFloat</b> : Boolean            <div class="mdesc">
35                        <div class="short">When a collapsed region's bar is clicked, the region's panel will be displayed as a floated panel that will close aga...</div>
36            <div class="long">
37                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).            </div>
38                        </div>
39        </td>
40        <td class="msource"><a ext:cls="Ext.layout.BorderLayout.Region" ext:member="#animFloat" href="output/Ext.layout.BorderLayout.Region.html#animFloat">BorderLayout.Region</a></td>
41    </tr>
42        <tr class="config-row inherited alt expandable">
43        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
44        <td class="sig">
45        <a id="Ext.layout.BorderLayout.SplitRegion-autoHide"></a>
46            <b>autoHide</b> : Boolean            <div class="mdesc">
47                        <div class="short">When a collapsed region's bar is clicked, the region's panel will be displayed as a floated panel. If autoHide is tru...</div>
48            <div class="long">
49                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).            </div>
50                        </div>
51        </td>
52        <td class="msource"><a ext:cls="Ext.layout.BorderLayout.Region" ext:member="#autoHide" href="output/Ext.layout.BorderLayout.Region.html#autoHide">BorderLayout.Region</a></td>
53    </tr>
54        <tr class="config-row inherited expandable">
55        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
56        <td class="sig">
57        <a id="Ext.layout.BorderLayout.SplitRegion-cmargins"></a>
58            <b>cmargins</b> : Object            <div class="mdesc">
59                        <div class="short">An object containing margins to apply to the region when in the collapsed state in the format:{
60    top: (top margin)...</div>
61            <div class="long">
62                An object containing margins to apply to the region when in the collapsed state in the format:<pre><code>{
63    top: (top margin),
64    right: (right margin),
65    bottom: (bottom margin)
66    left: (left margin),
67}</code></pre> <p>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.</p> <p><ul> <li>If there is only one value, it applies to all sides.</li> <li>If there are two values, the top and bottom borders are set to the first value and the right and left are set to the second.</li> <li>If there are three values, the top is set to the first value, the left and right are set to the second, and the bottom is set to the third.</li> <li>If there are four values, they apply to the top, right, bottom, and left, respectively.</li> </ul></p>            </div>
68                        </div>
69        </td>
70        <td class="msource"><a ext:cls="Ext.layout.BorderLayout.Region" ext:member="#cmargins" href="output/Ext.layout.BorderLayout.Region.html#cmargins">BorderLayout.Region</a></td>
71    </tr>
72        <tr class="config-row inherited alt expandable">
73        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
74        <td class="sig">
75        <a id="Ext.layout.BorderLayout.SplitRegion-collapseMode"></a>
76            <b>collapseMode</b> : String            <div class="mdesc">
77                        <div class="short">By default, collapsible regions are collapsed by clicking the expand/collapse tool button that renders into the regio...</div>
78            <div class="long">
79                By default, collapsible regions are collapsed by clicking the expand/collapse tool button that renders into the region's title bar. Optionally, when collapseMode is set to 'mini' the region's split bar will also display a small collapse button in the center of the bar. In 'mini' mode the region will collapse to a thinner bar than in normal mode. By default collapseMode is undefined, and the only two supported values are undefined and 'mini'. Note that if a collapsible region does not have a title bar, then collapseMode must be set to 'mini' in order for the region to be collapsible by the user as the tool button will not be rendered.            </div>
80                        </div>
81        </td>
82        <td class="msource"><a ext:cls="Ext.layout.BorderLayout.Region" ext:member="#collapseMode" href="output/Ext.layout.BorderLayout.Region.html#collapseMode">BorderLayout.Region</a></td>
83    </tr>
84        <tr class="config-row inherited expandable">
85        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
86        <td class="sig">
87        <a id="Ext.layout.BorderLayout.SplitRegion-collapsed"></a>
88            <b>collapsed</b> : Boolean            <div class="mdesc">
89                        <div class="short">By default, collapsible regions will be visible when rendered. Set the collapsed config to true to render the region ...</div>
90            <div class="long">
91                By default, collapsible regions will be visible when rendered. Set the collapsed config to true to render the region as collapsed.            </div>
92                        </div>
93        </td>
94        <td class="msource"><a ext:cls="Ext.layout.BorderLayout.Region" ext:member="#collapsed" href="output/Ext.layout.BorderLayout.Region.html#collapsed">BorderLayout.Region</a></td>
95    </tr>
96        <tr class="config-row inherited alt expandable">
97        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
98        <td class="sig">
99        <a id="Ext.layout.BorderLayout.SplitRegion-collapsible"></a>
100            <b>collapsible</b> : Boolean            <div class="mdesc">
101                        <div class="short">True to allow the user to collapse this region (defaults to false). If true, an expand/collapse tool button will auto...</div>
102            <div class="long">
103                True to allow the user to collapse this region (defaults to false). If true, an expand/collapse tool button will automatically be rendered into the title bar of the region, otherwise the button will not be shown. Note that a title bar is required to display the toggle button -- if no region title is specified, the region will only be collapsible if <a ext:cls="Ext.layout.BorderLayout.Region" ext:member="collapseMode" href="output/Ext.layout.BorderLayout.Region.html#collapseMode">collapseMode</a> is set to 'mini'.            </div>
104                        </div>
105        </td>
106        <td class="msource"><a ext:cls="Ext.layout.BorderLayout.Region" ext:member="#collapsible" href="output/Ext.layout.BorderLayout.Region.html#collapsible">BorderLayout.Region</a></td>
107    </tr>
108        <tr class="config-row expandable">
109        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
110        <td class="sig">
111        <a id="Ext.layout.BorderLayout.SplitRegion-collapsibleSplitTip"></a>
112            <b>collapsibleSplitTip</b> : String            <div class="mdesc">
113                        <div class="short">The tooltip to display when the user hovers over a collapsible region's split bar (defaults to "Drag to resize. Doubl...</div>
114            <div class="long">
115                The tooltip to display when the user hovers over a collapsible region's split bar (defaults to "Drag to resize. Double click to hide."). Only applies if <a ext:cls="Ext.layout.BorderLayout.SplitRegion" ext:member="useSplitTips" href="output/Ext.layout.BorderLayout.SplitRegion.html#useSplitTips">useSplitTips</a> = true.            </div>
116                        </div>
117        </td>
118        <td class="msource">BorderLayout.SplitRegion</td>
119    </tr>
120        <tr class="config-row inherited alt expandable">
121        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
122        <td class="sig">
123        <a id="Ext.layout.BorderLayout.SplitRegion-floatable"></a>
124            <b>floatable</b> : Boolean            <div class="mdesc">
125                        <div class="short">True to allow clicking a collapsed region's bar to display the region's panel floated above the layout, false to forc...</div>
126            <div class="long">
127                True to allow clicking a collapsed region's bar to display the region's panel floated above the layout, false to force the user to fully expand a collapsed region by clicking the expand button to see it again (defaults to true).            </div>
128                        </div>
129        </td>
130        <td class="msource"><a ext:cls="Ext.layout.BorderLayout.Region" ext:member="#floatable" href="output/Ext.layout.BorderLayout.Region.html#floatable">BorderLayout.Region</a></td>
131    </tr>
132        <tr class="config-row inherited expandable">
133        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
134        <td class="sig">
135        <a id="Ext.layout.BorderLayout.SplitRegion-margins"></a>
136            <b>margins</b> : Object            <div class="mdesc">
137                        <div class="short">An object containing margins to apply to the region when in the expanded state in the format:{
138    top: (top margin),...</div>
139            <div class="long">
140                An object containing margins to apply to the region when in the expanded state in the format:<pre><code>{
141    top: (top margin),
142    right: (right margin),
143    bottom: (bottom margin)
144    left: (left margin),
145}</code></pre> <p>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:</p> <p><ul> <li>If there is only one value, it applies to all sides.</li> <li>If there are two values, the top and bottom borders are set to the first value and the right and left are set to the second.</li> <li>If there are three values, the top is set to the first value, the left and right are set to the second, and the bottom is set to the third.</li> <li>If there are four values, they apply to the top, right, bottom, and left, respectively.</li> </ul></p>            </div>
146                        </div>
147        </td>
148        <td class="msource"><a ext:cls="Ext.layout.BorderLayout.Region" ext:member="#margins" href="output/Ext.layout.BorderLayout.Region.html#margins">BorderLayout.Region</a></td>
149    </tr>
150        <tr class="config-row inherited alt">
151        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
152        <td class="sig">
153        <a id="Ext.layout.BorderLayout.SplitRegion-minHeight"></a>
154            <b>minHeight</b> : Number            <div class="mdesc">
155                            The minimum allowable height in pixels for this region (defaults to 50)                        </div>
156        </td>
157        <td class="msource"><a ext:cls="Ext.layout.BorderLayout.Region" ext:member="#minHeight" href="output/Ext.layout.BorderLayout.Region.html#minHeight">BorderLayout.Region</a></td>
158    </tr>
159        <tr class="config-row inherited">
160        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
161        <td class="sig">
162        <a id="Ext.layout.BorderLayout.SplitRegion-minWidth"></a>
163            <b>minWidth</b> : Number            <div class="mdesc">
164                            The minimum allowable width in pixels for this region (defaults to 50)                        </div>
165        </td>
166        <td class="msource"><a ext:cls="Ext.layout.BorderLayout.Region" ext:member="#minWidth" href="output/Ext.layout.BorderLayout.Region.html#minWidth">BorderLayout.Region</a></td>
167    </tr>
168        <tr class="config-row inherited alt expandable">
169        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
170        <td class="sig">
171        <a id="Ext.layout.BorderLayout.SplitRegion-split"></a>
172            <b>split</b> : Boolean            <div class="mdesc">
173                        <div class="short">True to display a Ext.SplitBar between this region and its neighbor, allowing the user to resize the regions dynamica...</div>
174            <div class="long">
175                True to display a <a ext:cls="Ext.SplitBar" href="output/Ext.SplitBar.html">Ext.SplitBar</a> between this region and its neighbor, allowing the user to resize the regions dynamically (defaults to false). When split == true, it is common to specify a minSize and maxSize for the BoxComponent representing the region. These are not native configs of BoxComponent, and are used only by this class.            </div>
176                        </div>
177        </td>
178        <td class="msource"><a ext:cls="Ext.layout.BorderLayout.Region" ext:member="#split" href="output/Ext.layout.BorderLayout.Region.html#split">BorderLayout.Region</a></td>
179    </tr>
180        <tr class="config-row expandable">
181        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
182        <td class="sig">
183        <a id="Ext.layout.BorderLayout.SplitRegion-splitTip"></a>
184            <b>splitTip</b> : String            <div class="mdesc">
185                        <div class="short">The tooltip to display when the user hovers over a non-collapsible region's split bar (defaults to "Drag to resize.")...</div>
186            <div class="long">
187                The tooltip to display when the user hovers over a non-collapsible region's split bar (defaults to "Drag to resize."). Only applies if <a ext:cls="Ext.layout.BorderLayout.SplitRegion" ext:member="useSplitTips" href="output/Ext.layout.BorderLayout.SplitRegion.html#useSplitTips">useSplitTips</a> = true.            </div>
188                        </div>
189        </td>
190        <td class="msource">BorderLayout.SplitRegion</td>
191    </tr>
192        <tr class="config-row alt expandable">
193        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
194        <td class="sig">
195        <a id="Ext.layout.BorderLayout.SplitRegion-useSplitTips"></a>
196            <b>useSplitTips</b> : Boolean            <div class="mdesc">
197                        <div class="short">True to display a tooltip when the user hovers over a region's split bar (defaults to false). The tooltip text will b...</div>
198            <div class="long">
199                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 <a ext:cls="Ext.layout.BorderLayout.SplitRegion" ext:member="splitTip" href="output/Ext.layout.BorderLayout.SplitRegion.html#splitTip">splitTip</a> or <a ext:cls="Ext.layout.BorderLayout.SplitRegion" ext:member="collapsibleSplitTip" href="output/Ext.layout.BorderLayout.SplitRegion.html#collapsibleSplitTip">collapsibleSplitTip</a> as appropriate.            </div>
200                        </div>
201        </td>
202        <td class="msource">BorderLayout.SplitRegion</td>
203    </tr>
204            </table>
205                <a id="Ext.layout.BorderLayout.SplitRegion-props"></a>
206        <h2>Public Properties</h2>
207                <table cellspacing="0" class="member-table">
208            <tr>
209                <th class="sig-header" colspan="2">Property</th>
210                <th class="msource-header">Defined By</th>
211            </tr>
212                <tr class="property-row inherited">
213        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
214        <td class="sig">
215        <a id="Ext.layout.BorderLayout.SplitRegion-isCollapsed"></a>
216            <b>isCollapsed</b> : Boolean            <div class="mdesc">
217                            True if this region is collapsed. Read-only.                        </div>
218        </td>
219        <td class="msource"><a ext:cls="Ext.layout.BorderLayout.Region" ext:member="#isCollapsed" href="output/Ext.layout.BorderLayout.Region.html#isCollapsed">BorderLayout.Region</a></td>
220    </tr>
221        <tr class="property-row inherited alt">
222        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
223        <td class="sig">
224        <a id="Ext.layout.BorderLayout.SplitRegion-layout"></a>
225            <b>layout</b> : Layout            <div class="mdesc">
226                           
227This region's layout.  Read-only.                        </div>
228        </td>
229        <td class="msource"><a ext:cls="Ext.layout.BorderLayout.Region" ext:member="#layout" href="output/Ext.layout.BorderLayout.Region.html#layout">BorderLayout.Region</a></td>
230    </tr>
231        <tr class="property-row inherited">
232        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
233        <td class="sig">
234        <a id="Ext.layout.BorderLayout.SplitRegion-panel"></a>
235            <b>panel</b> : Ext.Panel            <div class="mdesc">
236                            This region's panel.  Read-only.                        </div>
237        </td>
238        <td class="msource"><a ext:cls="Ext.layout.BorderLayout.Region" ext:member="#panel" href="output/Ext.layout.BorderLayout.Region.html#panel">BorderLayout.Region</a></td>
239    </tr>
240        <tr class="property-row inherited alt">
241        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
242        <td class="sig">
243        <a id="Ext.layout.BorderLayout.SplitRegion-position"></a>
244            <b>position</b> : String            <div class="mdesc">
245                           
246This region's layout position (north, south, east, west or center).  Read-only.                        </div>
247        </td>
248        <td class="msource"><a ext:cls="Ext.layout.BorderLayout.Region" ext:member="#position" href="output/Ext.layout.BorderLayout.Region.html#position">BorderLayout.Region</a></td>
249    </tr>
250            </table>
251                <a id="Ext.layout.BorderLayout.SplitRegion-methods"></a>
252        <h2>Public Methods</h2>
253                <table cellspacing="0" class="member-table">
254            <tr>
255                <th class="sig-header" colspan="2">Method</th>
256                <th class="msource-header">Defined By</th>
257            </tr>
258                <tr class="method-row expandable">
259        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
260        <td class="sig">
261        <a id="Ext.layout.BorderLayout.SplitRegion-BorderLayout.SplitRegion"></a>
262            <b>BorderLayout.SplitRegion</b>(&nbsp;<code>Layout layout</code>, <code>Object config</code>, <code>String position</code>&nbsp;)            <div class="mdesc">
263                        <div class="short">Create a new SplitRegion.</div>
264            <div class="long">
265                Create a new SplitRegion.    <div class="mdetail-params">
266        <strong>Parameters:</strong>
267        <ul><li><code>layout</code> : Layout<div class="sub-desc">Any valid Ext layout class</div></li><li><code>config</code> : Object<div class="sub-desc">The configuration options</div></li><li><code>position</code> : String<div class="sub-desc">The region position. Valid values are: north, south, east, west and center. Every
268BorderLayout must have a center region for the primary content -- all other regions are optional.</div></li>        </ul>
269        <strong>Returns:</strong>
270        <ul>
271            <li><code></code></li>
272        </ul>
273    </div>
274                </div>
275                        </div>
276        </td>
277        <td class="msource">BorderLayout.SplitRegion</td>
278    </tr>
279        <tr class="method-row inherited alt expandable">
280        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
281        <td class="sig">
282        <a id="Ext.layout.BorderLayout.SplitRegion-getMargins"></a>
283            <b>getMargins</b>() : Object            <div class="mdesc">
284                        <div class="short">Returns the current margins for this region.  If the region is collapsed, the cmargins (collapsed
285margins) value will...</div>
286            <div class="long">
287                Returns the current margins for this region.  If the region is collapsed, the cmargins (collapsed
288margins) value will be returned, otherwise the margins value will be returned.    <div class="mdetail-params">
289        <strong>Parameters:</strong>
290        <ul><li>None.</li>        </ul>
291        <strong>Returns:</strong>
292        <ul>
293            <li><code>Object</code><div class="sub-desc">An object containing the element's margins: {left: (left margin), top: (top margin), right: (right margin), bottom: (bottom margin)}</div></li>
294        </ul>
295    </div>
296                </div>
297                        </div>
298        </td>
299        <td class="msource"><a ext:cls="Ext.layout.BorderLayout.Region" ext:member="#getMargins" href="output/Ext.layout.BorderLayout.Region.html#getMargins">BorderLayout.Region</a></td>
300    </tr>
301        <tr class="method-row inherited expandable">
302        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
303        <td class="sig">
304        <a id="Ext.layout.BorderLayout.SplitRegion-getMinHeight"></a>
305            <b>getMinHeight</b>() : Number            <div class="mdesc">
306                        <div class="short">Returns the minimum allowable height for this region.</div>
307            <div class="long">
308                Returns the minimum allowable height for this region.    <div class="mdetail-params">
309        <strong>Parameters:</strong>
310        <ul><li>None.</li>        </ul>
311        <strong>Returns:</strong>
312        <ul>
313            <li><code>Number</code><div class="sub-desc">The minimum height</div></li>
314        </ul>
315    </div>
316                </div>
317                        </div>
318        </td>
319        <td class="msource"><a ext:cls="Ext.layout.BorderLayout.Region" ext:member="#getMinHeight" href="output/Ext.layout.BorderLayout.Region.html#getMinHeight">BorderLayout.Region</a></td>
320    </tr>
321        <tr class="method-row inherited alt expandable">
322        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
323        <td class="sig">
324        <a id="Ext.layout.BorderLayout.SplitRegion-getMinWidth"></a>
325            <b>getMinWidth</b>() : Number            <div class="mdesc">
326                        <div class="short">Returns the minimum allowable width for this region.</div>
327            <div class="long">
328                Returns the minimum allowable width for this region.    <div class="mdetail-params">
329        <strong>Parameters:</strong>
330        <ul><li>None.</li>        </ul>
331        <strong>Returns:</strong>
332        <ul>
333            <li><code>Number</code><div class="sub-desc">The minimum width</div></li>
334        </ul>
335    </div>
336                </div>
337                        </div>
338        </td>
339        <td class="msource"><a ext:cls="Ext.layout.BorderLayout.Region" ext:member="#getMinWidth" href="output/Ext.layout.BorderLayout.Region.html#getMinWidth">BorderLayout.Region</a></td>
340    </tr>
341        <tr class="method-row inherited expandable">
342        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
343        <td class="sig">
344        <a id="Ext.layout.BorderLayout.SplitRegion-getSize"></a>
345            <b>getSize</b>() : Object            <div class="mdesc">
346                        <div class="short">Returns the current size of this region.  If the region is collapsed, the size of the collapsedEl will
347be returned, o...</div>
348            <div class="long">
349                Returns the current size of this region.  If the region is collapsed, the size of the collapsedEl will
350be returned, otherwise the size of the region's panel will be returned.    <div class="mdetail-params">
351        <strong>Parameters:</strong>
352        <ul><li>None.</li>        </ul>
353        <strong>Returns:</strong>
354        <ul>
355            <li><code>Object</code><div class="sub-desc">An object containing the element's size: {width: (element width), height: (element height)}</div></li>
356        </ul>
357    </div>
358                </div>
359                        </div>
360        </td>
361        <td class="msource"><a ext:cls="Ext.layout.BorderLayout.Region" ext:member="#getSize" href="output/Ext.layout.BorderLayout.Region.html#getSize">BorderLayout.Region</a></td>
362    </tr>
363        <tr class="method-row alt expandable">
364        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
365        <td class="sig">
366        <a id="Ext.layout.BorderLayout.SplitRegion-getSplitBar"></a>
367            <b>getSplitBar</b>() : Ext.SplitBar            <div class="mdesc">
368                        <div class="short">Returns a reference to the split bar in use by this region.</div>
369            <div class="long">
370                Returns a reference to the split bar in use by this region.    <div class="mdetail-params">
371        <strong>Parameters:</strong>
372        <ul><li>None.</li>        </ul>
373        <strong>Returns:</strong>
374        <ul>
375            <li><code>Ext.SplitBar</code><div class="sub-desc">The split bar</div></li>
376        </ul>
377    </div>
378                </div>
379                        </div>
380        </td>
381        <td class="msource">BorderLayout.SplitRegion</td>
382    </tr>
383        <tr class="method-row inherited expandable">
384        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
385        <td class="sig">
386        <a id="Ext.layout.BorderLayout.SplitRegion-isVisible"></a>
387            <b>isVisible</b>() : Boolean            <div class="mdesc">
388                        <div class="short">True if this region is currently visible, else false.</div>
389            <div class="long">
390                True if this region is currently visible, else false.    <div class="mdetail-params">
391        <strong>Parameters:</strong>
392        <ul><li>None.</li>        </ul>
393        <strong>Returns:</strong>
394        <ul>
395            <li><code>Boolean</code></li>
396        </ul>
397    </div>
398                </div>
399                        </div>
400        </td>
401        <td class="msource"><a ext:cls="Ext.layout.BorderLayout.Region" ext:member="#isVisible" href="output/Ext.layout.BorderLayout.Region.html#isVisible">BorderLayout.Region</a></td>
402    </tr>
403        <tr class="method-row inherited alt expandable">
404        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
405        <td class="sig">
406        <a id="Ext.layout.BorderLayout.SplitRegion-setPanel"></a>
407            <b>setPanel</b>(&nbsp;<code>Ext.Panel panel</code>&nbsp;) : void            <div class="mdesc">
408                        <div class="short">Sets the specified panel as the container element for this region.</div>
409            <div class="long">
410                Sets the specified panel as the container element for this region.    <div class="mdetail-params">
411        <strong>Parameters:</strong>
412        <ul><li><code>panel</code> : Ext.Panel<div class="sub-desc">The new panel</div></li>        </ul>
413        <strong>Returns:</strong>
414        <ul>
415            <li><code>void</code></li>
416        </ul>
417    </div>
418                </div>
419                        </div>
420        </td>
421        <td class="msource"><a ext:cls="Ext.layout.BorderLayout.Region" ext:member="#setPanel" href="output/Ext.layout.BorderLayout.Region.html#setPanel">BorderLayout.Region</a></td>
422    </tr>
423            </table>
424                <a id="Ext.layout.BorderLayout.SplitRegion-events"></a>
425        <h2>Public Events</h2>
426        <div class="no-members">This class has no public events.</div>
427        </div>
Note: See TracBrowser for help on using the repository browser.