Subversion Repositories eFlore/Applications.cel

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 aperonnet 1
        <div class="body-wrap">
2
        <div class="top-tools">
3
            <a class="inner-link" href="#Ext.SplitBar.BasicLayoutAdapter-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4
            <a class="inner-link" href="#Ext.SplitBar.BasicLayoutAdapter-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5
            <a class="inner-link" href="#Ext.SplitBar.BasicLayoutAdapter-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6
                        <a class="bookmark" href="../docs/?class=Ext.SplitBar.BasicLayoutAdapter"><img src="../resources/images/default/s.gif" class="item-icon icon-fav">Direct Link</a>
7
        </div>
8
                <h1>Class Ext.SplitBar.BasicLayoutAdapter</h1>
9
        <table cellspacing="0">
10
            <tr><td class="label">Package:</td><td class="hd-info">Ext</td></tr>
11
            <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../source/widgets/SplitBar.js" target="_blank">SplitBar.js</a></td></tr>
12
            <tr><td class="label">Class:</td><td class="hd-info">SplitBar.BasicLayoutAdapter</td></tr>
13
                        <tr><td class="label">Subclasses:</td><td class="hd-info"><a ext:cls="Ext.SplitBar.AbsoluteLayoutAdapter" href="output/Ext.SplitBar.AbsoluteLayoutAdapter.html">SplitBar.AbsoluteLayoutAdapter</a></td></tr>
14
                                    <tr><td class="label">Extends:</td><td class="hd-info">Object</td></tr>
15
                    </table>
16
        <div class="description">
17
            Default Adapter. It assumes the splitter and resizing element are not positioned
18
elements and only gets/sets the width of the element. Generally used for table based layouts.        </div>
19
 
20
        <div class="hr"></div>
21
                <a id="Ext.SplitBar.BasicLayoutAdapter-props"></a>
22
        <h2>Public Properties</h2>
23
        <div class="no-members">This class has no public properties.</div>        <a id="Ext.SplitBar.BasicLayoutAdapter-methods"></a>
24
        <h2>Public Methods</h2>
25
                <table cellspacing="0" class="member-table">
26
            <tr>
27
                <th class="sig-header" colspan="2">Method</th>
28
                <th class="msource-header">Defined By</th>
29
            </tr>
30
                <tr class="method-row expandable">
31
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
32
        <td class="sig">
33
        <a id="Ext.SplitBar.BasicLayoutAdapter-getElementSize"></a>
34
            <b>getElementSize</b>(&nbsp;<code>Ext.SplitBar s</code>&nbsp;) : void            <div class="mdesc">
35
                        <div class="short">Called before drag operations to get the current size of the resizing element.</div>
36
            <div class="long">
37
                Called before drag operations to get the current size of the resizing element.    <div class="mdetail-params">
38
        <strong>Parameters:</strong>
39
        <ul><li><code>s</code> : Ext.SplitBar<div class="sub-desc">The SplitBar using this adapter</div></li>        </ul>
40
        <strong>Returns:</strong>
41
        <ul>
42
            <li><code>void</code></li>
43
        </ul>
44
    </div>
45
                </div>
46
                        </div>
47
        </td>
48
        <td class="msource">SplitBar.BasicLayoutAdapter</td>
49
    </tr>
50
        <tr class="method-row alt expandable">
51
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
52
        <td class="sig">
53
        <a id="Ext.SplitBar.BasicLayoutAdapter-setElementSize"></a>
54
            <b>setElementSize</b>(&nbsp;<code>Ext.SplitBar s</code>, <code>Number newSize</code>, <code>Function onComplete</code>&nbsp;) : void            <div class="mdesc">
55
                        <div class="short">Called after drag operations to set the size of the resizing element.</div>
56
            <div class="long">
57
                Called after drag operations to set the size of the resizing element.    <div class="mdetail-params">
58
        <strong>Parameters:</strong>
59
        <ul><li><code>s</code> : Ext.SplitBar<div class="sub-desc">The SplitBar using this adapter</div></li><li><code>newSize</code> : Number<div class="sub-desc">The new size to set</div></li><li><code>onComplete</code> : Function<div class="sub-desc">A function to be invoked when resizing is complete</div></li>        </ul>
60
        <strong>Returns:</strong>
61
        <ul>
62
            <li><code>void</code></li>
63
        </ul>
64
    </div>
65
                </div>
66
                        </div>
67
        </td>
68
        <td class="msource">SplitBar.BasicLayoutAdapter</td>
69
    </tr>
70
            </table>
71
                <a id="Ext.SplitBar.BasicLayoutAdapter-events"></a>
72
        <h2>Public Events</h2>
73
        <div class="no-members">This class has no public events.</div>
74
        </div>