commit extjs-2.2.1
[extjs.git] / docs / output / Ext.PagingToolbar.html
1         <div class="body-wrap">
2         <div class="top-tools">
3             <a class="inner-link" href="#Ext.PagingToolbar-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4             <a class="inner-link" href="#Ext.PagingToolbar-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5             <a class="inner-link" href="#Ext.PagingToolbar-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6                             <a class="inner-link" href="#Ext.PagingToolbar-configs"><img src="../resources/images/default/s.gif" class="item-icon icon-config">Config Options</a>
7                         <a class="bookmark" href="../docs/?class=Ext.PagingToolbar"><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.util.Observable" ext:member="" href="output/Ext.util.Observable.html">Observable</a>
11   <img src="resources/elbow-end.gif"/><a ext:cls="Ext.Component" ext:member="" href="output/Ext.Component.html">Component</a>
12     <img src="resources/elbow-end.gif"/><a ext:cls="Ext.BoxComponent" ext:member="" href="output/Ext.BoxComponent.html">BoxComponent</a>
13       <img src="resources/elbow-end.gif"/><a ext:cls="Ext.Toolbar" ext:member="" href="output/Ext.Toolbar.html">Toolbar</a>
14         <img src="resources/elbow-end.gif"/>PagingToolbar</pre></div>
15                 <h1>Class Ext.PagingToolbar</h1>
16         <table cellspacing="0">
17             <tr><td class="label">Package:</td><td class="hd-info">Ext</td></tr>
18             <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../src/PagingToolbar.js" target="_blank">PagingToolbar.js</a></td></tr>
19             <tr><td class="label">Class:</td><td class="hd-info">PagingToolbar</td></tr>
20                                     <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.Toolbar" ext:member="" href="output/Ext.Toolbar.html">Toolbar</a></td></tr>
21                     </table>
22         <div class="description">
23             *
24 <p>A specialized toolbar that is bound to a <a ext:cls="Ext.data.Store" href="output/Ext.data.Store.html">Ext.data.Store</a> and provides automatic paging control. This
25 Component <a ext:cls="Ext.data.Store" ext:member="load" href="output/Ext.data.Store.html#load">load</a>s blocks of data into the Store passing parameters who's names are
26 specified by the store's <a ext:cls="Ext.data.Store" ext:member="paramNames" href="output/Ext.data.Store.html#paramNames">paramNames</a> property.</p>        </div>
27         
28         <div class="hr"></div>
29                 <a id="Ext.PagingToolbar-configs"></a>
30         <h2>Config Options</h2>
31         <table cellspacing="0" class="member-table">
32             <tr>
33                 <th class="sig-header" colspan="2">Config Options</th>
34                 <th class="msource-header">Defined By</th>
35             </tr>
36                 <tr class="config-row inherited">\r
37         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
38         <td class="sig">\r
39         <a id="Ext.PagingToolbar-allowDomMove"></a>\r
40             <b>allowDomMove</b> : Boolean            <div class="mdesc">\r
41                             Whether the component can move the Dom node when rendering (defaults to true).                        </div>\r
42         </td>\r
43         <td class="msource"><a ext:cls="Ext.Component" ext:member="#allowDomMove" href="output/Ext.Component.html#allowDomMove">Component</a></td>\r
44     </tr>\r
45         <tr class="config-row inherited alt expandable">\r
46         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
47         <td class="sig">\r
48         <a id="Ext.PagingToolbar-applyTo"></a>\r
49             <b>applyTo</b> : Mixed            <div class="mdesc">\r
50                         <div class="short">The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document ...</div>\r
51             <div class="long">\r
52                 The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document that specifies some structural markup for this component. When applyTo is used, constituent parts of the component can also be specified by id or CSS class name within the main element, and the component being created may attempt to create its subcomponents from that markup if applicable. Using this config, a call to render() is not required. If applyTo is specified, any value passed for <a ext:cls="Ext.Component" ext:member="renderTo" href="output/Ext.Component.html#renderTo">renderTo</a> will be ignored and the target element's parent node will automatically be used as the component's container.            </div>\r
53                         </div>\r
54         </td>\r
55         <td class="msource"><a ext:cls="Ext.Component" ext:member="#applyTo" href="output/Ext.Component.html#applyTo">Component</a></td>\r
56     </tr>\r
57         <tr class="config-row inherited expandable">\r
58         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
59         <td class="sig">\r
60         <a id="Ext.PagingToolbar-autoEl"></a>\r
61             <b>autoEl</b> : String/Object            <div class="mdesc">\r
62                         <div class="short">A tag name or DomHelper spec to create an element with. This is intended to create shorthand utility components inlin...</div>\r
63             <div class="long">\r
64                 A tag name or DomHelper spec to create an element with. This is intended to create shorthand utility components inline via JSON. It should not be used for higher level components which already create their own elements. Example usage: <pre><code>{xtype:<em>'box'</em>, autoEl: <em>'div'</em>, cls:<em>'my-class'</em>}
65 {xtype:<em>'box'</em>, autoEl: {tag:<em>'blockquote'</em>, html:<em>'autoEl is cool!'</em>}} // <b>with</b> DomHelper</code></pre>            </div>\r
66                         </div>\r
67         </td>\r
68         <td class="msource"><a ext:cls="Ext.Component" ext:member="#autoEl" href="output/Ext.Component.html#autoEl">Component</a></td>\r
69     </tr>\r
70         <tr class="config-row inherited alt expandable">\r
71         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
72         <td class="sig">\r
73         <a id="Ext.PagingToolbar-autoHeight"></a>\r
74             <b>autoHeight</b> : Boolean            <div class="mdesc">\r
75                         <div class="short">True to use height:'auto', false to use fixed height (defaults to false). Note: Although many components inherit this...</div>\r
76             <div class="long">\r
77                 True to use height:'auto', false to use fixed height (defaults to false). <b>Note</b>: Although many components inherit this config option, not all will function as expected with a height of 'auto'. Setting autoHeight:true means that the browser will manage height based on the element's contents, and that Ext will not manage it at all.            </div>\r
78                         </div>\r
79         </td>\r
80         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#autoHeight" href="output/Ext.BoxComponent.html#autoHeight">BoxComponent</a></td>\r
81     </tr>\r
82         <tr class="config-row inherited expandable">\r
83         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
84         <td class="sig">\r
85         <a id="Ext.PagingToolbar-autoShow"></a>\r
86             <b>autoShow</b> : Boolean            <div class="mdesc">\r
87                         <div class="short">True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove them on render...</div>\r
88             <div class="long">\r
89                 True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove them on render (defaults to false).            </div>\r
90                         </div>\r
91         </td>\r
92         <td class="msource"><a ext:cls="Ext.Component" ext:member="#autoShow" href="output/Ext.Component.html#autoShow">Component</a></td>\r
93     </tr>\r
94         <tr class="config-row inherited alt expandable">\r
95         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
96         <td class="sig">\r
97         <a id="Ext.PagingToolbar-autoWidth"></a>\r
98             <b>autoWidth</b> : Boolean            <div class="mdesc">\r
99                         <div class="short">True to use width:'auto', false to use fixed width (defaults to false). Note: Although many components inherit this c...</div>\r
100             <div class="long">\r
101                 True to use width:'auto', false to use fixed width (defaults to false). <b>Note</b>: Although many components inherit this config option, not all will function as expected with a width of 'auto'. Setting autoWidth:true means that the browser will manage width based on the element's contents, and that Ext will not manage it at all.            </div>\r
102                         </div>\r
103         </td>\r
104         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#autoWidth" href="output/Ext.BoxComponent.html#autoWidth">BoxComponent</a></td>\r
105     </tr>\r
106         <tr class="config-row inherited expandable">\r
107         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
108         <td class="sig">\r
109         <a id="Ext.PagingToolbar-clearCls"></a>\r
110             <b>clearCls</b> : String            <div class="mdesc">\r
111                         <div class="short">The CSS class used to provide field clearing (defaults to 'x-form-clear-left'). This config is only used when this Co...</div>\r
112             <div class="long">\r
113                 The CSS class used to provide field clearing (defaults to 'x-form-clear-left'). <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p>            </div>\r
114                         </div>\r
115         </td>\r
116         <td class="msource"><a ext:cls="Ext.Component" ext:member="#clearCls" href="output/Ext.Component.html#clearCls">Component</a></td>\r
117     </tr>\r
118         <tr class="config-row inherited alt expandable">\r
119         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
120         <td class="sig">\r
121         <a id="Ext.PagingToolbar-cls"></a>\r
122             <b>cls</b> : String            <div class="mdesc">\r
123                         <div class="short">An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for a...</div>\r
124             <div class="long">\r
125                 An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for adding customized styles to the component or any of its children using standard CSS rules.            </div>\r
126                         </div>\r
127         </td>\r
128         <td class="msource"><a ext:cls="Ext.Component" ext:member="#cls" href="output/Ext.Component.html#cls">Component</a></td>\r
129     </tr>\r
130         <tr class="config-row inherited expandable">\r
131         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
132         <td class="sig">\r
133         <a id="Ext.PagingToolbar-ctCls"></a>\r
134             <b>ctCls</b> : String            <div class="mdesc">\r
135                         <div class="short">An optional extra CSS class that will be added to this component's container (defaults to ''). This can be useful for...</div>\r
136             <div class="long">\r
137                 An optional extra CSS class that will be added to this component's container (defaults to ''). This can be useful for adding customized styles to the container or any of its children using standard CSS rules.            </div>\r
138                         </div>\r
139         </td>\r
140         <td class="msource"><a ext:cls="Ext.Component" ext:member="#ctCls" href="output/Ext.Component.html#ctCls">Component</a></td>\r
141     </tr>\r
142         <tr class="config-row inherited alt">\r
143         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
144         <td class="sig">\r
145         <a id="Ext.PagingToolbar-disabled"></a>\r
146             <b>disabled</b> : Boolean            <div class="mdesc">\r
147                             Render this component disabled (default is false).                        </div>\r
148         </td>\r
149         <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabled" href="output/Ext.Component.html#disabled">Component</a></td>\r
150     </tr>\r
151         <tr class="config-row inherited">\r
152         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
153         <td class="sig">\r
154         <a id="Ext.PagingToolbar-disabledClass"></a>\r
155             <b>disabledClass</b> : String            <div class="mdesc">\r
156                             CSS class added to the component when it is disabled (defaults to "x-item-disabled").                        </div>\r
157         </td>\r
158         <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabledClass" href="output/Ext.Component.html#disabledClass">Component</a></td>\r
159     </tr>\r
160         <tr class="config-row alt">\r
161         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
162         <td class="sig">\r
163         <a id="Ext.PagingToolbar-displayInfo"></a>\r
164             <b>displayInfo</b> : Boolean            <div class="mdesc">\r
165                             True to display the displayMsg (defaults to false)                        </div>\r
166         </td>\r
167         <td class="msource">PagingToolbar</td>\r
168     </tr>\r
169         <tr class="config-row expandable">\r
170         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
171         <td class="sig">\r
172         <a id="Ext.PagingToolbar-displayMsg"></a>\r
173             <b>displayMsg</b> : String            <div class="mdesc">\r
174                         <div class="short">The paging status message to display (defaults to "Displaying {0} - {1} of {2}"). Note that this string is formatted ...</div>\r
175             <div class="long">\r
176                 The paging status message to display (defaults to "Displaying {0} - {1} of {2}"). Note that this string is formatted using the braced numbers 0-2 as tokens that are replaced by the values for start, end and total respectively. These tokens should be preserved when overriding this string if showing those values is desired.            </div>\r
177                         </div>\r
178         </td>\r
179         <td class="msource">PagingToolbar</td>\r
180     </tr>\r
181         <tr class="config-row alt">\r
182         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
183         <td class="sig">\r
184         <a id="Ext.PagingToolbar-emptyMsg"></a>\r
185             <b>emptyMsg</b> : String            <div class="mdesc">\r
186                             The message to display when no records are found (defaults to "No data to display")                        </div>\r
187         </td>\r
188         <td class="msource">PagingToolbar</td>\r
189     </tr>\r
190         <tr class="config-row inherited expandable">\r
191         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
192         <td class="sig">\r
193         <a id="Ext.PagingToolbar-fieldLabel"></a>\r
194             <b>fieldLabel</b> : String            <div class="mdesc">\r
195                         <div class="short">The label text to display next to this Component (defaults to '') This config is only used when this Component is ren...</div>\r
196             <div class="long">\r
197                 The label text to display next to this Component (defaults to '') <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
198     height: 100,
199     renderTo: Ext.getBody(),
200     items: [{
201         xtype: <em>'textfield'</em>,
202         fieldLabel: <em>'Name'</em>
203     }]
204 });</code></pre>            </div>\r
205                         </div>\r
206         </td>\r
207         <td class="msource"><a ext:cls="Ext.Component" ext:member="#fieldLabel" href="output/Ext.Component.html#fieldLabel">Component</a></td>\r
208     </tr>\r
209         <tr class="config-row inherited alt">\r
210         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
211         <td class="sig">\r
212         <a id="Ext.PagingToolbar-height"></a>\r
213             <b>height</b> : Number            <div class="mdesc">\r
214                             The height of this component in pixels (defaults to auto).                        </div>\r
215         </td>\r
216         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#height" href="output/Ext.BoxComponent.html#height">BoxComponent</a></td>\r
217     </tr>\r
218         <tr class="config-row inherited">\r
219         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
220         <td class="sig">\r
221         <a id="Ext.PagingToolbar-hidden"></a>\r
222             <b>hidden</b> : Boolean            <div class="mdesc">\r
223                             Render this component hidden (default is false).                        </div>\r
224         </td>\r
225         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>\r
226     </tr>\r
227         <tr class="config-row inherited alt expandable">\r
228         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
229         <td class="sig">\r
230         <a id="Ext.PagingToolbar-hideLabel"></a>\r
231             <b>hideLabel</b> : Boolean            <div class="mdesc">\r
232                         <div class="short">True to completely hide the label element (defaults to false). By default, even if you do not specify a fieldLabel th...</div>\r
233             <div class="long">\r
234                 True to completely hide the label element (defaults to false). By default, even if you do not specify a <a ext:cls="fieldLabel" href="output/fieldLabel.html">fieldLabel</a> the space will still be reserved so that the field will line up with other fields that do have labels. Setting this to true will cause the field to not reserve that space. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
235     height: 100,
236     renderTo: Ext.getBody(),
237     items: [{
238         xtype: <em>'textfield'</em>
239         hideLabel: true
240     }]
241 });</code></pre>            </div>\r
242                         </div>\r
243         </td>\r
244         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideLabel" href="output/Ext.Component.html#hideLabel">Component</a></td>\r
245     </tr>\r
246         <tr class="config-row inherited expandable">\r
247         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
248         <td class="sig">\r
249         <a id="Ext.PagingToolbar-hideMode"></a>\r
250             <b>hideMode</b> : String            <div class="mdesc">\r
251                         <div class="short">How this component should be hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset p...</div>\r
252             <div class="long">\r
253                 <p>How this component should be hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset position) and "display" (css display) - defaults to "display".</p> <p>For Containers which may be hidden and shown as part of a <a ext:cls="Ext.layout.CardLayout" href="output/Ext.layout.CardLayout.html">card layout</a> Container such as a <a ext:cls="Ext.TabPanel" href="output/Ext.TabPanel.html">TabPanel</a>, it is recommended that hideMode is configured as "offsets". This ensures that hidden Components still have height and width so that layout managers can perform measurements when calculating layouts.</p>            </div>\r
254                         </div>\r
255         </td>\r
256         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideMode" href="output/Ext.Component.html#hideMode">Component</a></td>\r
257     </tr>\r
258         <tr class="config-row inherited alt expandable">\r
259         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
260         <td class="sig">\r
261         <a id="Ext.PagingToolbar-hideParent"></a>\r
262             <b>hideParent</b> : Boolean            <div class="mdesc">\r
263                         <div class="short">True to hide and show the component's container when hide/show is called on the component, false to hide and show the...</div>\r
264             <div class="long">\r
265                 True to hide and show the component's container when hide/show is called on the component, false to hide and show the component itself (defaults to false). For example, this can be used as a shortcut for a hide button on a window by setting hide:true on the button when adding it to its parent container.            </div>\r
266                         </div>\r
267         </td>\r
268         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideParent" href="output/Ext.Component.html#hideParent">Component</a></td>\r
269     </tr>\r
270         <tr class="config-row inherited expandable">\r
271         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
272         <td class="sig">\r
273         <a id="Ext.PagingToolbar-id"></a>\r
274             <b>id</b> : String            <div class="mdesc">\r
275                         <div class="short">The unique id of this component (defaults to an auto-assigned id). You should assign an id if you need to be able to ...</div>\r
276             <div class="long">\r
277                 The unique id of this component (defaults to an auto-assigned id). You should assign an id if you need to be able to access the component later and you do not have an object reference available (e.g., using <a ext:cls="Ext.ComponentMgr" ext:member="getCmp" href="output/Ext.ComponentMgr.html#getCmp">Ext.ComponentMgr.getCmp</a>). Note that this id will also be used as the element id for the containing HTML element that is rendered to the page for this component. This allows you to write id-based CSS rules to style the specific instance of this component uniquely, and also to select sub-elements using this component's id as the parent.            </div>\r
278                         </div>\r
279         </td>\r
280         <td class="msource"><a ext:cls="Ext.Component" ext:member="#id" href="output/Ext.Component.html#id">Component</a></td>\r
281     </tr>\r
282         <tr class="config-row inherited alt expandable">\r
283         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
284         <td class="sig">\r
285         <a id="Ext.PagingToolbar-itemCls"></a>\r
286             <b>itemCls</b> : String            <div class="mdesc">\r
287                         <div class="short">An additional CSS class to apply to the wrapper's form item element of this field (defaults to the container's itemCl...</div>\r
288             <div class="long">\r
289                 An additional CSS class to apply to the wrapper's form item element of this field (defaults to the container's itemCls value if set, or ''). Since it is applied to the item wrapper, it allows you to write standard CSS rules that can apply to the field, the label (if specified) or any other element within the markup for the field. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code><i>// Apply a style to the field's label:</i>
290 &lt;style>
291     .required .x-form-item-label {font-weight:bold;color:red;}
292 &lt;/style>
293
294 <b>new</b> Ext.FormPanel({
295     height: 100,
296     renderTo: Ext.getBody(),
297     items: [{
298         xtype: <em>'textfield'</em>,
299         fieldLabel: <em>'Name'</em>,
300         itemCls: <em>'required'</em> <i>//<b>this</b> label will be styled</i>
301     },{
302         xtype: <em>'textfield'</em>,
303         fieldLabel: <em>'Favorite Color'</em>
304     }]
305 });</code></pre>            </div>\r
306                         </div>\r
307         </td>\r
308         <td class="msource"><a ext:cls="Ext.Component" ext:member="#itemCls" href="output/Ext.Component.html#itemCls">Component</a></td>\r
309     </tr>\r
310         <tr class="config-row inherited expandable">\r
311         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
312         <td class="sig">\r
313         <a id="Ext.PagingToolbar-labelSeparator"></a>\r
314             <b>labelSeparator</b> : String            <div class="mdesc">\r
315                         <div class="short">The standard separator to display after the text of each form label (defaults to the value of Ext.layout.FormLayout.l...</div>\r
316             <div class="long">\r
317                 The standard separator to display after the text of each form label (defaults to the value of <a ext:cls="Ext.layout.FormLayout" ext:member="labelSeparator" href="output/Ext.layout.FormLayout.html#labelSeparator">Ext.layout.FormLayout.labelSeparator</a>, which is a colon ':' by default). To display no separator for this field's label specify empty string ''. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
318     height: 100,
319     renderTo: Ext.getBody(),
320     items: [{
321         xtype: <em>'textfield'</em>,
322         fieldLabel: <em>'Name'</em>,
323         labelSeparator: <em>'...'</em>
324     }]
325 });</code></pre>            </div>\r
326                         </div>\r
327         </td>\r
328         <td class="msource"><a ext:cls="Ext.Component" ext:member="#labelSeparator" href="output/Ext.Component.html#labelSeparator">Component</a></td>\r
329     </tr>\r
330         <tr class="config-row inherited alt expandable">\r
331         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
332         <td class="sig">\r
333         <a id="Ext.PagingToolbar-labelStyle"></a>\r
334             <b>labelStyle</b> : String            <div class="mdesc">\r
335                         <div class="short">A CSS style specification to apply directly to this field's label (defaults to the container's labelStyle value if se...</div>\r
336             <div class="long">\r
337                 A CSS style specification to apply directly to this field's label (defaults to the container's labelStyle value if set, or '').<code></code>. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
338     height: 100,
339     renderTo: Ext.getBody(),
340     items: [{
341         xtype: <em>'textfield'</em>,
342         fieldLabel: <em>'Name'</em>,
343         labelStyle: <em>'font-weight:bold;'</em>
344     }]
345 });</code></pre>            </div>\r
346                         </div>\r
347         </td>\r
348         <td class="msource"><a ext:cls="Ext.Component" ext:member="#labelStyle" href="output/Ext.Component.html#labelStyle">Component</a></td>\r
349     </tr>\r
350         <tr class="config-row inherited expandable">\r
351         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
352         <td class="sig">\r
353         <a id="Ext.PagingToolbar-listeners"></a>\r
354             <b>listeners</b> : Object            <div class="mdesc">\r
355                         <div class="short">(optional) A config object containing one or more event handlers to be added to this object during initialization. Th...</div>\r
356             <div class="long">\r
357                 (optional) A config object containing one or more event handlers to be added to this object during initialization. This should be a valid listeners config object as specified in the <a ext:cls="Ext.util.Observable" ext:member="addListener" href="output/Ext.util.Observable.html#addListener">addListener</a> example for attaching multiple handlers at once.            </div>\r
358                         </div>\r
359         </td>\r
360         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>\r
361     </tr>\r
362         <tr class="config-row inherited alt expandable">\r
363         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
364         <td class="sig">\r
365         <a id="Ext.PagingToolbar-overCls"></a>\r
366             <b>overCls</b> : String            <div class="mdesc">\r
367                         <div class="short">An optional extra CSS class that will be added to this component's Element when the mouse moves over the Element, and...</div>\r
368             <div class="long">\r
369                 An optional extra CSS class that will be added to this component's Element when the mouse moves over the Element, and removed when the mouse moves out. (defaults to ''). This can be useful for adding customized "active" or "hover" styles to the component or any of its children using standard CSS rules.            </div>\r
370                         </div>\r
371         </td>\r
372         <td class="msource"><a ext:cls="Ext.Component" ext:member="#overCls" href="output/Ext.Component.html#overCls">Component</a></td>\r
373     </tr>\r
374         <tr class="config-row">\r
375         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
376         <td class="sig">\r
377         <a id="Ext.PagingToolbar-pageSize"></a>\r
378             <b>pageSize</b> : Number            <div class="mdesc">\r
379                             The number of records to display per page (defaults to 20)                        </div>\r
380         </td>\r
381         <td class="msource">PagingToolbar</td>\r
382     </tr>\r
383         <tr class="config-row inherited alt">\r
384         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
385         <td class="sig">\r
386         <a id="Ext.PagingToolbar-pageX"></a>\r
387             <b>pageX</b> : Number            <div class="mdesc">\r
388                             The page level x coordinate for this component if contained within a positioning container.                        </div>\r
389         </td>\r
390         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageX" href="output/Ext.BoxComponent.html#pageX">BoxComponent</a></td>\r
391     </tr>\r
392         <tr class="config-row inherited">\r
393         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
394         <td class="sig">\r
395         <a id="Ext.PagingToolbar-pageY"></a>\r
396             <b>pageY</b> : Number            <div class="mdesc">\r
397                             The page level y coordinate for this component if contained within a positioning container.                        </div>\r
398         </td>\r
399         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageY" href="output/Ext.BoxComponent.html#pageY">BoxComponent</a></td>\r
400     </tr>\r
401         <tr class="config-row inherited alt expandable">\r
402         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
403         <td class="sig">\r
404         <a id="Ext.PagingToolbar-plugins"></a>\r
405             <b>plugins</b> : Object/Array            <div class="mdesc">\r
406                         <div class="short">An object or array of objects that will provide custom functionality for this component. The only requirement for a v...</div>\r
407             <div class="long">\r
408                 An object or array of objects that will provide custom functionality for this component. The only requirement for a valid plugin is that it contain an init method that accepts a reference of type Ext.Component. When a component is created, if any plugins are available, the component will call the init method on each plugin, passing a reference to itself. Each plugin can then call methods or respond to events on the component as needed to provide its functionality.            </div>\r
409                         </div>\r
410         </td>\r
411         <td class="msource"><a ext:cls="Ext.Component" ext:member="#plugins" href="output/Ext.Component.html#plugins">Component</a></td>\r
412     </tr>\r
413         <tr class="config-row inherited expandable">\r
414         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
415         <td class="sig">\r
416         <a id="Ext.PagingToolbar-renderTo"></a>\r
417             <b>renderTo</b> : Mixed            <div class="mdesc">\r
418                         <div class="short">The id of the node, a DOM node or an existing Element that will be the container to render this component into. Using...</div>\r
419             <div class="long">\r
420                 The id of the node, a DOM node or an existing Element that will be the container to render this component into. Using this config, a call to render() is not required.            </div>\r
421                         </div>\r
422         </td>\r
423         <td class="msource"><a ext:cls="Ext.Component" ext:member="#renderTo" href="output/Ext.Component.html#renderTo">Component</a></td>\r
424     </tr>\r
425         <tr class="config-row inherited alt expandable">\r
426         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
427         <td class="sig">\r
428         <a id="Ext.PagingToolbar-stateEvents"></a>\r
429             <b>stateEvents</b> : Array            <div class="mdesc">\r
430                         <div class="short">An array of events that, when fired, should trigger this component to save its state (defaults to none). These can be...</div>\r
431             <div class="long">\r
432                 An array of events that, when fired, should trigger this component to save its state (defaults to none). These can be any types of events supported by this component, including browser or custom events (e.g., ['click', 'customerchange']). <p>See <a ext:cls="Ext.Component" ext:member="stateful" href="output/Ext.Component.html#stateful">stateful</a> for an explanation of saving and restoring Component state.</p>            </div>\r
433                         </div>\r
434         </td>\r
435         <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateEvents" href="output/Ext.Component.html#stateEvents">Component</a></td>\r
436     </tr>\r
437         <tr class="config-row inherited expandable">\r
438         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
439         <td class="sig">\r
440         <a id="Ext.PagingToolbar-stateId"></a>\r
441             <b>stateId</b> : String            <div class="mdesc">\r
442                         <div class="short">The unique id for this component to use for state management purposes (defaults to the component id if one was set, o...</div>\r
443             <div class="long">\r
444                 The unique id for this component to use for state management purposes (defaults to the component id if one was set, otherwise null if the component is using a generated id). <p>See <a ext:cls="Ext.Component" ext:member="stateful" href="output/Ext.Component.html#stateful">stateful</a> for an explanation of saving and restoring Component state.</p>            </div>\r
445                         </div>\r
446         </td>\r
447         <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateId" href="output/Ext.Component.html#stateId">Component</a></td>\r
448     </tr>\r
449         <tr class="config-row inherited alt expandable">\r
450         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
451         <td class="sig">\r
452         <a id="Ext.PagingToolbar-stateful"></a>\r
453             <b>stateful</b> : Boolean            <div class="mdesc">\r
454                         <div class="short">A flag which causes the Component to attempt to restore the state of internal properties from a saved state on startu...</div>\r
455             <div class="long">\r
456                 <p>A flag which causes the Component to attempt to restore the state of internal properties from a saved state on startup. The component must have either a <a ext:cls="Ext.Component" ext:member="stateId" href="output/Ext.Component.html#stateId">stateId</a> or <a ext:cls="Ext.Component" ext:member="id" href="output/Ext.Component.html#id">id</a> assigned for state to be managed. Auto-generated ids are not guaranteed to be stable across page loads and cannot be relied upon to save and restore the same state for a component.<p> For state saving to work, the state manager's provider must have been set to an implementation of <a ext:cls="Ext.state.Provider" href="output/Ext.state.Provider.html">Ext.state.Provider</a> which overrides the <a ext:cls="Ext.state.Provider" ext:member="set" href="output/Ext.state.Provider.html#set">set</a> and <a ext:cls="Ext.state.Provider" ext:member="get" href="output/Ext.state.Provider.html#get">get</a> methods to save and recall name/value pairs. A built-in implementation, <a ext:cls="Ext.state.CookieProvider" href="output/Ext.state.CookieProvider.html">Ext.state.CookieProvider</a> is available.</p> <p>To set the state provider for the current page:</p> <pre><code>Ext.state.Manager.setProvider(<b>new</b> Ext.state.CookieProvider());</code></pre> <p>Components attempt to save state when one of the events listed in the <a ext:cls="Ext.Component" ext:member="stateEvents" href="output/Ext.Component.html#stateEvents">stateEvents</a> configuration fires.</p> <p>You can perform extra processing on state save and restore by attaching handlers to the <a ext:cls="Ext.Component" ext:member="beforestaterestore" href="output/Ext.Component.html#beforestaterestore">beforestaterestore</a>, <a ext:cls="Ext.Component" ext:member="staterestore" href="output/Ext.Component.html#staterestore">staterestore</a>, <a ext:cls="Ext.Component" ext:member="beforestatesave" href="output/Ext.Component.html#beforestatesave">beforestatesave</a> and <a ext:cls="Ext.Component" ext:member="statesave" href="output/Ext.Component.html#statesave">statesave</a> events</p>            </div>\r
457                         </div>\r
458         </td>\r
459         <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateful" href="output/Ext.Component.html#stateful">Component</a></td>\r
460     </tr>\r
461         <tr class="config-row">\r
462         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
463         <td class="sig">\r
464         <a id="Ext.PagingToolbar-store"></a>\r
465             <b>store</b> : Ext.data.Store            <div class="mdesc">\r
466                             The <a ext:cls="Ext.data.Store" href="output/Ext.data.Store.html">Ext.data.Store</a> the paging toolbar should use as its data source (required).                        </div>\r
467         </td>\r
468         <td class="msource">PagingToolbar</td>\r
469     </tr>\r
470         <tr class="config-row inherited alt expandable">\r
471         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
472         <td class="sig">\r
473         <a id="Ext.PagingToolbar-style"></a>\r
474             <b>style</b> : String            <div class="mdesc">\r
475                         <div class="short">A custom style specification to be applied to this component's Element. Should be a valid argument to Ext.Element.app...</div>\r
476             <div class="long">\r
477                 A custom style specification to be applied to this component's Element. Should be a valid argument to <a ext:cls="Ext.Element" ext:member="applyStyles" href="output/Ext.Element.html#applyStyles">Ext.Element.applyStyles</a>.            </div>\r
478                         </div>\r
479         </td>\r
480         <td class="msource"><a ext:cls="Ext.Component" ext:member="#style" href="output/Ext.Component.html#style">Component</a></td>\r
481     </tr>\r
482         <tr class="config-row inherited">\r
483         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
484         <td class="sig">\r
485         <a id="Ext.PagingToolbar-width"></a>\r
486             <b>width</b> : Number            <div class="mdesc">\r
487                             The width of this component in pixels (defaults to auto).                        </div>\r
488         </td>\r
489         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#width" href="output/Ext.BoxComponent.html#width">BoxComponent</a></td>\r
490     </tr>\r
491         <tr class="config-row inherited alt">\r
492         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
493         <td class="sig">\r
494         <a id="Ext.PagingToolbar-x"></a>\r
495             <b>x</b> : Number            <div class="mdesc">\r
496                             The local x (left) coordinate for this component if contained within a positioning container.                        </div>\r
497         </td>\r
498         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#x" href="output/Ext.BoxComponent.html#x">BoxComponent</a></td>\r
499     </tr>\r
500         <tr class="config-row inherited expandable">\r
501         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
502         <td class="sig">\r
503         <a id="Ext.PagingToolbar-xtype"></a>\r
504             <b>xtype</b> : String            <div class="mdesc">\r
505                         <div class="short">The registered xtype to create. This config option is not used when passing a config object into a constructor. This ...</div>\r
506             <div class="long">\r
507                 The registered xtype to create. This config option is not used when passing a config object into a constructor. This config option is used only when lazy instantiation is being used, and a child item of a Container is being specified not as a fully instantiated Component, but as a <i>Component config object</i>. The xtype will be looked up at render time up to determine what type of child Component to create.<br><br> The predefined xtypes are listed <a ext:cls="Ext.Component" href="output/Ext.Component.html">here</a>. <br><br> If you subclass Components to create your own Components, you may register them using <a ext:cls="Ext.ComponentMgr" ext:member="registerType" href="output/Ext.ComponentMgr.html#registerType">Ext.ComponentMgr.registerType</a> in order to be able to take advantage of lazy instantiation and rendering.            </div>\r
508                         </div>\r
509         </td>\r
510         <td class="msource"><a ext:cls="Ext.Component" ext:member="#xtype" href="output/Ext.Component.html#xtype">Component</a></td>\r
511     </tr>\r
512         <tr class="config-row inherited alt">\r
513         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
514         <td class="sig">\r
515         <a id="Ext.PagingToolbar-y"></a>\r
516             <b>y</b> : Number            <div class="mdesc">\r
517                             The local y (top) coordinate for this component if contained within a positioning container.                        </div>\r
518         </td>\r
519         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#y" href="output/Ext.BoxComponent.html#y">BoxComponent</a></td>\r
520     </tr>\r
521             </table>
522                 <a id="Ext.PagingToolbar-props"></a>
523         <h2>Public Properties</h2>
524                 <table cellspacing="0" class="member-table">
525             <tr>
526                 <th class="sig-header" colspan="2">Property</th>
527                 <th class="msource-header">Defined By</th>
528             </tr>
529                 <tr class="property-row expandable">\r
530         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
531         <td class="sig">\r
532         <a id="Ext.PagingToolbar-afterPageText"></a>\r
533             <b>afterPageText</b> : String            <div class="mdesc">\r
534                         <div class="short">Customizable piece of the default paging text (defaults to "of {0}"). Note that this string is
535 formatted using {0} as...</div>\r
536             <div class="long">\r
537                 Customizable piece of the default paging text (defaults to "of {0}"). Note that this string is
538 formatted using {0} as a token that is replaced by the number of total pages. This token should be
539 preserved when overriding this string if showing the total page count is desired.            </div>\r
540                         </div>\r
541         </td>\r
542         <td class="msource">PagingToolbar</td>\r
543     </tr>\r
544         <tr class="property-row alt">\r
545         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
546         <td class="sig">\r
547         <a id="Ext.PagingToolbar-beforePageText"></a>\r
548             <b>beforePageText</b> : String            <div class="mdesc">\r
549                             Customizable piece of the default paging text (defaults to "Page")                        </div>\r
550         </td>\r
551         <td class="msource">PagingToolbar</td>\r
552     </tr>\r
553         <tr class="property-row inherited">\r
554         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
555         <td class="sig">\r
556         <a id="Ext.PagingToolbar-disabled"></a>\r
557             <b>disabled</b> : Boolean            <div class="mdesc">\r
558                             True if this component is disabled. Read-only.                        </div>\r
559         </td>\r
560         <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabled" href="output/Ext.Component.html#disabled">Component</a></td>\r
561     </tr>\r
562         <tr class="property-row alt">\r
563         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
564         <td class="sig">\r
565         <a id="Ext.PagingToolbar-firstText"></a>\r
566             <b>firstText</b> : String            <div class="mdesc">\r
567                             Customizable piece of the default paging text (defaults to "First Page")                        </div>\r
568         </td>\r
569         <td class="msource">PagingToolbar</td>\r
570     </tr>\r
571         <tr class="property-row inherited">\r
572         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
573         <td class="sig">\r
574         <a id="Ext.PagingToolbar-hidden"></a>\r
575             <b>hidden</b> : Boolean            <div class="mdesc">\r
576                             
577 True if this component is hidden. Read-only.                        </div>\r
578         </td>\r
579         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>\r
580     </tr>\r
581         <tr class="property-row inherited alt">\r
582         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
583         <td class="sig">\r
584         <a id="Ext.PagingToolbar-initialConfig"></a>\r
585             <b>initialConfig</b> : Object            <div class="mdesc">\r
586                             This Component's initial configuration specification. Read-only.                        </div>\r
587         </td>\r
588         <td class="msource"><a ext:cls="Ext.Component" ext:member="#initialConfig" href="output/Ext.Component.html#initialConfig">Component</a></td>\r
589     </tr>\r
590         <tr class="property-row inherited">\r
591         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
592         <td class="sig">\r
593         <a id="Ext.PagingToolbar-items"></a>\r
594             <b>items</b> : Ext.util.MixedCollection            <div class="mdesc">\r
595                             A MixedCollection of this Toolbar's items                        </div>\r
596         </td>\r
597         <td class="msource"><a ext:cls="Ext.Toolbar" ext:member="#items" href="output/Ext.Toolbar.html#items">Toolbar</a></td>\r
598     </tr>\r
599         <tr class="property-row alt">\r
600         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
601         <td class="sig">\r
602         <a id="Ext.PagingToolbar-lastText"></a>\r
603             <b>lastText</b> : String            <div class="mdesc">\r
604                             Customizable piece of the default paging text (defaults to "Last Page")                        </div>\r
605         </td>\r
606         <td class="msource">PagingToolbar</td>\r
607     </tr>\r
608         <tr class="property-row">\r
609         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
610         <td class="sig">\r
611         <a id="Ext.PagingToolbar-nextText"></a>\r
612             <b>nextText</b> : String            <div class="mdesc">\r
613                             Customizable piece of the default paging text (defaults to "Next Page")                        </div>\r
614         </td>\r
615         <td class="msource">PagingToolbar</td>\r
616     </tr>\r
617         <tr class="property-row inherited alt expandable">\r
618         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
619         <td class="sig">\r
620         <a id="Ext.PagingToolbar-ownerCt"></a>\r
621             <b>ownerCt</b> : Ext.Container            <div class="mdesc">\r
622                         <div class="short">The component's owner Ext.Container (defaults to undefined, and is set automatically when
623 the component is added to a...</div>\r
624             <div class="long">\r
625                 The component's owner <a ext:cls="Ext.Container" href="output/Ext.Container.html">Ext.Container</a> (defaults to undefined, and is set automatically when
626 the component is added to a container).  Read-only.            </div>\r
627                         </div>\r
628         </td>\r
629         <td class="msource"><a ext:cls="Ext.Component" ext:member="#ownerCt" href="output/Ext.Component.html#ownerCt">Component</a></td>\r
630     </tr>\r
631         <tr class="property-row">\r
632         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
633         <td class="sig">\r
634         <a id="Ext.PagingToolbar-paramNames"></a>\r
635             <b>paramNames</b> : Object            <div class="mdesc">\r
636                             Object mapping of parameter names for load calls (defaults to {start: 'start', limit: 'limit'})                        </div>\r
637         </td>\r
638         <td class="msource">PagingToolbar</td>\r
639     </tr>\r
640         <tr class="property-row alt">\r
641         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
642         <td class="sig">\r
643         <a id="Ext.PagingToolbar-prevText"></a>\r
644             <b>prevText</b> : String            <div class="mdesc">\r
645                             Customizable piece of the default paging text (defaults to "Previous Page")                        </div>\r
646         </td>\r
647         <td class="msource">PagingToolbar</td>\r
648     </tr>\r
649         <tr class="property-row">\r
650         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
651         <td class="sig">\r
652         <a id="Ext.PagingToolbar-refreshText"></a>\r
653             <b>refreshText</b> : String            <div class="mdesc">\r
654                             Customizable piece of the default paging text (defaults to "Refresh")                        </div>\r
655         </td>\r
656         <td class="msource">PagingToolbar</td>\r
657     </tr>\r
658         <tr class="property-row inherited alt">\r
659         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
660         <td class="sig">\r
661         <a id="Ext.PagingToolbar-rendered"></a>\r
662             <b>rendered</b> : Boolean            <div class="mdesc">\r
663                             True if this component has been rendered. Read-only.                        </div>\r
664         </td>\r
665         <td class="msource"><a ext:cls="Ext.Component" ext:member="#rendered" href="output/Ext.Component.html#rendered">Component</a></td>\r
666     </tr>\r
667             </table>
668                 <a id="Ext.PagingToolbar-methods"></a>
669         <h2>Public Methods</h2>
670                 <table cellspacing="0" class="member-table">
671             <tr>
672                 <th class="sig-header" colspan="2">Method</th>
673                 <th class="msource-header">Defined By</th>
674             </tr>
675                 <tr class="method-row expandable">\r
676         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
677         <td class="sig">\r
678         <a id="Ext.PagingToolbar-PagingToolbar"></a>\r
679             <b>PagingToolbar</b>(&nbsp;<code>Object config</code>&nbsp;)            <div class="mdesc">\r
680                         <div class="short">Create a new PagingToolbar</div>\r
681             <div class="long">\r
682                 Create a new PagingToolbar    <div class="mdetail-params">\r
683         <strong>Parameters:</strong>\r
684         <ul><li><code>config</code> : Object<div class="sub-desc">The config object</div></li>        </ul>\r
685         <strong>Returns:</strong>\r
686         <ul>\r
687             <li><code></code></li>\r
688         </ul>\r
689     </div>\r
690                 </div>\r
691                         </div>\r
692         </td>\r
693         <td class="msource">PagingToolbar</td>\r
694     </tr>\r
695         <tr class="method-row inherited alt expandable">\r
696         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
697         <td class="sig">\r
698         <a id="Ext.PagingToolbar-add"></a>\r
699             <b>add</b>(&nbsp;<code>Mixed arg1</code>, <code>Mixed arg2</code>, <code>Mixed etc.</code>&nbsp;) : void            <div class="mdesc">\r
700                         <div class="short">Adds element(s) to the toolbar -- this function takes a variable number of
701 arguments of mixed type and adds them to t...</div>\r
702             <div class="long">\r
703                 Adds element(s) to the toolbar -- this function takes a variable number of
704 arguments of mixed type and adds them to the toolbar.    <div class="mdetail-params">\r
705         <strong>Parameters:</strong>\r
706         <ul><li><code>arg1</code> : Mixed<div class="sub-desc">The following types of arguments are all valid:<br />
707 <ul>
708 <li><a ext:cls="Ext.Toolbar.Button" href="output/Ext.Toolbar.Button.html">Ext.Toolbar.Button</a> config: A valid button config object (equivalent to <a ext:cls="Ext.Toolbar" ext:member="addButton" href="output/Ext.Toolbar.html#addButton">addButton</a>)</li>
709 <li>HtmlElement: Any standard HTML element (equivalent to <a ext:cls="Ext.Toolbar" ext:member="addElement" href="output/Ext.Toolbar.html#addElement">addElement</a>)</li>
710 <li>Field: Any form field (equivalent to <a ext:cls="Ext.Toolbar" ext:member="addField" href="output/Ext.Toolbar.html#addField">addField</a>)</li>
711 <li>Item: Any subclass of <a ext:cls="Ext.Toolbar.Item" href="output/Ext.Toolbar.Item.html">Ext.Toolbar.Item</a> (equivalent to <a ext:cls="Ext.Toolbar" ext:member="addItem" href="output/Ext.Toolbar.html#addItem">addItem</a>)</li>
712 <li>String: Any generic string (gets wrapped in a <a ext:cls="Ext.Toolbar.TextItem" href="output/Ext.Toolbar.TextItem.html">Ext.Toolbar.TextItem</a>, equivalent to <a ext:cls="Ext.Toolbar" ext:member="addText" href="output/Ext.Toolbar.html#addText">addText</a>).
713 Note that there are a few special strings that are treated differently as explained next.</li>
714 <li>'separator' or '-': Creates a separator element (equivalent to <a ext:cls="Ext.Toolbar" ext:member="addSeparator" href="output/Ext.Toolbar.html#addSeparator">addSeparator</a>)</li>
715 <li>' ': Creates a spacer element (equivalent to <a ext:cls="Ext.Toolbar" ext:member="addSpacer" href="output/Ext.Toolbar.html#addSpacer">addSpacer</a>)</li>
716 <li>'->': Creates a fill element (equivalent to <a ext:cls="Ext.Toolbar" ext:member="addFill" href="output/Ext.Toolbar.html#addFill">addFill</a>)</li>
717 </ul></div></li><li><code>arg2</code> : Mixed<div class="sub-desc"></div></li><li><code>etc.</code> : Mixed<div class="sub-desc"></div></li>        </ul>\r
718         <strong>Returns:</strong>\r
719         <ul>\r
720             <li><code>void</code></li>\r
721         </ul>\r
722     </div>\r
723                 </div>\r
724                         </div>\r
725         </td>\r
726         <td class="msource"><a ext:cls="Ext.Toolbar" ext:member="#add" href="output/Ext.Toolbar.html#add">Toolbar</a></td>\r
727     </tr>\r
728         <tr class="method-row inherited expandable">\r
729         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
730         <td class="sig">\r
731         <a id="Ext.PagingToolbar-addButton"></a>\r
732             <b>addButton</b>(&nbsp;<code>Object/Array config</code>&nbsp;) : Ext.Toolbar.Button/Array            <div class="mdesc">\r
733                         <div class="short">Adds a button (or buttons). See <a ext:cls="Ext.Toolbar.Button" href="output/Ext.Toolbar.Button.html">Ext.Toolbar.Button</a> for more info on the config.</div>\r
734             <div class="long">\r
735                 Adds a button (or buttons). See <a ext:cls="Ext.Toolbar.Button" href="output/Ext.Toolbar.Button.html">Ext.Toolbar.Button</a> for more info on the config.    <div class="mdetail-params">\r
736         <strong>Parameters:</strong>\r
737         <ul><li><code>config</code> : Object/Array<div class="sub-desc">A button config or array of configs</div></li>        </ul>\r
738         <strong>Returns:</strong>\r
739         <ul>\r
740             <li><code>Ext.Toolbar.Button/Array</code></li>\r
741         </ul>\r
742     </div>\r
743                 </div>\r
744                         </div>\r
745         </td>\r
746         <td class="msource"><a ext:cls="Ext.Toolbar" ext:member="#addButton" href="output/Ext.Toolbar.html#addButton">Toolbar</a></td>\r
747     </tr>\r
748         <tr class="method-row inherited alt expandable">\r
749         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
750         <td class="sig">\r
751         <a id="Ext.PagingToolbar-addClass"></a>\r
752             <b>addClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">\r
753                         <div class="short">Adds a CSS class to the component's underlying element.</div>\r
754             <div class="long">\r
755                 Adds a CSS class to the component's underlying element.    <div class="mdetail-params">\r
756         <strong>Parameters:</strong>\r
757         <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to add</div></li>        </ul>\r
758         <strong>Returns:</strong>\r
759         <ul>\r
760             <li><code>void</code></li>\r
761         </ul>\r
762     </div>\r
763                 </div>\r
764                         </div>\r
765         </td>\r
766         <td class="msource"><a ext:cls="Ext.Component" ext:member="#addClass" href="output/Ext.Component.html#addClass">Component</a></td>\r
767     </tr>\r
768         <tr class="method-row inherited expandable">\r
769         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
770         <td class="sig">\r
771         <a id="Ext.PagingToolbar-addDom"></a>\r
772             <b>addDom</b>(&nbsp;<code>Object config</code>&nbsp;) : Ext.Toolbar.Item            <div class="mdesc">\r
773                         <div class="short">Adds a new element to the toolbar from the passed <a ext:cls="Ext.DomHelper" href="output/Ext.DomHelper.html">Ext.DomHelper</a> config</div>\r
774             <div class="long">\r
775                 Adds a new element to the toolbar from the passed <a ext:cls="Ext.DomHelper" href="output/Ext.DomHelper.html">Ext.DomHelper</a> config    <div class="mdetail-params">\r
776         <strong>Parameters:</strong>\r
777         <ul><li><code>config</code> : Object<div class="sub-desc"></div></li>        </ul>\r
778         <strong>Returns:</strong>\r
779         <ul>\r
780             <li><code>Ext.Toolbar.Item</code><div class="sub-desc">The element's item</div></li>\r
781         </ul>\r
782     </div>\r
783                 </div>\r
784                         </div>\r
785         </td>\r
786         <td class="msource"><a ext:cls="Ext.Toolbar" ext:member="#addDom" href="output/Ext.Toolbar.html#addDom">Toolbar</a></td>\r
787     </tr>\r
788         <tr class="method-row inherited alt expandable">\r
789         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
790         <td class="sig">\r
791         <a id="Ext.PagingToolbar-addElement"></a>\r
792             <b>addElement</b>(&nbsp;<code>Mixed el</code>&nbsp;) : Ext.Toolbar.Item            <div class="mdesc">\r
793                         <div class="short">Adds any standard HTML element to the toolbar</div>\r
794             <div class="long">\r
795                 Adds any standard HTML element to the toolbar    <div class="mdetail-params">\r
796         <strong>Parameters:</strong>\r
797         <ul><li><code>el</code> : Mixed<div class="sub-desc">The element or id of the element to add</div></li>        </ul>\r
798         <strong>Returns:</strong>\r
799         <ul>\r
800             <li><code>Ext.Toolbar.Item</code><div class="sub-desc">The element's item</div></li>\r
801         </ul>\r
802     </div>\r
803                 </div>\r
804                         </div>\r
805         </td>\r
806         <td class="msource"><a ext:cls="Ext.Toolbar" ext:member="#addElement" href="output/Ext.Toolbar.html#addElement">Toolbar</a></td>\r
807     </tr>\r
808         <tr class="method-row inherited expandable">\r
809         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
810         <td class="sig">\r
811         <a id="Ext.PagingToolbar-addEvents"></a>\r
812             <b>addEvents</b>(&nbsp;<code>Object object</code>&nbsp;) : void            <div class="mdesc">\r
813                         <div class="short">Used to define events on this Observable</div>\r
814             <div class="long">\r
815                 Used to define events on this Observable    <div class="mdetail-params">\r
816         <strong>Parameters:</strong>\r
817         <ul><li><code>object</code> : Object<div class="sub-desc">The object with the events defined</div></li>        </ul>\r
818         <strong>Returns:</strong>\r
819         <ul>\r
820             <li><code>void</code></li>\r
821         </ul>\r
822     </div>\r
823                 </div>\r
824                         </div>\r
825         </td>\r
826         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>\r
827     </tr>\r
828         <tr class="method-row inherited alt expandable">\r
829         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
830         <td class="sig">\r
831         <a id="Ext.PagingToolbar-addField"></a>\r
832             <b>addField</b>(&nbsp;<code>Ext.form.Field field</code>&nbsp;) : Ext.Toolbar.Item            <div class="mdesc">\r
833                         <div class="short">Adds a dynamically rendered Ext.form field (TextField, ComboBox, etc). Note: the field should not have
834 been rendered ...</div>\r
835             <div class="long">\r
836                 Adds a dynamically rendered Ext.form field (TextField, ComboBox, etc). Note: the field should not have
837 been rendered yet. For a field that has already been rendered, use <a ext:cls="Ext.Toolbar" ext:member="addElement" href="output/Ext.Toolbar.html#addElement">addElement</a>.    <div class="mdetail-params">\r
838         <strong>Parameters:</strong>\r
839         <ul><li><code>field</code> : Ext.form.Field<div class="sub-desc"></div></li>        </ul>\r
840         <strong>Returns:</strong>\r
841         <ul>\r
842             <li><code>Ext.Toolbar.Item</code></li>\r
843         </ul>\r
844     </div>\r
845                 </div>\r
846                         </div>\r
847         </td>\r
848         <td class="msource"><a ext:cls="Ext.Toolbar" ext:member="#addField" href="output/Ext.Toolbar.html#addField">Toolbar</a></td>\r
849     </tr>\r
850         <tr class="method-row inherited expandable">\r
851         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
852         <td class="sig">\r
853         <a id="Ext.PagingToolbar-addFill"></a>\r
854             <b>addFill</b>() : Ext.Toolbar.Fill            <div class="mdesc">\r
855                         <div class="short">Adds a fill element that forces subsequent additions to the right side of the toolbar</div>\r
856             <div class="long">\r
857                 Adds a fill element that forces subsequent additions to the right side of the toolbar    <div class="mdetail-params">\r
858         <strong>Parameters:</strong>\r
859         <ul><li>None.</li>        </ul>\r
860         <strong>Returns:</strong>\r
861         <ul>\r
862             <li><code>Ext.Toolbar.Fill</code><div class="sub-desc">The fill item</div></li>\r
863         </ul>\r
864     </div>\r
865                 </div>\r
866                         </div>\r
867         </td>\r
868         <td class="msource"><a ext:cls="Ext.Toolbar" ext:member="#addFill" href="output/Ext.Toolbar.html#addFill">Toolbar</a></td>\r
869     </tr>\r
870         <tr class="method-row inherited alt expandable">\r
871         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
872         <td class="sig">\r
873         <a id="Ext.PagingToolbar-addItem"></a>\r
874             <b>addItem</b>(&nbsp;<code>Ext.Toolbar.Item item</code>&nbsp;) : Ext.Toolbar.Item            <div class="mdesc">\r
875                         <div class="short">Adds any Toolbar.Item or subclass</div>\r
876             <div class="long">\r
877                 Adds any Toolbar.Item or subclass    <div class="mdetail-params">\r
878         <strong>Parameters:</strong>\r
879         <ul><li><code>item</code> : Ext.Toolbar.Item<div class="sub-desc"></div></li>        </ul>\r
880         <strong>Returns:</strong>\r
881         <ul>\r
882             <li><code>Ext.Toolbar.Item</code><div class="sub-desc">The item</div></li>\r
883         </ul>\r
884     </div>\r
885                 </div>\r
886                         </div>\r
887         </td>\r
888         <td class="msource"><a ext:cls="Ext.Toolbar" ext:member="#addItem" href="output/Ext.Toolbar.html#addItem">Toolbar</a></td>\r
889     </tr>\r
890         <tr class="method-row inherited expandable">\r
891         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
892         <td class="sig">\r
893         <a id="Ext.PagingToolbar-addListener"></a>\r
894             <b>addListener</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Object options</code>]</span>&nbsp;) : void            <div class="mdesc">\r
895                         <div class="short">Appends an event handler to this component</div>\r
896             <div class="long">\r
897                 Appends an event handler to this component    <div class="mdetail-params">\r
898         <strong>Parameters:</strong>\r
899         <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The method the event invokes</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the handler
900 function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configuration
901 properties. This may contain any of the following properties:<ul>
902 <li><b>scope</b> : Object<p class="sub-desc">The scope in which to execute the handler function. The handler function's "this" context.</p></li>
903 <li><b>delay</b> : Number<p class="sub-desc">The number of milliseconds to delay the invocation of the handler after the event fires.</p></li>
904 <li><b>single</b> : Boolean<p class="sub-desc">True to add a handler to handle just the next firing of the event, and then remove itself.</p></li>
905 <li><b>buffer</b> : Number<p class="sub-desc">Causes the handler to be scheduled to run in an <a ext:cls="Ext.util.DelayedTask" href="output/Ext.util.DelayedTask.html">Ext.util.DelayedTask</a> delayed
906 by the specified number of milliseconds. If the event fires again within that time, the original
907 handler is <em>not</em> invoked, but the new handler is scheduled in its place.</p></li>
908 </ul><br>
909 <p>
910 <b>Combining Options</b><br>
911 Using the options argument, it is possible to combine different types of listeners:<br>
912 <br>
913 A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)
914 <pre><code>el.on(<em>'click'</em>, <b>this</b>.onClick, <b>this</b>, {
915     single: true,
916     delay: 100,
917     forumId: 4
918 });</code></pre>
919 <p>
920 <b>Attaching multiple handlers in 1 call</b><br>
921 The method also allows for a single argument to be passed which is a config object containing properties
922 which specify multiple handlers.
923 <p>
924 <pre><code>foo.on({
925     <em>'click'</em> : {
926         fn: <b>this</b>.onClick,
927         scope: <b>this</b>,
928         delay: 100
929     },
930     <em>'mouseover'</em> : {
931         fn: <b>this</b>.onMouseOver,
932         scope: <b>this</b>
933     },
934     <em>'mouseout'</em> : {
935         fn: <b>this</b>.onMouseOut,
936         scope: <b>this</b>
937     }
938 });</code></pre>
939 <p>
940 Or a shorthand syntax:<br>
941 <pre><code>foo.on({
942     <em>'click'</em> : <b>this</b>.onClick,
943     <em>'mouseover'</em> : <b>this</b>.onMouseOver,
944     <em>'mouseout'</em> : <b>this</b>.onMouseOut,
945      scope: <b>this</b>
946 });</code></pre></div></li>        </ul>\r
947         <strong>Returns:</strong>\r
948         <ul>\r
949             <li><code>void</code></li>\r
950         </ul>\r
951     </div>\r
952                 </div>\r
953                         </div>\r
954         </td>\r
955         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>\r
956     </tr>\r
957         <tr class="method-row inherited alt expandable">\r
958         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
959         <td class="sig">\r
960         <a id="Ext.PagingToolbar-addSeparator"></a>\r
961             <b>addSeparator</b>() : Ext.Toolbar.Item            <div class="mdesc">\r
962                         <div class="short">Adds a separator</div>\r
963             <div class="long">\r
964                 Adds a separator    <div class="mdetail-params">\r
965         <strong>Parameters:</strong>\r
966         <ul><li>None.</li>        </ul>\r
967         <strong>Returns:</strong>\r
968         <ul>\r
969             <li><code>Ext.Toolbar.Item</code><div class="sub-desc">The separator item</div></li>\r
970         </ul>\r
971     </div>\r
972                 </div>\r
973                         </div>\r
974         </td>\r
975         <td class="msource"><a ext:cls="Ext.Toolbar" ext:member="#addSeparator" href="output/Ext.Toolbar.html#addSeparator">Toolbar</a></td>\r
976     </tr>\r
977         <tr class="method-row inherited expandable">\r
978         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
979         <td class="sig">\r
980         <a id="Ext.PagingToolbar-addSpacer"></a>\r
981             <b>addSpacer</b>() : Ext.Toolbar.Spacer            <div class="mdesc">\r
982                         <div class="short">Adds a spacer element</div>\r
983             <div class="long">\r
984                 Adds a spacer element    <div class="mdetail-params">\r
985         <strong>Parameters:</strong>\r
986         <ul><li>None.</li>        </ul>\r
987         <strong>Returns:</strong>\r
988         <ul>\r
989             <li><code>Ext.Toolbar.Spacer</code><div class="sub-desc">The spacer item</div></li>\r
990         </ul>\r
991     </div>\r
992                 </div>\r
993                         </div>\r
994         </td>\r
995         <td class="msource"><a ext:cls="Ext.Toolbar" ext:member="#addSpacer" href="output/Ext.Toolbar.html#addSpacer">Toolbar</a></td>\r
996     </tr>\r
997         <tr class="method-row inherited alt expandable">\r
998         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
999         <td class="sig">\r
1000         <a id="Ext.PagingToolbar-addText"></a>\r
1001             <b>addText</b>(&nbsp;<code>String text</code>&nbsp;) : Ext.Toolbar.Item            <div class="mdesc">\r
1002                         <div class="short">Adds text to the toolbar</div>\r
1003             <div class="long">\r
1004                 Adds text to the toolbar    <div class="mdetail-params">\r
1005         <strong>Parameters:</strong>\r
1006         <ul><li><code>text</code> : String<div class="sub-desc">The text to add</div></li>        </ul>\r
1007         <strong>Returns:</strong>\r
1008         <ul>\r
1009             <li><code>Ext.Toolbar.Item</code><div class="sub-desc">The element's item</div></li>\r
1010         </ul>\r
1011     </div>\r
1012                 </div>\r
1013                         </div>\r
1014         </td>\r
1015         <td class="msource"><a ext:cls="Ext.Toolbar" ext:member="#addText" href="output/Ext.Toolbar.html#addText">Toolbar</a></td>\r
1016     </tr>\r
1017         <tr class="method-row inherited expandable">\r
1018         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1019         <td class="sig">\r
1020         <a id="Ext.PagingToolbar-applyToMarkup"></a>\r
1021             <b>applyToMarkup</b>(&nbsp;<code>String/HTMLElement el</code>&nbsp;) : void            <div class="mdesc">\r
1022                         <div class="short">Apply this component to existing markup that is valid. With this function, no call to render() is required.</div>\r
1023             <div class="long">\r
1024                 Apply this component to existing markup that is valid. With this function, no call to render() is required.    <div class="mdetail-params">\r
1025         <strong>Parameters:</strong>\r
1026         <ul><li><code>el</code> : String/HTMLElement<div class="sub-desc"></div></li>        </ul>\r
1027         <strong>Returns:</strong>\r
1028         <ul>\r
1029             <li><code>void</code></li>\r
1030         </ul>\r
1031     </div>\r
1032                 </div>\r
1033                         </div>\r
1034         </td>\r
1035         <td class="msource"><a ext:cls="Ext.Component" ext:member="#applyToMarkup" href="output/Ext.Component.html#applyToMarkup">Component</a></td>\r
1036     </tr>\r
1037         <tr class="method-row alt expandable">\r
1038         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1039         <td class="sig">\r
1040         <a id="Ext.PagingToolbar-bind"></a>\r
1041             <b>bind</b>(&nbsp;<code>Ext.data.Store store</code>&nbsp;) : void            <div class="mdesc">\r
1042                         <div class="short">Binds the paging toolbar to the specified <a ext:cls="Ext.data.Store" href="output/Ext.data.Store.html">Ext.data.Store</a></div>\r
1043             <div class="long">\r
1044                 Binds the paging toolbar to the specified <a ext:cls="Ext.data.Store" href="output/Ext.data.Store.html">Ext.data.Store</a>    <div class="mdetail-params">\r
1045         <strong>Parameters:</strong>\r
1046         <ul><li><code>store</code> : Ext.data.Store<div class="sub-desc">The data store to bind</div></li>        </ul>\r
1047         <strong>Returns:</strong>\r
1048         <ul>\r
1049             <li><code>void</code></li>\r
1050         </ul>\r
1051     </div>\r
1052                 </div>\r
1053                         </div>\r
1054         </td>\r
1055         <td class="msource">PagingToolbar</td>\r
1056     </tr>\r
1057         <tr class="method-row expandable">\r
1058         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1059         <td class="sig">\r
1060         <a id="Ext.PagingToolbar-changePage"></a>\r
1061             <b>changePage</b>(&nbsp;<code>Integer page</code>&nbsp;) : void            <div class="mdesc">\r
1062                         <div class="short">Change the active page</div>\r
1063             <div class="long">\r
1064                 Change the active page    <div class="mdetail-params">\r
1065         <strong>Parameters:</strong>\r
1066         <ul><li><code>page</code> : Integer<div class="sub-desc">The page to display</div></li>        </ul>\r
1067         <strong>Returns:</strong>\r
1068         <ul>\r
1069             <li><code>void</code></li>\r
1070         </ul>\r
1071     </div>\r
1072                 </div>\r
1073                         </div>\r
1074         </td>\r
1075         <td class="msource">PagingToolbar</td>\r
1076     </tr>\r
1077         <tr class="method-row inherited alt expandable">\r
1078         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1079         <td class="sig">\r
1080         <a id="Ext.PagingToolbar-cloneConfig"></a>\r
1081             <b>cloneConfig</b>(&nbsp;<code>Object overrides</code>&nbsp;) : Ext.Component            <div class="mdesc">\r
1082                         <div class="short">Clone the current component using the original config values passed into this instance by default.</div>\r
1083             <div class="long">\r
1084                 Clone the current component using the original config values passed into this instance by default.    <div class="mdetail-params">\r
1085         <strong>Parameters:</strong>\r
1086         <ul><li><code>overrides</code> : Object<div class="sub-desc">A new config containing any properties to override in the cloned version.
1087 An id property can be passed on this object, otherwise one will be generated to avoid duplicates.</div></li>        </ul>\r
1088         <strong>Returns:</strong>\r
1089         <ul>\r
1090             <li><code>Ext.Component</code><div class="sub-desc">clone The cloned copy of this component</div></li>\r
1091         </ul>\r
1092     </div>\r
1093                 </div>\r
1094                         </div>\r
1095         </td>\r
1096         <td class="msource"><a ext:cls="Ext.Component" ext:member="#cloneConfig" href="output/Ext.Component.html#cloneConfig">Component</a></td>\r
1097     </tr>\r
1098         <tr class="method-row inherited expandable">\r
1099         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1100         <td class="sig">\r
1101         <a id="Ext.PagingToolbar-destroy"></a>\r
1102             <b>destroy</b>() : void            <div class="mdesc">\r
1103                         <div class="short">Destroys this component by purging any event listeners, removing the component's element from the DOM,
1104 removing the c...</div>\r
1105             <div class="long">\r
1106                 Destroys this component by purging any event listeners, removing the component's element from the DOM,
1107 removing the component from its <a ext:cls="Ext.Container" href="output/Ext.Container.html">Ext.Container</a> (if applicable) and unregistering it from
1108 <a ext:cls="Ext.ComponentMgr" href="output/Ext.ComponentMgr.html">Ext.ComponentMgr</a>.  Destruction is generally handled automatically by the framework and this method
1109 should usually not need to be called directly.    <div class="mdetail-params">\r
1110         <strong>Parameters:</strong>\r
1111         <ul><li>None.</li>        </ul>\r
1112         <strong>Returns:</strong>\r
1113         <ul>\r
1114             <li><code>void</code></li>\r
1115         </ul>\r
1116     </div>\r
1117                 </div>\r
1118                         </div>\r
1119         </td>\r
1120         <td class="msource"><a ext:cls="Ext.Component" ext:member="#destroy" href="output/Ext.Component.html#destroy">Component</a></td>\r
1121     </tr>\r
1122         <tr class="method-row inherited alt expandable">\r
1123         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1124         <td class="sig">\r
1125         <a id="Ext.PagingToolbar-disable"></a>\r
1126             <b>disable</b>() : Ext.Component            <div class="mdesc">\r
1127                         <div class="short">Disable this component.</div>\r
1128             <div class="long">\r
1129                 Disable this component.    <div class="mdetail-params">\r
1130         <strong>Parameters:</strong>\r
1131         <ul><li>None.</li>        </ul>\r
1132         <strong>Returns:</strong>\r
1133         <ul>\r
1134             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
1135         </ul>\r
1136     </div>\r
1137                 </div>\r
1138                         </div>\r
1139         </td>\r
1140         <td class="msource"><a ext:cls="Ext.Component" ext:member="#disable" href="output/Ext.Component.html#disable">Component</a></td>\r
1141     </tr>\r
1142         <tr class="method-row inherited expandable">\r
1143         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1144         <td class="sig">\r
1145         <a id="Ext.PagingToolbar-enable"></a>\r
1146             <b>enable</b>() : Ext.Component            <div class="mdesc">\r
1147                         <div class="short">Enable this component.</div>\r
1148             <div class="long">\r
1149                 Enable this component.    <div class="mdetail-params">\r
1150         <strong>Parameters:</strong>\r
1151         <ul><li>None.</li>        </ul>\r
1152         <strong>Returns:</strong>\r
1153         <ul>\r
1154             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
1155         </ul>\r
1156     </div>\r
1157                 </div>\r
1158                         </div>\r
1159         </td>\r
1160         <td class="msource"><a ext:cls="Ext.Component" ext:member="#enable" href="output/Ext.Component.html#enable">Component</a></td>\r
1161     </tr>\r
1162         <tr class="method-row inherited alt expandable">\r
1163         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1164         <td class="sig">\r
1165         <a id="Ext.PagingToolbar-findParentBy"></a>\r
1166             <b>findParentBy</b>(&nbsp;<code>Function fcn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : Ext.Container            <div class="mdesc">\r
1167                         <div class="short">Find a container above this component at any level by a custom function. If the passed function returns
1168 true, the con...</div>\r
1169             <div class="long">\r
1170                 Find a container above this component at any level by a custom function. If the passed function returns
1171 true, the container will be returned. The passed function is called with the arguments (container, this component).    <div class="mdetail-params">\r
1172         <strong>Parameters:</strong>\r
1173         <ul><li><code>fcn</code> : Function<div class="sub-desc"></div></li><li><code>scope</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>\r
1174         <strong>Returns:</strong>\r
1175         <ul>\r
1176             <li><code>Ext.Container</code><div class="sub-desc">The first Container for which the custom function returns true</div></li>\r
1177         </ul>\r
1178     </div>\r
1179                 </div>\r
1180                         </div>\r
1181         </td>\r
1182         <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentBy" href="output/Ext.Component.html#findParentBy">Component</a></td>\r
1183     </tr>\r
1184         <tr class="method-row inherited expandable">\r
1185         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1186         <td class="sig">\r
1187         <a id="Ext.PagingToolbar-findParentByType"></a>\r
1188             <b>findParentByType</b>(&nbsp;<code>String/Class xtype</code>&nbsp;) : Ext.Container            <div class="mdesc">\r
1189                         <div class="short">Find a container above this component at any level by xtype or class</div>\r
1190             <div class="long">\r
1191                 Find a container above this component at any level by xtype or class    <div class="mdetail-params">\r
1192         <strong>Parameters:</strong>\r
1193         <ul><li><code>xtype</code> : String/Class<div class="sub-desc">The xtype string for a component, or the class of the component directly</div></li>        </ul>\r
1194         <strong>Returns:</strong>\r
1195         <ul>\r
1196             <li><code>Ext.Container</code><div class="sub-desc">The first Container which matches the given xtype or class</div></li>\r
1197         </ul>\r
1198     </div>\r
1199                 </div>\r
1200                         </div>\r
1201         </td>\r
1202         <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentByType" href="output/Ext.Component.html#findParentByType">Component</a></td>\r
1203     </tr>\r
1204         <tr class="method-row inherited alt expandable">\r
1205         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1206         <td class="sig">\r
1207         <a id="Ext.PagingToolbar-fireEvent"></a>\r
1208             <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean            <div class="mdesc">\r
1209                         <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>\r
1210             <div class="long">\r
1211                 Fires the specified event with the passed parameters (minus the event name).    <div class="mdetail-params">\r
1212         <strong>Parameters:</strong>\r
1213         <ul><li><code>eventName</code> : String<div class="sub-desc"></div></li><li><code>args</code> : Object...<div class="sub-desc">Variable number of parameters are passed to handlers</div></li>        </ul>\r
1214         <strong>Returns:</strong>\r
1215         <ul>\r
1216             <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>\r
1217         </ul>\r
1218     </div>\r
1219                 </div>\r
1220                         </div>\r
1221         </td>\r
1222         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>\r
1223     </tr>\r
1224         <tr class="method-row inherited expandable">\r
1225         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1226         <td class="sig">\r
1227         <a id="Ext.PagingToolbar-focus"></a>\r
1228             <b>focus</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean selectText</code>]</span>, <span class="optional" title="Optional">[<code>Boolean/Number delay</code>]</span>&nbsp;) : Ext.Component            <div class="mdesc">\r
1229                         <div class="short">Try to focus this component.</div>\r
1230             <div class="long">\r
1231                 Try to focus this component.    <div class="mdetail-params">\r
1232         <strong>Parameters:</strong>\r
1233         <ul><li><code>selectText</code> : Boolean<div class="sub-desc">(optional) If applicable, true to also select the text in this component</div></li><li><code>delay</code> : Boolean/Number<div class="sub-desc">(optional) Delay the focus this number of milliseconds (true for 10 milliseconds)</div></li>        </ul>\r
1234         <strong>Returns:</strong>\r
1235         <ul>\r
1236             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
1237         </ul>\r
1238     </div>\r
1239                 </div>\r
1240                         </div>\r
1241         </td>\r
1242         <td class="msource"><a ext:cls="Ext.Component" ext:member="#focus" href="output/Ext.Component.html#focus">Component</a></td>\r
1243     </tr>\r
1244         <tr class="method-row inherited alt expandable">\r
1245         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1246         <td class="sig">\r
1247         <a id="Ext.PagingToolbar-getBox"></a>\r
1248             <b>getBox</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Object            <div class="mdesc">\r
1249                         <div class="short">Gets the current box measurements of the component's underlying element.</div>\r
1250             <div class="long">\r
1251                 Gets the current box measurements of the component's underlying element.    <div class="mdetail-params">\r
1252         <strong>Parameters:</strong>\r
1253         <ul><li><code>local</code> : Boolean<div class="sub-desc">(optional) If true the element's left and top are returned instead of page XY (defaults to false)</div></li>        </ul>\r
1254         <strong>Returns:</strong>\r
1255         <ul>\r
1256             <li><code>Object</code><div class="sub-desc">box An object in the format {x, y, width, height}</div></li>\r
1257         </ul>\r
1258     </div>\r
1259                 </div>\r
1260                         </div>\r
1261         </td>\r
1262         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getBox" href="output/Ext.BoxComponent.html#getBox">BoxComponent</a></td>\r
1263     </tr>\r
1264         <tr class="method-row inherited expandable">\r
1265         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1266         <td class="sig">\r
1267         <a id="Ext.PagingToolbar-getEl"></a>\r
1268             <b>getEl</b>() : Ext.Element            <div class="mdesc">\r
1269                         <div class="short">Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.</div>\r
1270             <div class="long">\r
1271                 Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.    <div class="mdetail-params">\r
1272         <strong>Parameters:</strong>\r
1273         <ul><li>None.</li>        </ul>\r
1274         <strong>Returns:</strong>\r
1275         <ul>\r
1276             <li><code>Ext.Element</code><div class="sub-desc">The element</div></li>\r
1277         </ul>\r
1278     </div>\r
1279                 </div>\r
1280                         </div>\r
1281         </td>\r
1282         <td class="msource"><a ext:cls="Ext.Component" ext:member="#getEl" href="output/Ext.Component.html#getEl">Component</a></td>\r
1283     </tr>\r
1284         <tr class="method-row inherited alt expandable">\r
1285         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1286         <td class="sig">\r
1287         <a id="Ext.PagingToolbar-getId"></a>\r
1288             <b>getId</b>() : String            <div class="mdesc">\r
1289                         <div class="short">Returns the id of this component.</div>\r
1290             <div class="long">\r
1291                 Returns the id of this component.    <div class="mdetail-params">\r
1292         <strong>Parameters:</strong>\r
1293         <ul><li>None.</li>        </ul>\r
1294         <strong>Returns:</strong>\r
1295         <ul>\r
1296             <li><code>String</code></li>\r
1297         </ul>\r
1298     </div>\r
1299                 </div>\r
1300                         </div>\r
1301         </td>\r
1302         <td class="msource"><a ext:cls="Ext.Component" ext:member="#getId" href="output/Ext.Component.html#getId">Component</a></td>\r
1303     </tr>\r
1304         <tr class="method-row inherited expandable">\r
1305         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1306         <td class="sig">\r
1307         <a id="Ext.PagingToolbar-getItemId"></a>\r
1308             <b>getItemId</b>() : String            <div class="mdesc">\r
1309                         <div class="short">Returns the item id of this component.</div>\r
1310             <div class="long">\r
1311                 Returns the item id of this component.    <div class="mdetail-params">\r
1312         <strong>Parameters:</strong>\r
1313         <ul><li>None.</li>        </ul>\r
1314         <strong>Returns:</strong>\r
1315         <ul>\r
1316             <li><code>String</code></li>\r
1317         </ul>\r
1318     </div>\r
1319                 </div>\r
1320                         </div>\r
1321         </td>\r
1322         <td class="msource"><a ext:cls="Ext.Component" ext:member="#getItemId" href="output/Ext.Component.html#getItemId">Component</a></td>\r
1323     </tr>\r
1324         <tr class="method-row inherited alt expandable">\r
1325         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1326         <td class="sig">\r
1327         <a id="Ext.PagingToolbar-getPosition"></a>\r
1328             <b>getPosition</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Array            <div class="mdesc">\r
1329                         <div class="short">Gets the current XY position of the component's underlying element.</div>\r
1330             <div class="long">\r
1331                 Gets the current XY position of the component's underlying element.    <div class="mdetail-params">\r
1332         <strong>Parameters:</strong>\r
1333         <ul><li><code>local</code> : Boolean<div class="sub-desc">(optional) If true the element's left and top are returned instead of page XY (defaults to false)</div></li>        </ul>\r
1334         <strong>Returns:</strong>\r
1335         <ul>\r
1336             <li><code>Array</code><div class="sub-desc">The XY position of the element (e.g., [100, 200])</div></li>\r
1337         </ul>\r
1338     </div>\r
1339                 </div>\r
1340                         </div>\r
1341         </td>\r
1342         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getPosition" href="output/Ext.BoxComponent.html#getPosition">BoxComponent</a></td>\r
1343     </tr>\r
1344         <tr class="method-row inherited expandable">\r
1345         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1346         <td class="sig">\r
1347         <a id="Ext.PagingToolbar-getSize"></a>\r
1348             <b>getSize</b>() : Object            <div class="mdesc">\r
1349                         <div class="short">Gets the current size of the component's underlying element.</div>\r
1350             <div class="long">\r
1351                 Gets the current size of the component's underlying element.    <div class="mdetail-params">\r
1352         <strong>Parameters:</strong>\r
1353         <ul><li>None.</li>        </ul>\r
1354         <strong>Returns:</strong>\r
1355         <ul>\r
1356             <li><code>Object</code><div class="sub-desc">An object containing the element's size {width: (element width), height: (element height)}</div></li>\r
1357         </ul>\r
1358     </div>\r
1359                 </div>\r
1360                         </div>\r
1361         </td>\r
1362         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getSize" href="output/Ext.BoxComponent.html#getSize">BoxComponent</a></td>\r
1363     </tr>\r
1364         <tr class="method-row inherited alt expandable">\r
1365         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1366         <td class="sig">\r
1367         <a id="Ext.PagingToolbar-getXType"></a>\r
1368             <b>getXType</b>() : String            <div class="mdesc">\r
1369                         <div class="short">Gets the xtype for this component as registered with Ext.ComponentMgr. For a list of all
1370 available xtypes, see the Ex...</div>\r
1371             <div class="long">\r
1372                 Gets the xtype for this component as registered with <a ext:cls="Ext.ComponentMgr" href="output/Ext.ComponentMgr.html">Ext.ComponentMgr</a>. For a list of all
1373 available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
1374 <pre><code>var t = <b>new</b> Ext.form.TextField();
1375 alert(t.getXType());  // alerts <em>'textfield'</em></code></pre>    <div class="mdetail-params">\r
1376         <strong>Parameters:</strong>\r
1377         <ul><li>None.</li>        </ul>\r
1378         <strong>Returns:</strong>\r
1379         <ul>\r
1380             <li><code>String</code><div class="sub-desc">The xtype</div></li>\r
1381         </ul>\r
1382     </div>\r
1383                 </div>\r
1384                         </div>\r
1385         </td>\r
1386         <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXType" href="output/Ext.Component.html#getXType">Component</a></td>\r
1387     </tr>\r
1388         <tr class="method-row inherited expandable">\r
1389         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1390         <td class="sig">\r
1391         <a id="Ext.PagingToolbar-getXTypes"></a>\r
1392             <b>getXTypes</b>() : String            <div class="mdesc">\r
1393                         <div class="short">Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all
1394 available xtypes, see the Ext...</div>\r
1395             <div class="long">\r
1396                 <p>Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all
1397 available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header.</p>
1398 <p><b>If using your own subclasses, be aware that a Component must register its own xtype
1399 to participate in determination of inherited xtypes.</b></p>
1400 <p>Example usage:</p>
1401 <pre><code>\r
1402 var t = new Ext.form.TextField();\r
1403 alert(t.getXTypes());  // alerts 'component/box/field/textfield'</pre></code>    <div class="mdetail-params">\r
1404         <strong>Parameters:</strong>\r
1405         <ul><li>None.</li>        </ul>\r
1406         <strong>Returns:</strong>\r
1407         <ul>\r
1408             <li><code>String</code><div class="sub-desc">The xtype hierarchy string</div></li>\r
1409         </ul>\r
1410     </div>\r
1411                 </div>\r
1412                         </div>\r
1413         </td>\r
1414         <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXTypes" href="output/Ext.Component.html#getXTypes">Component</a></td>\r
1415     </tr>\r
1416         <tr class="method-row inherited alt expandable">\r
1417         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1418         <td class="sig">\r
1419         <a id="Ext.PagingToolbar-hasListener"></a>\r
1420             <b>hasListener</b>(&nbsp;<code>String eventName</code>&nbsp;) : Boolean            <div class="mdesc">\r
1421                         <div class="short">Checks to see if this object has any listeners for a specified event</div>\r
1422             <div class="long">\r
1423                 Checks to see if this object has any listeners for a specified event    <div class="mdetail-params">\r
1424         <strong>Parameters:</strong>\r
1425         <ul><li><code>eventName</code> : String<div class="sub-desc">The name of the event to check for</div></li>        </ul>\r
1426         <strong>Returns:</strong>\r
1427         <ul>\r
1428             <li><code>Boolean</code><div class="sub-desc">True if the event is being listened for, else false</div></li>\r
1429         </ul>\r
1430     </div>\r
1431                 </div>\r
1432                         </div>\r
1433         </td>\r
1434         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#hasListener" href="output/Ext.util.Observable.html#hasListener">Observable</a></td>\r
1435     </tr>\r
1436         <tr class="method-row inherited expandable">\r
1437         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1438         <td class="sig">\r
1439         <a id="Ext.PagingToolbar-hide"></a>\r
1440             <b>hide</b>() : Ext.Component            <div class="mdesc">\r
1441                         <div class="short">Hide this component.</div>\r
1442             <div class="long">\r
1443                 Hide this component.    <div class="mdetail-params">\r
1444         <strong>Parameters:</strong>\r
1445         <ul><li>None.</li>        </ul>\r
1446         <strong>Returns:</strong>\r
1447         <ul>\r
1448             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
1449         </ul>\r
1450     </div>\r
1451                 </div>\r
1452                         </div>\r
1453         </td>\r
1454         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hide" href="output/Ext.Component.html#hide">Component</a></td>\r
1455     </tr>\r
1456         <tr class="method-row inherited alt expandable">\r
1457         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1458         <td class="sig">\r
1459         <a id="Ext.PagingToolbar-insertButton"></a>\r
1460             <b>insertButton</b>(&nbsp;<code>Number index</code>, <code>Object/Ext.Toolbar.Item/Ext.Toolbar.Button/Array item</code>&nbsp;) : Ext.Toolbar.Button/Item            <div class="mdesc">\r
1461                         <div class="short">Inserts any <a ext:cls="Ext.Toolbar.Item" href="output/Ext.Toolbar.Item.html">Ext.Toolbar.Item</a>/<a ext:cls="Ext.Toolbar.Button" href="output/Ext.Toolbar.Button.html">Ext.Toolbar.Button</a> at the specified index.</div>\r
1462             <div class="long">\r
1463                 Inserts any <a ext:cls="Ext.Toolbar.Item" href="output/Ext.Toolbar.Item.html">Ext.Toolbar.Item</a>/<a ext:cls="Ext.Toolbar.Button" href="output/Ext.Toolbar.Button.html">Ext.Toolbar.Button</a> at the specified index.    <div class="mdetail-params">\r
1464         <strong>Parameters:</strong>\r
1465         <ul><li><code>index</code> : Number<div class="sub-desc">The index where the item is to be inserted</div></li><li><code>item</code> : Object/Ext.Toolbar.Item/Ext.Toolbar.Button/Array<div class="sub-desc">The button, or button config object to be
1466 inserted, or an array of buttons/configs.</div></li>        </ul>\r
1467         <strong>Returns:</strong>\r
1468         <ul>\r
1469             <li><code>Ext.Toolbar.Button/Item</code></li>\r
1470         </ul>\r
1471     </div>\r
1472                 </div>\r
1473                         </div>\r
1474         </td>\r
1475         <td class="msource"><a ext:cls="Ext.Toolbar" ext:member="#insertButton" href="output/Ext.Toolbar.html#insertButton">Toolbar</a></td>\r
1476     </tr>\r
1477         <tr class="method-row inherited expandable">\r
1478         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1479         <td class="sig">\r
1480         <a id="Ext.PagingToolbar-isVisible"></a>\r
1481             <b>isVisible</b>() : void            <div class="mdesc">\r
1482                         <div class="short">Returns true if this component is visible.</div>\r
1483             <div class="long">\r
1484                 Returns true if this component is visible.    <div class="mdetail-params">\r
1485         <strong>Parameters:</strong>\r
1486         <ul><li>None.</li>        </ul>\r
1487         <strong>Returns:</strong>\r
1488         <ul>\r
1489             <li><code>void</code></li>\r
1490         </ul>\r
1491     </div>\r
1492                 </div>\r
1493                         </div>\r
1494         </td>\r
1495         <td class="msource"><a ext:cls="Ext.Component" ext:member="#isVisible" href="output/Ext.Component.html#isVisible">Component</a></td>\r
1496     </tr>\r
1497         <tr class="method-row inherited alt expandable">\r
1498         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1499         <td class="sig">\r
1500         <a id="Ext.PagingToolbar-isXType"></a>\r
1501             <b>isXType</b>(&nbsp;<code>String xtype</code>, <span class="optional" title="Optional">[<code>Boolean shallow</code>]</span>&nbsp;) : void            <div class="mdesc">\r
1502                         <div class="short">Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended
1503 from th...</div>\r
1504             <div class="long">\r
1505                 <p>Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended
1506 from the xtype (default) or whether it is directly of the xtype specified (shallow = true).</p>
1507 <p><b>If using your own subclasses, be aware that a Component must register its own xtype
1508 to participate in determination of inherited xtypes.</b></p>
1509 <p>For a list of all available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header.</p>
1510 <p>Example usage:</p>
1511 <pre><code>var t = <b>new</b> Ext.form.TextField();
1512 <b>var</b> isText = t.isXType(<em>'textfield'</em>);        <i>// true</i>
1513 <b>var</b> isBoxSubclass = t.isXType(<em>'box'</em>);       <i>// true, descended from BoxComponent</i>
1514 <b>var</b> isBoxInstance = t.isXType(<em>'box'</em>, true); // false, not a direct BoxComponent instance</code></pre>    <div class="mdetail-params">\r
1515         <strong>Parameters:</strong>\r
1516         <ul><li><code>xtype</code> : String<div class="sub-desc">The xtype to check for this Component</div></li><li><code>shallow</code> : Boolean<div class="sub-desc">(optional) False to check whether this Component is descended from the xtype (this is
1517 the default), or true to check whether this Component is directly of the specified xtype.</div></li>        </ul>\r
1518         <strong>Returns:</strong>\r
1519         <ul>\r
1520             <li><code>void</code></li>\r
1521         </ul>\r
1522     </div>\r
1523                 </div>\r
1524                         </div>\r
1525         </td>\r
1526         <td class="msource"><a ext:cls="Ext.Component" ext:member="#isXType" href="output/Ext.Component.html#isXType">Component</a></td>\r
1527     </tr>\r
1528         <tr class="method-row inherited expandable">\r
1529         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1530         <td class="sig">\r
1531         <a id="Ext.PagingToolbar-on"></a>\r
1532             <b>on</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Object options</code>]</span>&nbsp;) : void            <div class="mdesc">\r
1533                         <div class="short">Appends an event handler to this element (shorthand for addListener)</div>\r
1534             <div class="long">\r
1535                 Appends an event handler to this element (shorthand for addListener)    <div class="mdetail-params">\r
1536         <strong>Parameters:</strong>\r
1537         <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The method the event invokes</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the handler
1538 function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>\r
1539         <strong>Returns:</strong>\r
1540         <ul>\r
1541             <li><code>void</code></li>\r
1542         </ul>\r
1543     </div>\r
1544                 </div>\r
1545                         </div>\r
1546         </td>\r
1547         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>\r
1548     </tr>\r
1549         <tr class="method-row inherited alt expandable">\r
1550         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1551         <td class="sig">\r
1552         <a id="Ext.PagingToolbar-purgeListeners"></a>\r
1553             <b>purgeListeners</b>() : void            <div class="mdesc">\r
1554                         <div class="short">Removes all listeners for this object</div>\r
1555             <div class="long">\r
1556                 Removes all listeners for this object    <div class="mdetail-params">\r
1557         <strong>Parameters:</strong>\r
1558         <ul><li>None.</li>        </ul>\r
1559         <strong>Returns:</strong>\r
1560         <ul>\r
1561             <li><code>void</code></li>\r
1562         </ul>\r
1563     </div>\r
1564                 </div>\r
1565                         </div>\r
1566         </td>\r
1567         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#purgeListeners" href="output/Ext.util.Observable.html#purgeListeners">Observable</a></td>\r
1568     </tr>\r
1569         <tr class="method-row inherited expandable">\r
1570         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1571         <td class="sig">\r
1572         <a id="Ext.PagingToolbar-relayEvents"></a>\r
1573             <b>relayEvents</b>(&nbsp;<code>Object o</code>, <code>Array events</code>&nbsp;) : void            <div class="mdesc">\r
1574                         <div class="short">Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.</div>\r
1575             <div class="long">\r
1576                 Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.    <div class="mdetail-params">\r
1577         <strong>Parameters:</strong>\r
1578         <ul><li><code>o</code> : Object<div class="sub-desc">The Observable whose events this object is to relay.</div></li><li><code>events</code> : Array<div class="sub-desc">Array of event names to relay.</div></li>        </ul>\r
1579         <strong>Returns:</strong>\r
1580         <ul>\r
1581             <li><code>void</code></li>\r
1582         </ul>\r
1583     </div>\r
1584                 </div>\r
1585                         </div>\r
1586         </td>\r
1587         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#relayEvents" href="output/Ext.util.Observable.html#relayEvents">Observable</a></td>\r
1588     </tr>\r
1589         <tr class="method-row inherited alt expandable">\r
1590         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1591         <td class="sig">\r
1592         <a id="Ext.PagingToolbar-removeClass"></a>\r
1593             <b>removeClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">\r
1594                         <div class="short">Removes a CSS class from the component's underlying element.</div>\r
1595             <div class="long">\r
1596                 Removes a CSS class from the component's underlying element.    <div class="mdetail-params">\r
1597         <strong>Parameters:</strong>\r
1598         <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to remove</div></li>        </ul>\r
1599         <strong>Returns:</strong>\r
1600         <ul>\r
1601             <li><code>void</code></li>\r
1602         </ul>\r
1603     </div>\r
1604                 </div>\r
1605                         </div>\r
1606         </td>\r
1607         <td class="msource"><a ext:cls="Ext.Component" ext:member="#removeClass" href="output/Ext.Component.html#removeClass">Component</a></td>\r
1608     </tr>\r
1609         <tr class="method-row inherited expandable">\r
1610         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1611         <td class="sig">\r
1612         <a id="Ext.PagingToolbar-removeListener"></a>\r
1613             <b>removeListener</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : void            <div class="mdesc">\r
1614                         <div class="short">Removes a listener</div>\r
1615             <div class="long">\r
1616                 Removes a listener    <div class="mdetail-params">\r
1617         <strong>Parameters:</strong>\r
1618         <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The handler to remove</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope (this object) for the handler</div></li>        </ul>\r
1619         <strong>Returns:</strong>\r
1620         <ul>\r
1621             <li><code>void</code></li>\r
1622         </ul>\r
1623     </div>\r
1624                 </div>\r
1625                         </div>\r
1626         </td>\r
1627         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#removeListener" href="output/Ext.util.Observable.html#removeListener">Observable</a></td>\r
1628     </tr>\r
1629         <tr class="method-row inherited alt expandable">\r
1630         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1631         <td class="sig">\r
1632         <a id="Ext.PagingToolbar-render"></a>\r
1633             <b>render</b>(&nbsp;<span class="optional" title="Optional">[<code>Element/HTMLElement/String container</code>]</span>, <span class="optional" title="Optional">[<code>String/Number position</code>]</span>&nbsp;) : void            <div class="mdesc">\r
1634                         <div class="short">Render this Component into the passed HTML element.
1635 If you are using a Container object to house this Component, then...</div>\r
1636             <div class="long">\r
1637                 <p>Render this Component into the passed HTML element.</p>
1638 <p><b>If you are using a <a ext:cls="Ext.Container" href="output/Ext.Container.html">Container</a> object to house this Component, then
1639 do not use the render method.</b></p>
1640 <p>A Container's child Components are rendered by that Container's
1641 <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> manager when the Container is first rendered.</p>
1642 <p>Certain layout managers allow dynamic addition of child components. Those that do
1643 include <a ext:cls="Ext.layout.CardLayout" href="output/Ext.layout.CardLayout.html">Ext.layout.CardLayout</a>, <a ext:cls="Ext.layout.AnchorLayout" href="output/Ext.layout.AnchorLayout.html">Ext.layout.AnchorLayout</a>,
1644 <a ext:cls="Ext.layout.FormLayout" href="output/Ext.layout.FormLayout.html">Ext.layout.FormLayout</a>, <a ext:cls="Ext.layout.TableLayout" href="output/Ext.layout.TableLayout.html">Ext.layout.TableLayout</a>.</p>
1645 <p>If the Container is already rendered when a new child Component is added, you may need to call
1646 the Container's <a ext:cls="Ext.Container" ext:member="doLayout" href="output/Ext.Container.html#doLayout">doLayout</a> to refresh the view which causes any
1647 unrendered child Components to be rendered. This is required so that you can add multiple
1648 child components if needed while only refreshing the layout once.</p>
1649 <p>When creating complex UIs, it is important to remember that sizing and positioning
1650 of child items is the responsibility of the Container's <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> manager.
1651 If you expect child items to be sized in response to user interactions, you must
1652 configure the Container with a layout manager which creates and manages the type of layout you
1653 have in mind.</p>
1654 <p><b>Omitting the Container's <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> config means that a basic
1655 layout manager is used which does nothing but render child components sequentially into the
1656 Container. No sizing or positioning will be performed in this situation.</b></p>    <div class="mdetail-params">\r
1657         <strong>Parameters:</strong>\r
1658         <ul><li><code>container</code> : Element/HTMLElement/String<div class="sub-desc">(optional) The element this Component should be
1659 rendered into. If it is being created from existing markup, this should be omitted.</div></li><li><code>position</code> : String/Number<div class="sub-desc">(optional) The element ID or DOM node index within the container <b>before</b>
1660 which this component will be inserted (defaults to appending to the end of the container)</div></li>        </ul>\r
1661         <strong>Returns:</strong>\r
1662         <ul>\r
1663             <li><code>void</code></li>\r
1664         </ul>\r
1665     </div>\r
1666                 </div>\r
1667                         </div>\r
1668         </td>\r
1669         <td class="msource"><a ext:cls="Ext.Component" ext:member="#render" href="output/Ext.Component.html#render">Component</a></td>\r
1670     </tr>\r
1671         <tr class="method-row inherited expandable">\r
1672         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1673         <td class="sig">\r
1674         <a id="Ext.PagingToolbar-resumeEvents"></a>\r
1675             <b>resumeEvents</b>() : void            <div class="mdesc">\r
1676                         <div class="short">Resume firing events. (see <a ext:cls="Ext.util.Observable" ext:member="suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">suspendEvents</a>)</div>\r
1677             <div class="long">\r
1678                 Resume firing events. (see <a ext:cls="Ext.util.Observable" ext:member="suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">suspendEvents</a>)    <div class="mdetail-params">\r
1679         <strong>Parameters:</strong>\r
1680         <ul><li>None.</li>        </ul>\r
1681         <strong>Returns:</strong>\r
1682         <ul>\r
1683             <li><code>void</code></li>\r
1684         </ul>\r
1685     </div>\r
1686                 </div>\r
1687                         </div>\r
1688         </td>\r
1689         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">Observable</a></td>\r
1690     </tr>\r
1691         <tr class="method-row inherited alt expandable">\r
1692         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1693         <td class="sig">\r
1694         <a id="Ext.PagingToolbar-setDisabled"></a>\r
1695             <b>setDisabled</b>(&nbsp;<code>Boolean disabled</code>&nbsp;) : void            <div class="mdesc">\r
1696                         <div class="short">Convenience function for setting disabled/enabled by boolean.</div>\r
1697             <div class="long">\r
1698                 Convenience function for setting disabled/enabled by boolean.    <div class="mdetail-params">\r
1699         <strong>Parameters:</strong>\r
1700         <ul><li><code>disabled</code> : Boolean<div class="sub-desc"></div></li>        </ul>\r
1701         <strong>Returns:</strong>\r
1702         <ul>\r
1703             <li><code>void</code></li>\r
1704         </ul>\r
1705     </div>\r
1706                 </div>\r
1707                         </div>\r
1708         </td>\r
1709         <td class="msource"><a ext:cls="Ext.Component" ext:member="#setDisabled" href="output/Ext.Component.html#setDisabled">Component</a></td>\r
1710     </tr>\r
1711         <tr class="method-row inherited expandable">\r
1712         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1713         <td class="sig">\r
1714         <a id="Ext.PagingToolbar-setHeight"></a>\r
1715             <b>setHeight</b>(&nbsp;<code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
1716                         <div class="short">Sets the height of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.</div>\r
1717             <div class="long">\r
1718                 Sets the height of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.    <div class="mdetail-params">\r
1719         <strong>Parameters:</strong>\r
1720         <ul><li><code>height</code> : Number<div class="sub-desc">The new height to set</div></li>        </ul>\r
1721         <strong>Returns:</strong>\r
1722         <ul>\r
1723             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
1724         </ul>\r
1725     </div>\r
1726                 </div>\r
1727                         </div>\r
1728         </td>\r
1729         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setHeight" href="output/Ext.BoxComponent.html#setHeight">BoxComponent</a></td>\r
1730     </tr>\r
1731         <tr class="method-row inherited alt expandable">\r
1732         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1733         <td class="sig">\r
1734         <a id="Ext.PagingToolbar-setPagePosition"></a>\r
1735             <b>setPagePosition</b>(&nbsp;<code>Number x</code>, <code>Number y</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
1736                         <div class="short">Sets the page XY position of the component.  To set the left and top instead, use setPosition.
1737 This method fires the ...</div>\r
1738             <div class="long">\r
1739                 Sets the page XY position of the component.  To set the left and top instead, use <a ext:cls="Ext.BoxComponent" ext:member="setPosition" href="output/Ext.BoxComponent.html#setPosition">setPosition</a>.
1740 This method fires the <a ext:cls="Ext.BoxComponent" ext:member="move" href="output/Ext.BoxComponent.html#move">move</a> event.    <div class="mdetail-params">\r
1741         <strong>Parameters:</strong>\r
1742         <ul><li><code>x</code> : Number<div class="sub-desc">The new x position</div></li><li><code>y</code> : Number<div class="sub-desc">The new y position</div></li>        </ul>\r
1743         <strong>Returns:</strong>\r
1744         <ul>\r
1745             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
1746         </ul>\r
1747     </div>\r
1748                 </div>\r
1749                         </div>\r
1750         </td>\r
1751         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPagePosition" href="output/Ext.BoxComponent.html#setPagePosition">BoxComponent</a></td>\r
1752     </tr>\r
1753         <tr class="method-row inherited expandable">\r
1754         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1755         <td class="sig">\r
1756         <a id="Ext.PagingToolbar-setPosition"></a>\r
1757             <b>setPosition</b>(&nbsp;<code>Number left</code>, <code>Number top</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
1758                         <div class="short">Sets the left and top of the component.  To set the page XY position instead, use setPagePosition.
1759 This method fires ...</div>\r
1760             <div class="long">\r
1761                 Sets the left and top of the component.  To set the page XY position instead, use <a ext:cls="Ext.BoxComponent" ext:member="setPagePosition" href="output/Ext.BoxComponent.html#setPagePosition">setPagePosition</a>.
1762 This method fires the <a ext:cls="Ext.BoxComponent" ext:member="move" href="output/Ext.BoxComponent.html#move">move</a> event.    <div class="mdetail-params">\r
1763         <strong>Parameters:</strong>\r
1764         <ul><li><code>left</code> : Number<div class="sub-desc">The new left</div></li><li><code>top</code> : Number<div class="sub-desc">The new top</div></li>        </ul>\r
1765         <strong>Returns:</strong>\r
1766         <ul>\r
1767             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
1768         </ul>\r
1769     </div>\r
1770                 </div>\r
1771                         </div>\r
1772         </td>\r
1773         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPosition" href="output/Ext.BoxComponent.html#setPosition">BoxComponent</a></td>\r
1774     </tr>\r
1775         <tr class="method-row inherited alt expandable">\r
1776         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1777         <td class="sig">\r
1778         <a id="Ext.PagingToolbar-setSize"></a>\r
1779             <b>setSize</b>(&nbsp;<code>Number/Object width</code>, <code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
1780                         <div class="short">Sets the width and height of the component.  This method fires the resize event.  This method can accept
1781 either width...</div>\r
1782             <div class="long">\r
1783                 Sets the width and height of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.  This method can accept
1784 either width and height as separate numeric arguments, or you can pass a size object like {width:10, height:20}.    <div class="mdetail-params">\r
1785         <strong>Parameters:</strong>\r
1786         <ul><li><code>width</code> : Number/Object<div class="sub-desc">The new width to set, or a size object in the format {width, height}</div></li><li><code>height</code> : Number<div class="sub-desc">The new height to set (not required if a size object is passed as the first arg)</div></li>        </ul>\r
1787         <strong>Returns:</strong>\r
1788         <ul>\r
1789             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
1790         </ul>\r
1791     </div>\r
1792                 </div>\r
1793                         </div>\r
1794         </td>\r
1795         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setSize" href="output/Ext.BoxComponent.html#setSize">BoxComponent</a></td>\r
1796     </tr>\r
1797         <tr class="method-row inherited expandable">\r
1798         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1799         <td class="sig">\r
1800         <a id="Ext.PagingToolbar-setVisible"></a>\r
1801             <b>setVisible</b>(&nbsp;<code>Boolean visible</code>&nbsp;) : Ext.Component            <div class="mdesc">\r
1802                         <div class="short">Convenience function to hide or show this component by boolean.</div>\r
1803             <div class="long">\r
1804                 Convenience function to hide or show this component by boolean.    <div class="mdetail-params">\r
1805         <strong>Parameters:</strong>\r
1806         <ul><li><code>visible</code> : Boolean<div class="sub-desc">True to show, false to hide</div></li>        </ul>\r
1807         <strong>Returns:</strong>\r
1808         <ul>\r
1809             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
1810         </ul>\r
1811     </div>\r
1812                 </div>\r
1813                         </div>\r
1814         </td>\r
1815         <td class="msource"><a ext:cls="Ext.Component" ext:member="#setVisible" href="output/Ext.Component.html#setVisible">Component</a></td>\r
1816     </tr>\r
1817         <tr class="method-row inherited alt expandable">\r
1818         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1819         <td class="sig">\r
1820         <a id="Ext.PagingToolbar-setWidth"></a>\r
1821             <b>setWidth</b>(&nbsp;<code>Number width</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
1822                         <div class="short">Sets the width of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.</div>\r
1823             <div class="long">\r
1824                 Sets the width of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.    <div class="mdetail-params">\r
1825         <strong>Parameters:</strong>\r
1826         <ul><li><code>width</code> : Number<div class="sub-desc">The new width to set</div></li>        </ul>\r
1827         <strong>Returns:</strong>\r
1828         <ul>\r
1829             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
1830         </ul>\r
1831     </div>\r
1832                 </div>\r
1833                         </div>\r
1834         </td>\r
1835         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setWidth" href="output/Ext.BoxComponent.html#setWidth">BoxComponent</a></td>\r
1836     </tr>\r
1837         <tr class="method-row inherited expandable">\r
1838         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1839         <td class="sig">\r
1840         <a id="Ext.PagingToolbar-show"></a>\r
1841             <b>show</b>() : Ext.Component            <div class="mdesc">\r
1842                         <div class="short">Show this component.</div>\r
1843             <div class="long">\r
1844                 Show this component.    <div class="mdetail-params">\r
1845         <strong>Parameters:</strong>\r
1846         <ul><li>None.</li>        </ul>\r
1847         <strong>Returns:</strong>\r
1848         <ul>\r
1849             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
1850         </ul>\r
1851     </div>\r
1852                 </div>\r
1853                         </div>\r
1854         </td>\r
1855         <td class="msource"><a ext:cls="Ext.Component" ext:member="#show" href="output/Ext.Component.html#show">Component</a></td>\r
1856     </tr>\r
1857         <tr class="method-row inherited alt expandable">\r
1858         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1859         <td class="sig">\r
1860         <a id="Ext.PagingToolbar-suspendEvents"></a>\r
1861             <b>suspendEvents</b>() : void            <div class="mdesc">\r
1862                         <div class="short">Suspend the firing of all events. (see <a ext:cls="Ext.util.Observable" ext:member="resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">resumeEvents</a>)</div>\r
1863             <div class="long">\r
1864                 Suspend the firing of all events. (see <a ext:cls="Ext.util.Observable" ext:member="resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">resumeEvents</a>)    <div class="mdetail-params">\r
1865         <strong>Parameters:</strong>\r
1866         <ul><li>None.</li>        </ul>\r
1867         <strong>Returns:</strong>\r
1868         <ul>\r
1869             <li><code>void</code></li>\r
1870         </ul>\r
1871     </div>\r
1872                 </div>\r
1873                         </div>\r
1874         </td>\r
1875         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">Observable</a></td>\r
1876     </tr>\r
1877         <tr class="method-row inherited expandable">\r
1878         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1879         <td class="sig">\r
1880         <a id="Ext.PagingToolbar-syncSize"></a>\r
1881             <b>syncSize</b>() : Ext.BoxComponent            <div class="mdesc">\r
1882                         <div class="short">Force the component's size to recalculate based on the underlying element's current height and width.</div>\r
1883             <div class="long">\r
1884                 Force the component's size to recalculate based on the underlying element's current height and width.    <div class="mdetail-params">\r
1885         <strong>Parameters:</strong>\r
1886         <ul><li>None.</li>        </ul>\r
1887         <strong>Returns:</strong>\r
1888         <ul>\r
1889             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
1890         </ul>\r
1891     </div>\r
1892                 </div>\r
1893                         </div>\r
1894         </td>\r
1895         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#syncSize" href="output/Ext.BoxComponent.html#syncSize">BoxComponent</a></td>\r
1896     </tr>\r
1897         <tr class="method-row inherited alt expandable">\r
1898         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1899         <td class="sig">\r
1900         <a id="Ext.PagingToolbar-un"></a>\r
1901             <b>un</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : void            <div class="mdesc">\r
1902                         <div class="short">Removes a listener (shorthand for removeListener)</div>\r
1903             <div class="long">\r
1904                 Removes a listener (shorthand for removeListener)    <div class="mdetail-params">\r
1905         <strong>Parameters:</strong>\r
1906         <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The handler to remove</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope (this object) for the handler</div></li>        </ul>\r
1907         <strong>Returns:</strong>\r
1908         <ul>\r
1909             <li><code>void</code></li>\r
1910         </ul>\r
1911     </div>\r
1912                 </div>\r
1913                         </div>\r
1914         </td>\r
1915         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#un" href="output/Ext.util.Observable.html#un">Observable</a></td>\r
1916     </tr>\r
1917         <tr class="method-row expandable">\r
1918         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1919         <td class="sig">\r
1920         <a id="Ext.PagingToolbar-unbind"></a>\r
1921             <b>unbind</b>(&nbsp;<code>Ext.data.Store store</code>&nbsp;) : void            <div class="mdesc">\r
1922                         <div class="short">Unbinds the paging toolbar from the specified <a ext:cls="Ext.data.Store" href="output/Ext.data.Store.html">Ext.data.Store</a></div>\r
1923             <div class="long">\r
1924                 Unbinds the paging toolbar from the specified <a ext:cls="Ext.data.Store" href="output/Ext.data.Store.html">Ext.data.Store</a>    <div class="mdetail-params">\r
1925         <strong>Parameters:</strong>\r
1926         <ul><li><code>store</code> : Ext.data.Store<div class="sub-desc">The data store to unbind</div></li>        </ul>\r
1927         <strong>Returns:</strong>\r
1928         <ul>\r
1929             <li><code>void</code></li>\r
1930         </ul>\r
1931     </div>\r
1932                 </div>\r
1933                         </div>\r
1934         </td>\r
1935         <td class="msource">PagingToolbar</td>\r
1936     </tr>\r
1937         <tr class="method-row inherited alt expandable">\r
1938         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1939         <td class="sig">\r
1940         <a id="Ext.PagingToolbar-updateBox"></a>\r
1941             <b>updateBox</b>(&nbsp;<code>Object box</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
1942                         <div class="short">Sets the current box measurements of the component's underlying element.</div>\r
1943             <div class="long">\r
1944                 Sets the current box measurements of the component's underlying element.    <div class="mdetail-params">\r
1945         <strong>Parameters:</strong>\r
1946         <ul><li><code>box</code> : Object<div class="sub-desc">An object in the format {x, y, width, height}</div></li>        </ul>\r
1947         <strong>Returns:</strong>\r
1948         <ul>\r
1949             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
1950         </ul>\r
1951     </div>\r
1952                 </div>\r
1953                         </div>\r
1954         </td>\r
1955         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#updateBox" href="output/Ext.BoxComponent.html#updateBox">BoxComponent</a></td>\r
1956     </tr>\r
1957             </table>
1958                 <a id="Ext.PagingToolbar-events"></a>
1959         <h2>Public Events</h2>
1960                 <table cellspacing="0" class="member-table">
1961             <tr>
1962                 <th class="sig-header" colspan="2">Event</th>
1963                 <th class="msource-header">Defined By</th>
1964             </tr>
1965                 <tr class="event-row expandable">\r
1966         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1967         <td class="sig">\r
1968         <a id="Ext.PagingToolbar-beforechange"></a>\r
1969             <b>beforechange</b> : (&nbsp;<code>Ext.PagingToolbar this</code>, <code>Object beforeChangeEvent</code>&nbsp;)            <div class="mdesc">\r
1970                         <div class="short">Fires just before the active page is changed.
1971 Return false to prevent the active page from being changed.</div>\r
1972             <div class="long">\r
1973                 Fires just before the active page is changed.
1974 Return false to prevent the active page from being changed.    <div class="mdetail-params">\r
1975         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
1976         <ul><li><code>this</code> : Ext.PagingToolbar<div class="sub-desc"></div></li><li><code>beforeChangeEvent</code> : Object<div class="sub-desc">An object that has these properties:<ul>
1977 <li><code>start</code> : Number <div class="sub-desc">The starting row number for the next page of records to
1978 be retrieved from the server</div></li>
1979 <li><code>limit</code> : Number <div class="sub-desc">The number of records to be retrieved from the server</div></li>
1980 </ul>
1981 (note: the names of the <b>start</b> and <b>limit</b> properties are determined
1982 by the store's <a ext:cls="Ext.data.Store" ext:member="paramNames" href="output/Ext.data.Store.html#paramNames">paramNames</a> property.)</div></li>        </ul>\r
1983     </div>\r
1984                 </div>\r
1985                         </div>\r
1986         </td>\r
1987         <td class="msource">PagingToolbar</td>\r
1988     </tr>\r
1989         <tr class="event-row inherited alt expandable">\r
1990         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1991         <td class="sig">\r
1992         <a id="Ext.PagingToolbar-beforedestroy"></a>\r
1993             <b>beforedestroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
1994                         <div class="short">Fires before the component is destroyed. Return false to stop the destroy.</div>\r
1995             <div class="long">\r
1996                 Fires before the component is destroyed. Return false to stop the destroy.    <div class="mdetail-params">\r
1997         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
1998         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
1999     </div>\r
2000                 </div>\r
2001                         </div>\r
2002         </td>\r
2003         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforedestroy" href="output/Ext.Component.html#event-beforedestroy">Component</a></td>\r
2004     </tr>\r
2005         <tr class="event-row inherited expandable">\r
2006         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2007         <td class="sig">\r
2008         <a id="Ext.PagingToolbar-beforehide"></a>\r
2009             <b>beforehide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
2010                         <div class="short">Fires before the component is hidden. Return false to stop the hide.</div>\r
2011             <div class="long">\r
2012                 Fires before the component is hidden. Return false to stop the hide.    <div class="mdetail-params">\r
2013         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2014         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
2015     </div>\r
2016                 </div>\r
2017                         </div>\r
2018         </td>\r
2019         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforehide" href="output/Ext.Component.html#event-beforehide">Component</a></td>\r
2020     </tr>\r
2021         <tr class="event-row inherited alt expandable">\r
2022         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2023         <td class="sig">\r
2024         <a id="Ext.PagingToolbar-beforerender"></a>\r
2025             <b>beforerender</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
2026                         <div class="short">Fires before the component is rendered. Return false to stop the render.</div>\r
2027             <div class="long">\r
2028                 Fires before the component is rendered. Return false to stop the render.    <div class="mdetail-params">\r
2029         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2030         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
2031     </div>\r
2032                 </div>\r
2033                         </div>\r
2034         </td>\r
2035         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforerender" href="output/Ext.Component.html#event-beforerender">Component</a></td>\r
2036     </tr>\r
2037         <tr class="event-row inherited expandable">\r
2038         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2039         <td class="sig">\r
2040         <a id="Ext.PagingToolbar-beforeshow"></a>\r
2041             <b>beforeshow</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
2042                         <div class="short">Fires before the component is shown. Return false to stop the show.</div>\r
2043             <div class="long">\r
2044                 Fires before the component is shown. Return false to stop the show.    <div class="mdetail-params">\r
2045         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2046         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
2047     </div>\r
2048                 </div>\r
2049                         </div>\r
2050         </td>\r
2051         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforeshow" href="output/Ext.Component.html#event-beforeshow">Component</a></td>\r
2052     </tr>\r
2053         <tr class="event-row inherited alt expandable">\r
2054         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2055         <td class="sig">\r
2056         <a id="Ext.PagingToolbar-beforestaterestore"></a>\r
2057             <b>beforestaterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">\r
2058                         <div class="short">Fires before the state of the component is restored. Return false to stop the restore.</div>\r
2059             <div class="long">\r
2060                 Fires before the state of the component is restored. Return false to stop the restore.    <div class="mdetail-params">\r
2061         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2062         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>\r
2063     </div>\r
2064                 </div>\r
2065                         </div>\r
2066         </td>\r
2067         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestaterestore" href="output/Ext.Component.html#event-beforestaterestore">Component</a></td>\r
2068     </tr>\r
2069         <tr class="event-row inherited expandable">\r
2070         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2071         <td class="sig">\r
2072         <a id="Ext.PagingToolbar-beforestatesave"></a>\r
2073             <b>beforestatesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">\r
2074                         <div class="short">Fires before the state of the component is saved to the configured state provider. Return false to stop the save.</div>\r
2075             <div class="long">\r
2076                 Fires before the state of the component is saved to the configured state provider. Return false to stop the save.    <div class="mdetail-params">\r
2077         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2078         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>\r
2079     </div>\r
2080                 </div>\r
2081                         </div>\r
2082         </td>\r
2083         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestatesave" href="output/Ext.Component.html#event-beforestatesave">Component</a></td>\r
2084     </tr>\r
2085         <tr class="event-row alt expandable">\r
2086         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2087         <td class="sig">\r
2088         <a id="Ext.PagingToolbar-change"></a>\r
2089             <b>change</b> : (&nbsp;<code>Ext.PagingToolbar this</code>, <code>Object changeEvent</code>&nbsp;)            <div class="mdesc">\r
2090                         <div class="short">Fires after the active page has been changed.</div>\r
2091             <div class="long">\r
2092                 Fires after the active page has been changed.    <div class="mdetail-params">\r
2093         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2094         <ul><li><code>this</code> : Ext.PagingToolbar<div class="sub-desc"></div></li><li><code>changeEvent</code> : Object<div class="sub-desc">An object that has these properties:<ul>
2095 <li><code>total</code> : Number <div class="sub-desc">The total number of records in the dataset as
2096 returned by the server</div></li>
2097 <li><code>activePage</code> : Number <div class="sub-desc">The current page number</div></li>
2098 <li><code>pages</code> : Number <div class="sub-desc">The total number of pages (calculated from
2099 the total number of records in the dataset as returned by the server and the current <a ext:cls="Ext.PagingToolbar" ext:member="pageSize" href="output/Ext.PagingToolbar.html#pageSize">pageSize</a>)</div></li>
2100 </ul></div></li>        </ul>\r
2101     </div>\r
2102                 </div>\r
2103                         </div>\r
2104         </td>\r
2105         <td class="msource">PagingToolbar</td>\r
2106     </tr>\r
2107         <tr class="event-row inherited expandable">\r
2108         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2109         <td class="sig">\r
2110         <a id="Ext.PagingToolbar-destroy"></a>\r
2111             <b>destroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
2112                         <div class="short">Fires after the component is destroyed.</div>\r
2113             <div class="long">\r
2114                 Fires after the component is destroyed.    <div class="mdetail-params">\r
2115         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2116         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
2117     </div>\r
2118                 </div>\r
2119                         </div>\r
2120         </td>\r
2121         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-destroy" href="output/Ext.Component.html#event-destroy">Component</a></td>\r
2122     </tr>\r
2123         <tr class="event-row inherited alt expandable">\r
2124         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2125         <td class="sig">\r
2126         <a id="Ext.PagingToolbar-disable"></a>\r
2127             <b>disable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
2128                         <div class="short">Fires after the component is disabled.</div>\r
2129             <div class="long">\r
2130                 Fires after the component is disabled.    <div class="mdetail-params">\r
2131         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2132         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
2133     </div>\r
2134                 </div>\r
2135                         </div>\r
2136         </td>\r
2137         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-disable" href="output/Ext.Component.html#event-disable">Component</a></td>\r
2138     </tr>\r
2139         <tr class="event-row inherited expandable">\r
2140         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2141         <td class="sig">\r
2142         <a id="Ext.PagingToolbar-enable"></a>\r
2143             <b>enable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
2144                         <div class="short">Fires after the component is enabled.</div>\r
2145             <div class="long">\r
2146                 Fires after the component is enabled.    <div class="mdetail-params">\r
2147         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2148         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
2149     </div>\r
2150                 </div>\r
2151                         </div>\r
2152         </td>\r
2153         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-enable" href="output/Ext.Component.html#event-enable">Component</a></td>\r
2154     </tr>\r
2155         <tr class="event-row inherited alt expandable">\r
2156         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2157         <td class="sig">\r
2158         <a id="Ext.PagingToolbar-hide"></a>\r
2159             <b>hide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
2160                         <div class="short">Fires after the component is hidden.</div>\r
2161             <div class="long">\r
2162                 Fires after the component is hidden.    <div class="mdetail-params">\r
2163         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2164         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
2165     </div>\r
2166                 </div>\r
2167                         </div>\r
2168         </td>\r
2169         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-hide" href="output/Ext.Component.html#event-hide">Component</a></td>\r
2170     </tr>\r
2171         <tr class="event-row inherited expandable">\r
2172         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2173         <td class="sig">\r
2174         <a id="Ext.PagingToolbar-move"></a>\r
2175             <b>move</b> : (&nbsp;<code>Ext.Component this</code>, <code>Number x</code>, <code>Number y</code>&nbsp;)            <div class="mdesc">\r
2176                         <div class="short">Fires after the component is moved.</div>\r
2177             <div class="long">\r
2178                 Fires after the component is moved.    <div class="mdetail-params">\r
2179         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2180         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>x</code> : Number<div class="sub-desc">The new x position</div></li><li><code>y</code> : Number<div class="sub-desc">The new y position</div></li>        </ul>\r
2181     </div>\r
2182                 </div>\r
2183                         </div>\r
2184         </td>\r
2185         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-move" href="output/Ext.BoxComponent.html#event-move">BoxComponent</a></td>\r
2186     </tr>\r
2187         <tr class="event-row inherited alt expandable">\r
2188         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2189         <td class="sig">\r
2190         <a id="Ext.PagingToolbar-render"></a>\r
2191             <b>render</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
2192                         <div class="short">Fires after the component is rendered.</div>\r
2193             <div class="long">\r
2194                 Fires after the component is rendered.    <div class="mdetail-params">\r
2195         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2196         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
2197     </div>\r
2198                 </div>\r
2199                         </div>\r
2200         </td>\r
2201         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-render" href="output/Ext.Component.html#event-render">Component</a></td>\r
2202     </tr>\r
2203         <tr class="event-row inherited expandable">\r
2204         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2205         <td class="sig">\r
2206         <a id="Ext.PagingToolbar-resize"></a>\r
2207             <b>resize</b> : (&nbsp;<code>Ext.Component this</code>, <code>Number adjWidth</code>, <code>Number adjHeight</code>, <code>Number rawWidth</code>, <code>Number rawHeight</code>&nbsp;)            <div class="mdesc">\r
2208                         <div class="short">Fires after the component is resized.</div>\r
2209             <div class="long">\r
2210                 Fires after the component is resized.    <div class="mdetail-params">\r
2211         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2212         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>adjWidth</code> : Number<div class="sub-desc">The box-adjusted width that was set</div></li><li><code>adjHeight</code> : Number<div class="sub-desc">The box-adjusted height that was set</div></li><li><code>rawWidth</code> : Number<div class="sub-desc">The width that was originally specified</div></li><li><code>rawHeight</code> : Number<div class="sub-desc">The height that was originally specified</div></li>        </ul>\r
2213     </div>\r
2214                 </div>\r
2215                         </div>\r
2216         </td>\r
2217         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-resize" href="output/Ext.BoxComponent.html#event-resize">BoxComponent</a></td>\r
2218     </tr>\r
2219         <tr class="event-row inherited alt expandable">\r
2220         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2221         <td class="sig">\r
2222         <a id="Ext.PagingToolbar-show"></a>\r
2223             <b>show</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
2224                         <div class="short">Fires after the component is shown.</div>\r
2225             <div class="long">\r
2226                 Fires after the component is shown.    <div class="mdetail-params">\r
2227         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2228         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
2229     </div>\r
2230                 </div>\r
2231                         </div>\r
2232         </td>\r
2233         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-show" href="output/Ext.Component.html#event-show">Component</a></td>\r
2234     </tr>\r
2235         <tr class="event-row inherited expandable">\r
2236         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2237         <td class="sig">\r
2238         <a id="Ext.PagingToolbar-staterestore"></a>\r
2239             <b>staterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">\r
2240                         <div class="short">Fires after the state of the component is restored.</div>\r
2241             <div class="long">\r
2242                 Fires after the state of the component is restored.    <div class="mdetail-params">\r
2243         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2244         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>\r
2245     </div>\r
2246                 </div>\r
2247                         </div>\r
2248         </td>\r
2249         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-staterestore" href="output/Ext.Component.html#event-staterestore">Component</a></td>\r
2250     </tr>\r
2251         <tr class="event-row inherited alt expandable">\r
2252         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2253         <td class="sig">\r
2254         <a id="Ext.PagingToolbar-statesave"></a>\r
2255             <b>statesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">\r
2256                         <div class="short">Fires after the state of the component is saved to the configured state provider.</div>\r
2257             <div class="long">\r
2258                 Fires after the state of the component is saved to the configured state provider.    <div class="mdetail-params">\r
2259         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2260         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>\r
2261     </div>\r
2262                 </div>\r
2263                         </div>\r
2264         </td>\r
2265         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-statesave" href="output/Ext.Component.html#event-statesave">Component</a></td>\r
2266     </tr>\r
2267             </table>
2268         
2269         </div>