747a36790f477c51ef351225fd28a3bf2f5bc1d9.svn-base 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <div class="body-wrap">
  2. <div class="top-tools">
  3. <a class="inner-link" href="#Ext.SplitBar.AbsoluteLayoutAdapter-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
  4. <a class="inner-link" href="#Ext.SplitBar.AbsoluteLayoutAdapter-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
  5. <a class="inner-link" href="#Ext.SplitBar.AbsoluteLayoutAdapter-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
  6. <a class="bookmark" href="../docs/?class=Ext.SplitBar.AbsoluteLayoutAdapter"><img src="../resources/images/default/s.gif" class="item-icon icon-fav">Direct Link</a>
  7. </div>
  8. <div class="inheritance res-block">
  9. <pre class="res-block-inner"><a ext:cls="Ext.SplitBar.BasicLayoutAdapter" ext:member="" href="output/Ext.SplitBar.BasicLayoutAdapter.html">SplitBar.BasicLayoutAdapter</a>
  10. <img src="resources/elbow-end.gif"/>SplitBar.AbsoluteLayoutAdapter</pre></div>
  11. <h1>Class Ext.SplitBar.AbsoluteLayoutAdapter</h1>
  12. <table cellspacing="0">
  13. <tr><td class="label">Package:</td><td class="hd-info">Ext</td></tr>
  14. <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../src/SplitBar.js" target="_blank">SplitBar.js</a></td></tr>
  15. <tr><td class="label">Class:</td><td class="hd-info">SplitBar.AbsoluteLayoutAdapter</td></tr>
  16. <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.SplitBar.BasicLayoutAdapter" ext:member="" href="output/Ext.SplitBar.BasicLayoutAdapter.html">SplitBar.BasicLayoutAdapter</a></td></tr>
  17. </table>
  18. <div class="description">
  19. Adapter that moves the splitter element to align with the resized sizing element.
  20. Used with an absolute positioned SplitBar. </div>
  21. <div class="hr"></div>
  22. <a id="Ext.SplitBar.AbsoluteLayoutAdapter-props"></a>
  23. <h2>Public Properties</h2>
  24. <table cellspacing="0" class="member-table">
  25. <tr>
  26. <th class="sig-header" colspan="2">Property</th>
  27. <th class="msource-header">Defined By</th>
  28. </tr>
  29. <tr class="property-row">
  30. <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
  31. <td class="sig">
  32. <a id="Ext.SplitBar.AbsoluteLayoutAdapter-SplitBar.AbsoluteLayoutAdapter.BOTTOM"></a>
  33. <b>SplitBar.AbsoluteLayoutAdapter.BOTTOM</b> : Number <div class="mdesc">
  34. &lt;static&gt; Placement constant - The resizing element is positioned under splitter element </div>
  35. </td>
  36. <td class="msource">SplitBar.AbsoluteLayoutAdapter</td>
  37. </tr>
  38. <tr class="property-row alt">
  39. <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
  40. <td class="sig">
  41. <a id="Ext.SplitBar.AbsoluteLayoutAdapter-SplitBar.AbsoluteLayoutAdapter.HORIZONTAL"></a>
  42. <b>SplitBar.AbsoluteLayoutAdapter.HORIZONTAL</b> : Number <div class="mdesc">
  43. &lt;static&gt; Orientation constant - Create a horizontal SplitBar </div>
  44. </td>
  45. <td class="msource">SplitBar.AbsoluteLayoutAdapter</td>
  46. </tr>
  47. <tr class="property-row">
  48. <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
  49. <td class="sig">
  50. <a id="Ext.SplitBar.AbsoluteLayoutAdapter-SplitBar.AbsoluteLayoutAdapter.LEFT"></a>
  51. <b>SplitBar.AbsoluteLayoutAdapter.LEFT</b> : Number <div class="mdesc">
  52. &lt;static&gt; Placement constant - The resizing element is to the left of the splitter element </div>
  53. </td>
  54. <td class="msource">SplitBar.AbsoluteLayoutAdapter</td>
  55. </tr>
  56. <tr class="property-row alt">
  57. <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
  58. <td class="sig">
  59. <a id="Ext.SplitBar.AbsoluteLayoutAdapter-SplitBar.AbsoluteLayoutAdapter.RIGHT"></a>
  60. <b>SplitBar.AbsoluteLayoutAdapter.RIGHT</b> : Number <div class="mdesc">
  61. &lt;static&gt; Placement constant - The resizing element is to the right of the splitter element </div>
  62. </td>
  63. <td class="msource">SplitBar.AbsoluteLayoutAdapter</td>
  64. </tr>
  65. <tr class="property-row">
  66. <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
  67. <td class="sig">
  68. <a id="Ext.SplitBar.AbsoluteLayoutAdapter-SplitBar.AbsoluteLayoutAdapter.TOP"></a>
  69. <b>SplitBar.AbsoluteLayoutAdapter.TOP</b> : Number <div class="mdesc">
  70. &lt;static&gt; Placement constant - The resizing element is positioned above the splitter element </div>
  71. </td>
  72. <td class="msource">SplitBar.AbsoluteLayoutAdapter</td>
  73. </tr>
  74. <tr class="property-row alt">
  75. <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
  76. <td class="sig">
  77. <a id="Ext.SplitBar.AbsoluteLayoutAdapter-SplitBar.AbsoluteLayoutAdapter.VERTICAL"></a>
  78. <b>SplitBar.AbsoluteLayoutAdapter.VERTICAL</b> : Number <div class="mdesc">
  79. &lt;static&gt; Orientation constant - Create a vertical SplitBar </div>
  80. </td>
  81. <td class="msource">SplitBar.AbsoluteLayoutAdapter</td>
  82. </tr>
  83. </table>
  84. <a id="Ext.SplitBar.AbsoluteLayoutAdapter-methods"></a>
  85. <h2>Public Methods</h2>
  86. <table cellspacing="0" class="member-table">
  87. <tr>
  88. <th class="sig-header" colspan="2">Method</th>
  89. <th class="msource-header">Defined By</th>
  90. </tr>
  91. <tr class="method-row inherited expandable">
  92. <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
  93. <td class="sig">
  94. <a id="Ext.SplitBar.AbsoluteLayoutAdapter-getElementSize"></a>
  95. <b>getElementSize</b>(&nbsp;<code>Ext.SplitBar s</code>&nbsp;) : void <div class="mdesc">
  96. <div class="short">Called before drag operations to get the current size of the resizing element.</div>
  97. <div class="long">
  98. Called before drag operations to get the current size of the resizing element. <div class="mdetail-params">
  99. <strong>Parameters:</strong>
  100. <ul><li><code>s</code> : Ext.SplitBar<div class="sub-desc">The SplitBar using this adapter</div></li> </ul>
  101. <strong>Returns:</strong>
  102. <ul>
  103. <li><code>void</code></li>
  104. </ul>
  105. </div>
  106. </div>
  107. </div>
  108. </td>
  109. <td class="msource"><a ext:cls="Ext.SplitBar.BasicLayoutAdapter" ext:member="#getElementSize" href="output/Ext.SplitBar.BasicLayoutAdapter.html#getElementSize">SplitBar.BasicLayoutAdapter</a></td>
  110. </tr>
  111. <tr class="method-row inherited alt expandable">
  112. <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
  113. <td class="sig">
  114. <a id="Ext.SplitBar.AbsoluteLayoutAdapter-setElementSize"></a>
  115. <b>setElementSize</b>(&nbsp;<code>Ext.SplitBar s</code>, <code>Number newSize</code>, <code>Function onComplete</code>&nbsp;) : void <div class="mdesc">
  116. <div class="short">Called after drag operations to set the size of the resizing element.</div>
  117. <div class="long">
  118. Called after drag operations to set the size of the resizing element. <div class="mdetail-params">
  119. <strong>Parameters:</strong>
  120. <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>
  121. <strong>Returns:</strong>
  122. <ul>
  123. <li><code>void</code></li>
  124. </ul>
  125. </div>
  126. </div>
  127. </div>
  128. </td>
  129. <td class="msource"><a ext:cls="Ext.SplitBar.BasicLayoutAdapter" ext:member="#setElementSize" href="output/Ext.SplitBar.BasicLayoutAdapter.html#setElementSize">SplitBar.BasicLayoutAdapter</a></td>
  130. </tr>
  131. </table>
  132. <a id="Ext.SplitBar.AbsoluteLayoutAdapter-events"></a>
  133. <h2>Public Events</h2>
  134. <div class="no-members">This class has no public events.</div>
  135. </div>