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

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

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 145.2 KB
Line 
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
25Component <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
26specified 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">
37        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
38        <td class="sig">
39        <a id="Ext.PagingToolbar-allowDomMove"></a>
40            <b>allowDomMove</b> : Boolean            <div class="mdesc">
41                            Whether the component can move the Dom node when rendering (defaults to true).                        </div>
42        </td>
43        <td class="msource"><a ext:cls="Ext.Component" ext:member="#allowDomMove" href="output/Ext.Component.html#allowDomMove">Component</a></td>
44    </tr>
45        <tr class="config-row inherited alt expandable">
46        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
47        <td class="sig">
48        <a id="Ext.PagingToolbar-applyTo"></a>
49            <b>applyTo</b> : Mixed            <div class="mdesc">
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>
51            <div class="long">
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>
53                        </div>
54        </td>
55        <td class="msource"><a ext:cls="Ext.Component" ext:member="#applyTo" href="output/Ext.Component.html#applyTo">Component</a></td>
56    </tr>
57        <tr class="config-row inherited expandable">
58        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
59        <td class="sig">
60        <a id="Ext.PagingToolbar-autoEl"></a>
61            <b>autoEl</b> : String/Object            <div class="mdesc">
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>
63            <div class="long">
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>
66                        </div>
67        </td>
68        <td class="msource"><a ext:cls="Ext.Component" ext:member="#autoEl" href="output/Ext.Component.html#autoEl">Component</a></td>
69    </tr>
70        <tr class="config-row inherited alt expandable">
71        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
72        <td class="sig">
73        <a id="Ext.PagingToolbar-autoHeight"></a>
74            <b>autoHeight</b> : Boolean            <div class="mdesc">
75                        <div class="short">True to use height:'auto', false to use fixed height (defaults to false). Note: Although many components inherit this...</div>
76            <div class="long">
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>
78                        </div>
79        </td>
80        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#autoHeight" href="output/Ext.BoxComponent.html#autoHeight">BoxComponent</a></td>
81    </tr>
82        <tr class="config-row inherited expandable">
83        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
84        <td class="sig">
85        <a id="Ext.PagingToolbar-autoShow"></a>
86            <b>autoShow</b> : Boolean            <div class="mdesc">
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>
88            <div class="long">
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>
90                        </div>
91        </td>
92        <td class="msource"><a ext:cls="Ext.Component" ext:member="#autoShow" href="output/Ext.Component.html#autoShow">Component</a></td>
93    </tr>
94        <tr class="config-row inherited alt expandable">
95        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
96        <td class="sig">
97        <a id="Ext.PagingToolbar-autoWidth"></a>
98            <b>autoWidth</b> : Boolean            <div class="mdesc">
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>
100            <div class="long">
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>
102                        </div>
103        </td>
104        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#autoWidth" href="output/Ext.BoxComponent.html#autoWidth">BoxComponent</a></td>
105    </tr>
106        <tr class="config-row inherited expandable">
107        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
108        <td class="sig">
109        <a id="Ext.PagingToolbar-clearCls"></a>
110            <b>clearCls</b> : String            <div class="mdesc">
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>
112            <div class="long">
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>
114                        </div>
115        </td>
116        <td class="msource"><a ext:cls="Ext.Component" ext:member="#clearCls" href="output/Ext.Component.html#clearCls">Component</a></td>
117    </tr>
118        <tr class="config-row inherited alt expandable">
119        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
120        <td class="sig">
121        <a id="Ext.PagingToolbar-cls"></a>
122            <b>cls</b> : String            <div class="mdesc">
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>
124            <div class="long">
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>
126                        </div>
127        </td>
128        <td class="msource"><a ext:cls="Ext.Component" ext:member="#cls" href="output/Ext.Component.html#cls">Component</a></td>
129    </tr>
130        <tr class="config-row inherited expandable">
131        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
132        <td class="sig">
133        <a id="Ext.PagingToolbar-ctCls"></a>
134            <b>ctCls</b> : String            <div class="mdesc">
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>
136            <div class="long">
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>
138                        </div>
139        </td>
140        <td class="msource"><a ext:cls="Ext.Component" ext:member="#ctCls" href="output/Ext.Component.html#ctCls">Component</a></td>
141    </tr>
142        <tr class="config-row inherited alt">
143        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
144        <td class="sig">
145        <a id="Ext.PagingToolbar-disabled"></a>
146            <b>disabled</b> : Boolean            <div class="mdesc">
147                            Render this component disabled (default is false).                        </div>
148        </td>
149        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabled" href="output/Ext.Component.html#disabled">Component</a></td>
150    </tr>
151        <tr class="config-row inherited">
152        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
153        <td class="sig">
154        <a id="Ext.PagingToolbar-disabledClass"></a>
155            <b>disabledClass</b> : String            <div class="mdesc">
156                            CSS class added to the component when it is disabled (defaults to "x-item-disabled").                        </div>
157        </td>
158        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabledClass" href="output/Ext.Component.html#disabledClass">Component</a></td>
159    </tr>
160        <tr class="config-row alt">
161        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
162        <td class="sig">
163        <a id="Ext.PagingToolbar-displayInfo"></a>
164            <b>displayInfo</b> : Boolean            <div class="mdesc">
165                            True to display the displayMsg (defaults to false)                        </div>
166        </td>
167        <td class="msource">PagingToolbar</td>
168    </tr>
169        <tr class="config-row expandable">
170        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
171        <td class="sig">
172        <a id="Ext.PagingToolbar-displayMsg"></a>
173            <b>displayMsg</b> : String            <div class="mdesc">
174                        <div class="short">The paging status message to display (defaults to "Displaying {0} - {1} of {2}"). Note that this string is formatted ...</div>
175            <div class="long">
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>
177                        </div>
178        </td>
179        <td class="msource">PagingToolbar</td>
180    </tr>
181        <tr class="config-row alt">
182        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
183        <td class="sig">
184        <a id="Ext.PagingToolbar-emptyMsg"></a>
185            <b>emptyMsg</b> : String            <div class="mdesc">
186                            The message to display when no records are found (defaults to "No data to display")                        </div>
187        </td>
188        <td class="msource">PagingToolbar</td>
189    </tr>
190        <tr class="config-row inherited expandable">
191        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
192        <td class="sig">
193        <a id="Ext.PagingToolbar-fieldLabel"></a>
194            <b>fieldLabel</b> : String            <div class="mdesc">
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>
196            <div class="long">
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>
205                        </div>
206        </td>
207        <td class="msource"><a ext:cls="Ext.Component" ext:member="#fieldLabel" href="output/Ext.Component.html#fieldLabel">Component</a></td>
208    </tr>
209        <tr class="config-row inherited alt">
210        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
211        <td class="sig">
212        <a id="Ext.PagingToolbar-height"></a>
213            <b>height</b> : Number            <div class="mdesc">
214                            The height of this component in pixels (defaults to auto).                        </div>
215        </td>
216        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#height" href="output/Ext.BoxComponent.html#height">BoxComponent</a></td>
217    </tr>
218        <tr class="config-row inherited">
219        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
220        <td class="sig">
221        <a id="Ext.PagingToolbar-hidden"></a>
222            <b>hidden</b> : Boolean            <div class="mdesc">
223                            Render this component hidden (default is false).                        </div>
224        </td>
225        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>
226    </tr>
227        <tr class="config-row inherited alt expandable">
228        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
229        <td class="sig">
230        <a id="Ext.PagingToolbar-hideLabel"></a>
231            <b>hideLabel</b> : Boolean            <div class="mdesc">
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>
233            <div class="long">
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>
242                        </div>
243        </td>
244        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideLabel" href="output/Ext.Component.html#hideLabel">Component</a></td>
245    </tr>
246        <tr class="config-row inherited expandable">
247        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
248        <td class="sig">
249        <a id="Ext.PagingToolbar-hideMode"></a>
250            <b>hideMode</b> : String            <div class="mdesc">
251                        <div class="short">How this component should be hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset p...</div>
252            <div class="long">
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>
254                        </div>
255        </td>
256        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideMode" href="output/Ext.Component.html#hideMode">Component</a></td>
257    </tr>
258        <tr class="config-row inherited alt expandable">
259        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
260        <td class="sig">
261        <a id="Ext.PagingToolbar-hideParent"></a>
262            <b>hideParent</b> : Boolean            <div class="mdesc">
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>
264            <div class="long">
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>
266                        </div>
267        </td>
268        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideParent" href="output/Ext.Component.html#hideParent">Component</a></td>
269    </tr>
270        <tr class="config-row inherited expandable">
271        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
272        <td class="sig">
273        <a id="Ext.PagingToolbar-id"></a>
274            <b>id</b> : String            <div class="mdesc">
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>
276            <div class="long">
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>
278                        </div>
279        </td>
280        <td class="msource"><a ext:cls="Ext.Component" ext:member="#id" href="output/Ext.Component.html#id">Component</a></td>
281    </tr>
282        <tr class="config-row inherited alt expandable">
283        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
284        <td class="sig">
285        <a id="Ext.PagingToolbar-itemCls"></a>
286            <b>itemCls</b> : String            <div class="mdesc">
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>
288            <div class="long">
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>
306                        </div>
307        </td>
308        <td class="msource"><a ext:cls="Ext.Component" ext:member="#itemCls" href="output/Ext.Component.html#itemCls">Component</a></td>
309    </tr>
310        <tr class="config-row inherited expandable">
311        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
312        <td class="sig">
313        <a id="Ext.PagingToolbar-labelSeparator"></a>
314            <b>labelSeparator</b> : String            <div class="mdesc">
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>
316            <div class="long">
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>
326                        </div>
327        </td>
328        <td class="msource"><a ext:cls="Ext.Component" ext:member="#labelSeparator" href="output/Ext.Component.html#labelSeparator">Component</a></td>
329    </tr>
330        <tr class="config-row inherited alt expandable">
331        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
332        <td class="sig">
333        <a id="Ext.PagingToolbar-labelStyle"></a>
334            <b>labelStyle</b> : String            <div class="mdesc">
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>
336            <div class="long">
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>
346                        </div>
347        </td>
348        <td class="msource"><a ext:cls="Ext.Component" ext:member="#labelStyle" href="output/Ext.Component.html#labelStyle">Component</a></td>
349    </tr>
350        <tr class="config-row inherited expandable">
351        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
352        <td class="sig">
353        <a id="Ext.PagingToolbar-listeners"></a>
354            <b>listeners</b> : Object            <div class="mdesc">
355                        <div class="short">(optional) A config object containing one or more event handlers to be added to this object during initialization. Th...</div>
356            <div class="long">
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>
358                        </div>
359        </td>
360        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>
361    </tr>
362        <tr class="config-row inherited alt expandable">
363        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
364        <td class="sig">
365        <a id="Ext.PagingToolbar-overCls"></a>
366            <b>overCls</b> : String            <div class="mdesc">
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>
368            <div class="long">
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>
370                        </div>
371        </td>
372        <td class="msource"><a ext:cls="Ext.Component" ext:member="#overCls" href="output/Ext.Component.html#overCls">Component</a></td>
373    </tr>
374        <tr class="config-row">
375        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
376        <td class="sig">
377        <a id="Ext.PagingToolbar-pageSize"></a>
378            <b>pageSize</b> : Number            <div class="mdesc">
379                            The number of records to display per page (defaults to 20)                        </div>
380        </td>
381        <td class="msource">PagingToolbar</td>
382    </tr>
383        <tr class="config-row inherited alt">
384        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
385        <td class="sig">
386        <a id="Ext.PagingToolbar-pageX"></a>
387            <b>pageX</b> : Number            <div class="mdesc">
388                            The page level x coordinate for this component if contained within a positioning container.                        </div>
389        </td>
390        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageX" href="output/Ext.BoxComponent.html#pageX">BoxComponent</a></td>
391    </tr>
392        <tr class="config-row inherited">
393        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
394        <td class="sig">
395        <a id="Ext.PagingToolbar-pageY"></a>
396            <b>pageY</b> : Number            <div class="mdesc">
397                            The page level y coordinate for this component if contained within a positioning container.                        </div>
398        </td>
399        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageY" href="output/Ext.BoxComponent.html#pageY">BoxComponent</a></td>
400    </tr>
401        <tr class="config-row inherited alt expandable">
402        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
403        <td class="sig">
404        <a id="Ext.PagingToolbar-plugins"></a>
405            <b>plugins</b> : Object/Array            <div class="mdesc">
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>
407            <div class="long">
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>
409                        </div>
410        </td>
411        <td class="msource"><a ext:cls="Ext.Component" ext:member="#plugins" href="output/Ext.Component.html#plugins">Component</a></td>
412    </tr>
413        <tr class="config-row inherited expandable">
414        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
415        <td class="sig">
416        <a id="Ext.PagingToolbar-renderTo"></a>
417            <b>renderTo</b> : Mixed            <div class="mdesc">
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>
419            <div class="long">
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>
421                        </div>
422        </td>
423        <td class="msource"><a ext:cls="Ext.Component" ext:member="#renderTo" href="output/Ext.Component.html#renderTo">Component</a></td>
424    </tr>
425        <tr class="config-row inherited alt expandable">
426        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
427        <td class="sig">
428        <a id="Ext.PagingToolbar-stateEvents"></a>
429            <b>stateEvents</b> : Array            <div class="mdesc">
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>
431            <div class="long">
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>
433                        </div>
434        </td>
435        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateEvents" href="output/Ext.Component.html#stateEvents">Component</a></td>
436    </tr>
437        <tr class="config-row inherited expandable">
438        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
439        <td class="sig">
440        <a id="Ext.PagingToolbar-stateId"></a>
441            <b>stateId</b> : String            <div class="mdesc">
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>
443            <div class="long">
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>
445                        </div>
446        </td>
447        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateId" href="output/Ext.Component.html#stateId">Component</a></td>
448    </tr>
449        <tr class="config-row inherited alt expandable">
450        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
451        <td class="sig">
452        <a id="Ext.PagingToolbar-stateful"></a>
453            <b>stateful</b> : Boolean            <div class="mdesc">
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>
455            <div class="long">
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>
457                        </div>
458        </td>
459        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateful" href="output/Ext.Component.html#stateful">Component</a></td>
460    </tr>
461        <tr class="config-row">
462        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
463        <td class="sig">
464        <a id="Ext.PagingToolbar-store"></a>
465            <b>store</b> : Ext.data.Store            <div class="mdesc">
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>
467        </td>
468        <td class="msource">PagingToolbar</td>
469    </tr>
470        <tr class="config-row inherited alt expandable">
471        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
472        <td class="sig">
473        <a id="Ext.PagingToolbar-style"></a>
474            <b>style</b> : String            <div class="mdesc">
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>
476            <div class="long">
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>
478                        </div>
479        </td>
480        <td class="msource"><a ext:cls="Ext.Component" ext:member="#style" href="output/Ext.Component.html#style">Component</a></td>
481    </tr>
482        <tr class="config-row inherited">
483        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
484        <td class="sig">
485        <a id="Ext.PagingToolbar-width"></a>
486            <b>width</b> : Number            <div class="mdesc">
487                            The width of this component in pixels (defaults to auto).                        </div>
488        </td>
489        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#width" href="output/Ext.BoxComponent.html#width">BoxComponent</a></td>
490    </tr>
491        <tr class="config-row inherited alt">
492        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
493        <td class="sig">
494        <a id="Ext.PagingToolbar-x"></a>
495            <b>x</b> : Number            <div class="mdesc">
496                            The local x (left) coordinate for this component if contained within a positioning container.                        </div>
497        </td>
498        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#x" href="output/Ext.BoxComponent.html#x">BoxComponent</a></td>
499    </tr>
500        <tr class="config-row inherited expandable">
501        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
502        <td class="sig">
503        <a id="Ext.PagingToolbar-xtype"></a>
504            <b>xtype</b> : String            <div class="mdesc">
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>
506            <div class="long">
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>
508                        </div>
509        </td>
510        <td class="msource"><a ext:cls="Ext.Component" ext:member="#xtype" href="output/Ext.Component.html#xtype">Component</a></td>
511    </tr>
512        <tr class="config-row inherited alt">
513        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
514        <td class="sig">
515        <a id="Ext.PagingToolbar-y"></a>
516            <b>y</b> : Number            <div class="mdesc">
517                            The local y (top) coordinate for this component if contained within a positioning container.                        </div>
518        </td>
519        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#y" href="output/Ext.BoxComponent.html#y">BoxComponent</a></td>
520    </tr>
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">
530        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
531        <td class="sig">
532        <a id="Ext.PagingToolbar-afterPageText"></a>
533            <b>afterPageText</b> : String            <div class="mdesc">
534                        <div class="short">Customizable piece of the default paging text (defaults to "of {0}"). Note that this string is
535formatted using {0} as...</div>
536            <div class="long">
537                Customizable piece of the default paging text (defaults to "of {0}"). Note that this string is
538formatted using {0} as a token that is replaced by the number of total pages. This token should be
539preserved when overriding this string if showing the total page count is desired.            </div>
540                        </div>
541        </td>
542        <td class="msource">PagingToolbar</td>
543    </tr>
544        <tr class="property-row alt">
545        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
546        <td class="sig">
547        <a id="Ext.PagingToolbar-beforePageText"></a>
548            <b>beforePageText</b> : String            <div class="mdesc">
549                            Customizable piece of the default paging text (defaults to "Page")                        </div>
550        </td>
551        <td class="msource">PagingToolbar</td>
552    </tr>
553        <tr class="property-row inherited">
554        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
555        <td class="sig">
556        <a id="Ext.PagingToolbar-disabled"></a>
557            <b>disabled</b> : Boolean            <div class="mdesc">
558                            True if this component is disabled. Read-only.                        </div>
559        </td>
560        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabled" href="output/Ext.Component.html#disabled">Component</a></td>
561    </tr>
562        <tr class="property-row alt">
563        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
564        <td class="sig">
565        <a id="Ext.PagingToolbar-firstText"></a>
566            <b>firstText</b> : String            <div class="mdesc">
567                            Customizable piece of the default paging text (defaults to "First Page")                        </div>
568        </td>
569        <td class="msource">PagingToolbar</td>
570    </tr>
571        <tr class="property-row inherited">
572        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
573        <td class="sig">
574        <a id="Ext.PagingToolbar-hidden"></a>
575            <b>hidden</b> : Boolean            <div class="mdesc">
576                           
577True if this component is hidden. Read-only.                        </div>
578        </td>
579        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>
580    </tr>
581        <tr class="property-row inherited alt">
582        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
583        <td class="sig">
584        <a id="Ext.PagingToolbar-initialConfig"></a>
585            <b>initialConfig</b> : Object            <div class="mdesc">
586                            This Component's initial configuration specification. Read-only.                        </div>
587        </td>
588        <td class="msource"><a ext:cls="Ext.Component" ext:member="#initialConfig" href="output/Ext.Component.html#initialConfig">Component</a></td>
589    </tr>
590        <tr class="property-row inherited">
591        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
592        <td class="sig">
593        <a id="Ext.PagingToolbar-items"></a>
594            <b>items</b> : Ext.util.MixedCollection            <div class="mdesc">
595                            A MixedCollection of this Toolbar's items                        </div>
596        </td>
597        <td class="msource"><a ext:cls="Ext.Toolbar" ext:member="#items" href="output/Ext.Toolbar.html#items">Toolbar</a></td>
598    </tr>
599        <tr class="property-row alt">
600        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
601        <td class="sig">
602        <a id="Ext.PagingToolbar-lastText"></a>
603            <b>lastText</b> : String            <div class="mdesc">
604                            Customizable piece of the default paging text (defaults to "Last Page")                        </div>
605        </td>
606        <td class="msource">PagingToolbar</td>
607    </tr>
608        <tr class="property-row">
609        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
610        <td class="sig">
611        <a id="Ext.PagingToolbar-nextText"></a>
612            <b>nextText</b> : String            <div class="mdesc">
613                            Customizable piece of the default paging text (defaults to "Next Page")                        </div>
614        </td>
615        <td class="msource">PagingToolbar</td>
616    </tr>
617        <tr class="property-row inherited alt expandable">
618        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
619        <td class="sig">
620        <a id="Ext.PagingToolbar-ownerCt"></a>
621            <b>ownerCt</b> : Ext.Container            <div class="mdesc">
622                        <div class="short">The component's owner Ext.Container (defaults to undefined, and is set automatically when
623the component is added to a...</div>
624            <div class="long">
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
626the component is added to a container).  Read-only.            </div>
627                        </div>
628        </td>
629        <td class="msource"><a ext:cls="Ext.Component" ext:member="#ownerCt" href="output/Ext.Component.html#ownerCt">Component</a></td>
630    </tr>
631        <tr class="property-row">
632        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
633        <td class="sig">
634        <a id="Ext.PagingToolbar-paramNames"></a>
635            <b>paramNames</b> : Object            <div class="mdesc">
636                            Object mapping of parameter names for load calls (defaults to {start: 'start', limit: 'limit'})                        </div>
637        </td>
638        <td class="msource">PagingToolbar</td>
639    </tr>
640        <tr class="property-row alt">
641        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
642        <td class="sig">
643        <a id="Ext.PagingToolbar-prevText"></a>
644            <b>prevText</b> : String            <div class="mdesc">
645                            Customizable piece of the default paging text (defaults to "Previous Page")                        </div>
646        </td>
647        <td class="msource">PagingToolbar</td>
648    </tr>
649        <tr class="property-row">
650        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
651        <td class="sig">
652        <a id="Ext.PagingToolbar-refreshText"></a>
653            <b>refreshText</b> : String            <div class="mdesc">
654                            Customizable piece of the default paging text (defaults to "Refresh")                        </div>
655        </td>
656        <td class="msource">PagingToolbar</td>
657    </tr>
658        <tr class="property-row inherited alt">
659        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
660        <td class="sig">
661        <a id="Ext.PagingToolbar-rendered"></a>
662            <b>rendered</b> : Boolean            <div class="mdesc">
663                            True if this component has been rendered. Read-only.                        </div>
664        </td>
665        <td class="msource"><a ext:cls="Ext.Component" ext:member="#rendered" href="output/Ext.Component.html#rendered">Component</a></td>
666    </tr>
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">
676        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
677        <td class="sig">
678        <a id="Ext.PagingToolbar-PagingToolbar"></a>
679            <b>PagingToolbar</b>(&nbsp;<code>Object config</code>&nbsp;)            <div class="mdesc">
680                        <div class="short">Create a new PagingToolbar</div>
681            <div class="long">
682                Create a new PagingToolbar    <div class="mdetail-params">
683        <strong>Parameters:</strong>
684        <ul><li><code>config</code> : Object<div class="sub-desc">The config object</div></li>        </ul>
685        <strong>Returns:</strong>
686        <ul>
687            <li><code></code></li>
688        </ul>
689    </div>
690                </div>
691                        </div>
692        </td>
693        <td class="msource">PagingToolbar</td>
694    </tr>
695        <tr class="method-row inherited alt expandable">
696        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
697        <td class="sig">
698        <a id="Ext.PagingToolbar-add"></a>
699            <b>add</b>(&nbsp;<code>Mixed arg1</code>, <code>Mixed arg2</code>, <code>Mixed etc.</code>&nbsp;) : void            <div class="mdesc">
700                        <div class="short">Adds element(s) to the toolbar -- this function takes a variable number of
701arguments of mixed type and adds them to t...</div>
702            <div class="long">
703                Adds element(s) to the toolbar -- this function takes a variable number of
704arguments of mixed type and adds them to the toolbar.    <div class="mdetail-params">
705        <strong>Parameters:</strong>
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>).
713Note 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>
718        <strong>Returns:</strong>
719        <ul>
720            <li><code>void</code></li>
721        </ul>
722    </div>
723                </div>
724                        </div>
725        </td>
726        <td class="msource"><a ext:cls="Ext.Toolbar" ext:member="#add" href="output/Ext.Toolbar.html#add">Toolbar</a></td>
727    </tr>
728        <tr class="method-row inherited expandable">
729        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
730        <td class="sig">
731        <a id="Ext.PagingToolbar-addButton"></a>
732            <b>addButton</b>(&nbsp;<code>Object/Array config</code>&nbsp;) : Ext.Toolbar.Button/Array            <div class="mdesc">
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>
734            <div class="long">
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">
736        <strong>Parameters:</strong>
737        <ul><li><code>config</code> : Object/Array<div class="sub-desc">A button config or array of configs</div></li>        </ul>
738        <strong>Returns:</strong>
739        <ul>
740            <li><code>Ext.Toolbar.Button/Array</code></li>
741        </ul>
742    </div>
743                </div>
744                        </div>
745        </td>
746        <td class="msource"><a ext:cls="Ext.Toolbar" ext:member="#addButton" href="output/Ext.Toolbar.html#addButton">Toolbar</a></td>
747    </tr>
748        <tr class="method-row inherited alt expandable">
749        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
750        <td class="sig">
751        <a id="Ext.PagingToolbar-addClass"></a>
752            <b>addClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">
753                        <div class="short">Adds a CSS class to the component's underlying element.</div>
754            <div class="long">
755                Adds a CSS class to the component's underlying element.    <div class="mdetail-params">
756        <strong>Parameters:</strong>
757        <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to add</div></li>        </ul>
758        <strong>Returns:</strong>
759        <ul>
760            <li><code>void</code></li>
761        </ul>
762    </div>
763                </div>
764                        </div>
765        </td>
766        <td class="msource"><a ext:cls="Ext.Component" ext:member="#addClass" href="output/Ext.Component.html#addClass">Component</a></td>
767    </tr>
768        <tr class="method-row inherited expandable">
769        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
770        <td class="sig">
771        <a id="Ext.PagingToolbar-addDom"></a>
772            <b>addDom</b>(&nbsp;<code>Object config</code>&nbsp;) : Ext.Toolbar.Item            <div class="mdesc">
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>
774            <div class="long">
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">
776        <strong>Parameters:</strong>
777        <ul><li><code>config</code> : Object<div class="sub-desc"></div></li>        </ul>
778        <strong>Returns:</strong>
779        <ul>
780            <li><code>Ext.Toolbar.Item</code><div class="sub-desc">The element's item</div></li>
781        </ul>
782    </div>
783                </div>
784                        </div>
785        </td>
786        <td class="msource"><a ext:cls="Ext.Toolbar" ext:member="#addDom" href="output/Ext.Toolbar.html#addDom">Toolbar</a></td>
787    </tr>
788        <tr class="method-row inherited alt expandable">
789        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
790        <td class="sig">
791        <a id="Ext.PagingToolbar-addElement"></a>
792            <b>addElement</b>(&nbsp;<code>Mixed el</code>&nbsp;) : Ext.Toolbar.Item            <div class="mdesc">
793                        <div class="short">Adds any standard HTML element to the toolbar</div>
794            <div class="long">
795                Adds any standard HTML element to the toolbar    <div class="mdetail-params">
796        <strong>Parameters:</strong>
797        <ul><li><code>el</code> : Mixed<div class="sub-desc">The element or id of the element to add</div></li>        </ul>
798        <strong>Returns:</strong>
799        <ul>
800            <li><code>Ext.Toolbar.Item</code><div class="sub-desc">The element's item</div></li>
801        </ul>
802    </div>
803                </div>
804                        </div>
805        </td>
806        <td class="msource"><a ext:cls="Ext.Toolbar" ext:member="#addElement" href="output/Ext.Toolbar.html#addElement">Toolbar</a></td>
807    </tr>
808        <tr class="method-row inherited expandable">
809        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
810        <td class="sig">
811        <a id="Ext.PagingToolbar-addEvents"></a>
812            <b>addEvents</b>(&nbsp;<code>Object object</code>&nbsp;) : void            <div class="mdesc">
813                        <div class="short">Used to define events on this Observable</div>
814            <div class="long">
815                Used to define events on this Observable    <div class="mdetail-params">
816        <strong>Parameters:</strong>
817        <ul><li><code>object</code> : Object<div class="sub-desc">The object with the events defined</div></li>        </ul>
818        <strong>Returns:</strong>
819        <ul>
820            <li><code>void</code></li>
821        </ul>
822    </div>
823                </div>
824                        </div>
825        </td>
826        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>
827    </tr>
828        <tr class="method-row inherited alt expandable">
829        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
830        <td class="sig">
831        <a id="Ext.PagingToolbar-addField"></a>
832            <b>addField</b>(&nbsp;<code>Ext.form.Field field</code>&nbsp;) : Ext.Toolbar.Item            <div class="mdesc">
833                        <div class="short">Adds a dynamically rendered Ext.form field (TextField, ComboBox, etc). Note: the field should not have
834been rendered ...</div>
835            <div class="long">
836                Adds a dynamically rendered Ext.form field (TextField, ComboBox, etc). Note: the field should not have
837been 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">
838        <strong>Parameters:</strong>
839        <ul><li><code>field</code> : Ext.form.Field<div class="sub-desc"></div></li>        </ul>
840        <strong>Returns:</strong>
841        <ul>
842            <li><code>Ext.Toolbar.Item</code></li>
843        </ul>
844    </div>
845                </div>
846                        </div>
847        </td>
848        <td class="msource"><a ext:cls="Ext.Toolbar" ext:member="#addField" href="output/Ext.Toolbar.html#addField">Toolbar</a></td>
849    </tr>
850        <tr class="method-row inherited expandable">
851        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
852        <td class="sig">
853        <a id="Ext.PagingToolbar-addFill"></a>
854            <b>addFill</b>() : Ext.Toolbar.Fill            <div class="mdesc">
855                        <div class="short">Adds a fill element that forces subsequent additions to the right side of the toolbar</div>
856            <div class="long">
857                Adds a fill element that forces subsequent additions to the right side of the toolbar    <div class="mdetail-params">
858        <strong>Parameters:</strong>
859        <ul><li>None.</li>        </ul>
860        <strong>Returns:</strong>
861        <ul>
862            <li><code>Ext.Toolbar.Fill</code><div class="sub-desc">The fill item</div></li>
863        </ul>
864    </div>
865                </div>
866                        </div>
867        </td>
868        <td class="msource"><a ext:cls="Ext.Toolbar" ext:member="#addFill" href="output/Ext.Toolbar.html#addFill">Toolbar</a></td>
869    </tr>
870        <tr class="method-row inherited alt expandable">
871        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
872        <td class="sig">
873        <a id="Ext.PagingToolbar-addItem"></a>
874            <b>addItem</b>(&nbsp;<code>Ext.Toolbar.Item item</code>&nbsp;) : Ext.Toolbar.Item            <div class="mdesc">
875                        <div class="short">Adds any Toolbar.Item or subclass</div>
876            <div class="long">
877                Adds any Toolbar.Item or subclass    <div class="mdetail-params">
878        <strong>Parameters:</strong>
879        <ul><li><code>item</code> : Ext.Toolbar.Item<div class="sub-desc"></div></li>        </ul>
880        <strong>Returns:</strong>
881        <ul>
882            <li><code>Ext.Toolbar.Item</code><div class="sub-desc">The item</div></li>
883        </ul>
884    </div>
885                </div>
886                        </div>
887        </td>
888        <td class="msource"><a ext:cls="Ext.Toolbar" ext:member="#addItem" href="output/Ext.Toolbar.html#addItem">Toolbar</a></td>
889    </tr>
890        <tr class="method-row inherited expandable">
891        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
892        <td class="sig">
893        <a id="Ext.PagingToolbar-addListener"></a>
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">
895                        <div class="short">Appends an event handler to this component</div>
896            <div class="long">
897                Appends an event handler to this component    <div class="mdetail-params">
898        <strong>Parameters:</strong>
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
900function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configuration
901properties. 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
906by the specified number of milliseconds. If the event fires again within that time, the original
907handler 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>
911Using the options argument, it is possible to combine different types of listeners:<br>
912<br>
913A 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>
921The method also allows for a single argument to be passed which is a config object containing properties
922which 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>
940Or 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>
947        <strong>Returns:</strong>
948        <ul>
949            <li><code>void</code></li>
950        </ul>
951    </div>
952                </div>
953                        </div>
954        </td>
955        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>
956    </tr>
957        <tr class="method-row inherited alt expandable">
958        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
959        <td class="sig">
960        <a id="Ext.PagingToolbar-addSeparator"></a>
961            <b>addSeparator</b>() : Ext.Toolbar.Item            <div class="mdesc">
962                        <div class="short">Adds a separator</div>
963            <div class="long">
964                Adds a separator    <div class="mdetail-params">
965        <strong>Parameters:</strong>
966        <ul><li>None.</li>        </ul>
967        <strong>Returns:</strong>
968        <ul>
969            <li><code>Ext.Toolbar.Item</code><div class="sub-desc">The separator item</div></li>
970        </ul>
971    </div>
972                </div>
973                        </div>
974        </td>
975        <td class="msource"><a ext:cls="Ext.Toolbar" ext:member="#addSeparator" href="output/Ext.Toolbar.html#addSeparator">Toolbar</a></td>
976    </tr>
977        <tr class="method-row inherited expandable">
978        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
979        <td class="sig">
980        <a id="Ext.PagingToolbar-addSpacer"></a>
981            <b>addSpacer</b>() : Ext.Toolbar.Spacer            <div class="mdesc">
982                        <div class="short">Adds a spacer element</div>
983            <div class="long">
984                Adds a spacer element    <div class="mdetail-params">
985        <strong>Parameters:</strong>
986        <ul><li>None.</li>        </ul>
987        <strong>Returns:</strong>
988        <ul>
989            <li><code>Ext.Toolbar.Spacer</code><div class="sub-desc">The spacer item</div></li>
990        </ul>
991    </div>
992                </div>
993                        </div>
994        </td>
995        <td class="msource"><a ext:cls="Ext.Toolbar" ext:member="#addSpacer" href="output/Ext.Toolbar.html#addSpacer">Toolbar</a></td>
996    </tr>
997        <tr class="method-row inherited alt expandable">
998        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
999        <td class="sig">
1000        <a id="Ext.PagingToolbar-addText"></a>
1001            <b>addText</b>(&nbsp;<code>String text</code>&nbsp;) : Ext.Toolbar.Item            <div class="mdesc">
1002                        <div class="short">Adds text to the toolbar</div>
1003            <div class="long">
1004                Adds text to the toolbar    <div class="mdetail-params">
1005        <strong>Parameters:</strong>
1006        <ul><li><code>text</code> : String<div class="sub-desc">The text to add</div></li>        </ul>
1007        <strong>Returns:</strong>
1008        <ul>
1009            <li><code>Ext.Toolbar.Item</code><div class="sub-desc">The element's item</div></li>
1010        </ul>
1011    </div>
1012                </div>
1013                        </div>
1014        </td>
1015        <td class="msource"><a ext:cls="Ext.Toolbar" ext:member="#addText" href="output/Ext.Toolbar.html#addText">Toolbar</a></td>
1016    </tr>
1017        <tr class="method-row inherited expandable">
1018        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1019        <td class="sig">
1020        <a id="Ext.PagingToolbar-applyToMarkup"></a>
1021            <b>applyToMarkup</b>(&nbsp;<code>String/HTMLElement el</code>&nbsp;) : void            <div class="mdesc">
1022                        <div class="short">Apply this component to existing markup that is valid. With this function, no call to render() is required.</div>
1023            <div class="long">
1024                Apply this component to existing markup that is valid. With this function, no call to render() is required.    <div class="mdetail-params">
1025        <strong>Parameters:</strong>
1026        <ul><li><code>el</code> : String/HTMLElement<div class="sub-desc"></div></li>        </ul>
1027        <strong>Returns:</strong>
1028        <ul>
1029            <li><code>void</code></li>
1030        </ul>
1031    </div>
1032                </div>
1033                        </div>
1034        </td>
1035        <td class="msource"><a ext:cls="Ext.Component" ext:member="#applyToMarkup" href="output/Ext.Component.html#applyToMarkup">Component</a></td>
1036    </tr>
1037        <tr class="method-row alt expandable">
1038        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1039        <td class="sig">
1040        <a id="Ext.PagingToolbar-bind"></a>
1041            <b>bind</b>(&nbsp;<code>Ext.data.Store store</code>&nbsp;) : void            <div class="mdesc">
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>
1043            <div class="long">
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">
1045        <strong>Parameters:</strong>
1046        <ul><li><code>store</code> : Ext.data.Store<div class="sub-desc">The data store to bind</div></li>        </ul>
1047        <strong>Returns:</strong>
1048        <ul>
1049            <li><code>void</code></li>
1050        </ul>
1051    </div>
1052                </div>
1053                        </div>
1054        </td>
1055        <td class="msource">PagingToolbar</td>
1056    </tr>
1057        <tr class="method-row expandable">
1058        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1059        <td class="sig">
1060        <a id="Ext.PagingToolbar-changePage"></a>
1061            <b>changePage</b>(&nbsp;<code>Integer page</code>&nbsp;) : void            <div class="mdesc">
1062                        <div class="short">Change the active page</div>
1063            <div class="long">
1064                Change the active page    <div class="mdetail-params">
1065        <strong>Parameters:</strong>
1066        <ul><li><code>page</code> : Integer<div class="sub-desc">The page to display</div></li>        </ul>
1067        <strong>Returns:</strong>
1068        <ul>
1069            <li><code>void</code></li>
1070        </ul>
1071    </div>
1072                </div>
1073                        </div>
1074        </td>
1075        <td class="msource">PagingToolbar</td>
1076    </tr>
1077        <tr class="method-row inherited alt expandable">
1078        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1079        <td class="sig">
1080        <a id="Ext.PagingToolbar-cloneConfig"></a>
1081            <b>cloneConfig</b>(&nbsp;<code>Object overrides</code>&nbsp;) : Ext.Component            <div class="mdesc">
1082                        <div class="short">Clone the current component using the original config values passed into this instance by default.</div>
1083            <div class="long">
1084                Clone the current component using the original config values passed into this instance by default.    <div class="mdetail-params">
1085        <strong>Parameters:</strong>
1086        <ul><li><code>overrides</code> : Object<div class="sub-desc">A new config containing any properties to override in the cloned version.
1087An id property can be passed on this object, otherwise one will be generated to avoid duplicates.</div></li>        </ul>
1088        <strong>Returns:</strong>
1089        <ul>
1090            <li><code>Ext.Component</code><div class="sub-desc">clone The cloned copy of this component</div></li>
1091        </ul>
1092    </div>
1093                </div>
1094                        </div>
1095        </td>
1096        <td class="msource"><a ext:cls="Ext.Component" ext:member="#cloneConfig" href="output/Ext.Component.html#cloneConfig">Component</a></td>
1097    </tr>
1098        <tr class="method-row inherited expandable">
1099        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1100        <td class="sig">
1101        <a id="Ext.PagingToolbar-destroy"></a>
1102            <b>destroy</b>() : void            <div class="mdesc">
1103                        <div class="short">Destroys this component by purging any event listeners, removing the component's element from the DOM,
1104removing the c...</div>
1105            <div class="long">
1106                Destroys this component by purging any event listeners, removing the component's element from the DOM,
1107removing 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
1109should usually not need to be called directly.    <div class="mdetail-params">
1110        <strong>Parameters:</strong>
1111        <ul><li>None.</li>        </ul>
1112        <strong>Returns:</strong>
1113        <ul>
1114            <li><code>void</code></li>
1115        </ul>
1116    </div>
1117                </div>
1118                        </div>
1119        </td>
1120        <td class="msource"><a ext:cls="Ext.Component" ext:member="#destroy" href="output/Ext.Component.html#destroy">Component</a></td>
1121    </tr>
1122        <tr class="method-row inherited alt expandable">
1123        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1124        <td class="sig">
1125        <a id="Ext.PagingToolbar-disable"></a>
1126            <b>disable</b>() : Ext.Component            <div class="mdesc">
1127                        <div class="short">Disable this component.</div>
1128            <div class="long">
1129                Disable this component.    <div class="mdetail-params">
1130        <strong>Parameters:</strong>
1131        <ul><li>None.</li>        </ul>
1132        <strong>Returns:</strong>
1133        <ul>
1134            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1135        </ul>
1136    </div>
1137                </div>
1138                        </div>
1139        </td>
1140        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disable" href="output/Ext.Component.html#disable">Component</a></td>
1141    </tr>
1142        <tr class="method-row inherited expandable">
1143        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1144        <td class="sig">
1145        <a id="Ext.PagingToolbar-enable"></a>
1146            <b>enable</b>() : Ext.Component            <div class="mdesc">
1147                        <div class="short">Enable this component.</div>
1148            <div class="long">
1149                Enable this component.    <div class="mdetail-params">
1150        <strong>Parameters:</strong>
1151        <ul><li>None.</li>        </ul>
1152        <strong>Returns:</strong>
1153        <ul>
1154            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1155        </ul>
1156    </div>
1157                </div>
1158                        </div>
1159        </td>
1160        <td class="msource"><a ext:cls="Ext.Component" ext:member="#enable" href="output/Ext.Component.html#enable">Component</a></td>
1161    </tr>
1162        <tr class="method-row inherited alt expandable">
1163        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1164        <td class="sig">
1165        <a id="Ext.PagingToolbar-findParentBy"></a>
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">
1167                        <div class="short">Find a container above this component at any level by a custom function. If the passed function returns
1168true, the con...</div>
1169            <div class="long">
1170                Find a container above this component at any level by a custom function. If the passed function returns
1171true, the container will be returned. The passed function is called with the arguments (container, this component).    <div class="mdetail-params">
1172        <strong>Parameters:</strong>
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>
1174        <strong>Returns:</strong>
1175        <ul>
1176            <li><code>Ext.Container</code><div class="sub-desc">The first Container for which the custom function returns true</div></li>
1177        </ul>
1178    </div>
1179                </div>
1180                        </div>
1181        </td>
1182        <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentBy" href="output/Ext.Component.html#findParentBy">Component</a></td>
1183    </tr>
1184        <tr class="method-row inherited expandable">
1185        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1186        <td class="sig">
1187        <a id="Ext.PagingToolbar-findParentByType"></a>
1188            <b>findParentByType</b>(&nbsp;<code>String/Class xtype</code>&nbsp;) : Ext.Container            <div class="mdesc">
1189                        <div class="short">Find a container above this component at any level by xtype or class</div>
1190            <div class="long">
1191                Find a container above this component at any level by xtype or class    <div class="mdetail-params">
1192        <strong>Parameters:</strong>
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>
1194        <strong>Returns:</strong>
1195        <ul>
1196            <li><code>Ext.Container</code><div class="sub-desc">The first Container which matches the given xtype or class</div></li>
1197        </ul>
1198    </div>
1199                </div>
1200                        </div>
1201        </td>
1202        <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentByType" href="output/Ext.Component.html#findParentByType">Component</a></td>
1203    </tr>
1204        <tr class="method-row inherited alt expandable">
1205        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1206        <td class="sig">
1207        <a id="Ext.PagingToolbar-fireEvent"></a>
1208            <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean            <div class="mdesc">
1209                        <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>
1210            <div class="long">
1211                Fires the specified event with the passed parameters (minus the event name).    <div class="mdetail-params">
1212        <strong>Parameters:</strong>
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>
1214        <strong>Returns:</strong>
1215        <ul>
1216            <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>
1217        </ul>
1218    </div>
1219                </div>
1220                        </div>
1221        </td>
1222        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>
1223    </tr>
1224        <tr class="method-row inherited expandable">
1225        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1226        <td class="sig">
1227        <a id="Ext.PagingToolbar-focus"></a>
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">
1229                        <div class="short">Try to focus this component.</div>
1230            <div class="long">
1231                Try to focus this component.    <div class="mdetail-params">
1232        <strong>Parameters:</strong>
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>
1234        <strong>Returns:</strong>
1235        <ul>
1236            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1237        </ul>
1238    </div>
1239                </div>
1240                        </div>
1241        </td>
1242        <td class="msource"><a ext:cls="Ext.Component" ext:member="#focus" href="output/Ext.Component.html#focus">Component</a></td>
1243    </tr>
1244        <tr class="method-row inherited alt expandable">
1245        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1246        <td class="sig">
1247        <a id="Ext.PagingToolbar-getBox"></a>
1248            <b>getBox</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Object            <div class="mdesc">
1249                        <div class="short">Gets the current box measurements of the component's underlying element.</div>
1250            <div class="long">
1251                Gets the current box measurements of the component's underlying element.    <div class="mdetail-params">
1252        <strong>Parameters:</strong>
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>
1254        <strong>Returns:</strong>
1255        <ul>
1256            <li><code>Object</code><div class="sub-desc">box An object in the format {x, y, width, height}</div></li>
1257        </ul>
1258    </div>
1259                </div>
1260                        </div>
1261        </td>
1262        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getBox" href="output/Ext.BoxComponent.html#getBox">BoxComponent</a></td>
1263    </tr>
1264        <tr class="method-row inherited expandable">
1265        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1266        <td class="sig">
1267        <a id="Ext.PagingToolbar-getEl"></a>
1268            <b>getEl</b>() : Ext.Element            <div class="mdesc">
1269                        <div class="short">Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.</div>
1270            <div class="long">
1271                Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.    <div class="mdetail-params">
1272        <strong>Parameters:</strong>
1273        <ul><li>None.</li>        </ul>
1274        <strong>Returns:</strong>
1275        <ul>
1276            <li><code>Ext.Element</code><div class="sub-desc">The element</div></li>
1277        </ul>
1278    </div>
1279                </div>
1280                        </div>
1281        </td>
1282        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getEl" href="output/Ext.Component.html#getEl">Component</a></td>
1283    </tr>
1284        <tr class="method-row inherited alt expandable">
1285        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1286        <td class="sig">
1287        <a id="Ext.PagingToolbar-getId"></a>
1288            <b>getId</b>() : String            <div class="mdesc">
1289                        <div class="short">Returns the id of this component.</div>
1290            <div class="long">
1291                Returns the id of this component.    <div class="mdetail-params">
1292        <strong>Parameters:</strong>
1293        <ul><li>None.</li>        </ul>
1294        <strong>Returns:</strong>
1295        <ul>
1296            <li><code>String</code></li>
1297        </ul>
1298    </div>
1299                </div>
1300                        </div>
1301        </td>
1302        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getId" href="output/Ext.Component.html#getId">Component</a></td>
1303    </tr>
1304        <tr class="method-row inherited expandable">
1305        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1306        <td class="sig">
1307        <a id="Ext.PagingToolbar-getItemId"></a>
1308            <b>getItemId</b>() : String            <div class="mdesc">
1309                        <div class="short">Returns the item id of this component.</div>
1310            <div class="long">
1311                Returns the item id of this component.    <div class="mdetail-params">
1312        <strong>Parameters:</strong>
1313        <ul><li>None.</li>        </ul>
1314        <strong>Returns:</strong>
1315        <ul>
1316            <li><code>String</code></li>
1317        </ul>
1318    </div>
1319                </div>
1320                        </div>
1321        </td>
1322        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getItemId" href="output/Ext.Component.html#getItemId">Component</a></td>
1323    </tr>
1324        <tr class="method-row inherited alt expandable">
1325        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1326        <td class="sig">
1327        <a id="Ext.PagingToolbar-getPosition"></a>
1328            <b>getPosition</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Array            <div class="mdesc">
1329                        <div class="short">Gets the current XY position of the component's underlying element.</div>
1330            <div class="long">
1331                Gets the current XY position of the component's underlying element.    <div class="mdetail-params">
1332        <strong>Parameters:</strong>
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>
1334        <strong>Returns:</strong>
1335        <ul>
1336            <li><code>Array</code><div class="sub-desc">The XY position of the element (e.g., [100, 200])</div></li>
1337        </ul>
1338    </div>
1339                </div>
1340                        </div>
1341        </td>
1342        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getPosition" href="output/Ext.BoxComponent.html#getPosition">BoxComponent</a></td>
1343    </tr>
1344        <tr class="method-row inherited expandable">
1345        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1346        <td class="sig">
1347        <a id="Ext.PagingToolbar-getSize"></a>
1348            <b>getSize</b>() : Object            <div class="mdesc">
1349                        <div class="short">Gets the current size of the component's underlying element.</div>
1350            <div class="long">
1351                Gets the current size of the component's underlying element.    <div class="mdetail-params">
1352        <strong>Parameters:</strong>
1353        <ul><li>None.</li>        </ul>
1354        <strong>Returns:</strong>
1355        <ul>
1356            <li><code>Object</code><div class="sub-desc">An object containing the element's size {width: (element width), height: (element height)}</div></li>
1357        </ul>
1358    </div>
1359                </div>
1360                        </div>
1361        </td>
1362        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getSize" href="output/Ext.BoxComponent.html#getSize">BoxComponent</a></td>
1363    </tr>
1364        <tr class="method-row inherited alt expandable">
1365        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1366        <td class="sig">
1367        <a id="Ext.PagingToolbar-getXType"></a>
1368            <b>getXType</b>() : String            <div class="mdesc">
1369                        <div class="short">Gets the xtype for this component as registered with Ext.ComponentMgr. For a list of all
1370available xtypes, see the Ex...</div>
1371            <div class="long">
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
1373available 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();
1375alert(t.getXType());  // alerts <em>'textfield'</em></code></pre>    <div class="mdetail-params">
1376        <strong>Parameters:</strong>
1377        <ul><li>None.</li>        </ul>
1378        <strong>Returns:</strong>
1379        <ul>
1380            <li><code>String</code><div class="sub-desc">The xtype</div></li>
1381        </ul>
1382    </div>
1383                </div>
1384                        </div>
1385        </td>
1386        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXType" href="output/Ext.Component.html#getXType">Component</a></td>
1387    </tr>
1388        <tr class="method-row inherited expandable">
1389        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1390        <td class="sig">
1391        <a id="Ext.PagingToolbar-getXTypes"></a>
1392            <b>getXTypes</b>() : String            <div class="mdesc">
1393                        <div class="short">Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all
1394available xtypes, see the Ext...</div>
1395            <div class="long">
1396                <p>Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all
1397available 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
1399to participate in determination of inherited xtypes.</b></p>
1400<p>Example usage:</p>
1401<pre><code>
1402var t = new Ext.form.TextField();
1403alert(t.getXTypes());  // alerts 'component/box/field/textfield'</pre></code>    <div class="mdetail-params">
1404        <strong>Parameters:</strong>
1405        <ul><li>None.</li>        </ul>
1406        <strong>Returns:</strong>
1407        <ul>
1408            <li><code>String</code><div class="sub-desc">The xtype hierarchy string</div></li>
1409        </ul>
1410    </div>
1411                </div>
1412                        </div>
1413        </td>
1414        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXTypes" href="output/Ext.Component.html#getXTypes">Component</a></td>
1415    </tr>
1416        <tr class="method-row inherited alt expandable">
1417        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1418        <td class="sig">
1419        <a id="Ext.PagingToolbar-hasListener"></a>
1420            <b>hasListener</b>(&nbsp;<code>String eventName</code>&nbsp;) : Boolean            <div class="mdesc">
1421                        <div class="short">Checks to see if this object has any listeners for a specified event</div>
1422            <div class="long">
1423                Checks to see if this object has any listeners for a specified event    <div class="mdetail-params">
1424        <strong>Parameters:</strong>
1425        <ul><li><code>eventName</code> : String<div class="sub-desc">The name of the event to check for</div></li>        </ul>
1426        <strong>Returns:</strong>
1427        <ul>
1428            <li><code>Boolean</code><div class="sub-desc">True if the event is being listened for, else false</div></li>
1429        </ul>
1430    </div>
1431                </div>
1432                        </div>
1433        </td>
1434        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#hasListener" href="output/Ext.util.Observable.html#hasListener">Observable</a></td>
1435    </tr>
1436        <tr class="method-row inherited expandable">
1437        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1438        <td class="sig">
1439        <a id="Ext.PagingToolbar-hide"></a>
1440            <b>hide</b>() : Ext.Component            <div class="mdesc">
1441                        <div class="short">Hide this component.</div>
1442            <div class="long">
1443                Hide this component.    <div class="mdetail-params">
1444        <strong>Parameters:</strong>
1445        <ul><li>None.</li>        </ul>
1446        <strong>Returns:</strong>
1447        <ul>
1448            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1449        </ul>
1450    </div>
1451                </div>
1452                        </div>
1453        </td>
1454        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hide" href="output/Ext.Component.html#hide">Component</a></td>
1455    </tr>
1456        <tr class="method-row inherited alt expandable">
1457        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1458        <td class="sig">
1459        <a id="Ext.PagingToolbar-insertButton"></a>
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">
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>
1462            <div class="long">
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">
1464        <strong>Parameters:</strong>
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
1466inserted, or an array of buttons/configs.</div></li>        </ul>
1467        <strong>Returns:</strong>
1468        <ul>
1469            <li><code>Ext.Toolbar.Button/Item</code></li>
1470        </ul>
1471    </div>
1472                </div>
1473                        </div>
1474        </td>
1475        <td class="msource"><a ext:cls="Ext.Toolbar" ext:member="#insertButton" href="output/Ext.Toolbar.html#insertButton">Toolbar</a></td>
1476    </tr>
1477        <tr class="method-row inherited expandable">
1478        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1479        <td class="sig">
1480        <a id="Ext.PagingToolbar-isVisible"></a>
1481            <b>isVisible</b>() : void            <div class="mdesc">
1482                        <div class="short">Returns true if this component is visible.</div>
1483            <div class="long">
1484                Returns true if this component is visible.    <div class="mdetail-params">
1485        <strong>Parameters:</strong>
1486        <ul><li>None.</li>        </ul>
1487        <strong>Returns:</strong>
1488        <ul>
1489            <li><code>void</code></li>
1490        </ul>
1491    </div>
1492                </div>
1493                        </div>
1494        </td>
1495        <td class="msource"><a ext:cls="Ext.Component" ext:member="#isVisible" href="output/Ext.Component.html#isVisible">Component</a></td>
1496    </tr>
1497        <tr class="method-row inherited alt expandable">
1498        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1499        <td class="sig">
1500        <a id="Ext.PagingToolbar-isXType"></a>
1501            <b>isXType</b>(&nbsp;<code>String xtype</code>, <span class="optional" title="Optional">[<code>Boolean shallow</code>]</span>&nbsp;) : void            <div class="mdesc">
1502                        <div class="short">Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended
1503from th...</div>
1504            <div class="long">
1505                <p>Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended
1506from 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
1508to 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">
1515        <strong>Parameters:</strong>
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
1517the default), or true to check whether this Component is directly of the specified xtype.</div></li>        </ul>
1518        <strong>Returns:</strong>
1519        <ul>
1520            <li><code>void</code></li>
1521        </ul>
1522    </div>
1523                </div>
1524                        </div>
1525        </td>
1526        <td class="msource"><a ext:cls="Ext.Component" ext:member="#isXType" href="output/Ext.Component.html#isXType">Component</a></td>
1527    </tr>
1528        <tr class="method-row inherited expandable">
1529        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1530        <td class="sig">
1531        <a id="Ext.PagingToolbar-on"></a>
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">
1533                        <div class="short">Appends an event handler to this element (shorthand for addListener)</div>
1534            <div class="long">
1535                Appends an event handler to this element (shorthand for addListener)    <div class="mdetail-params">
1536        <strong>Parameters:</strong>
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
1538function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>
1539        <strong>Returns:</strong>
1540        <ul>
1541            <li><code>void</code></li>
1542        </ul>
1543    </div>
1544                </div>
1545                        </div>
1546        </td>
1547        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>
1548    </tr>
1549        <tr class="method-row inherited alt expandable">
1550        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1551        <td class="sig">
1552        <a id="Ext.PagingToolbar-purgeListeners"></a>
1553            <b>purgeListeners</b>() : void            <div class="mdesc">
1554                        <div class="short">Removes all listeners for this object</div>
1555            <div class="long">
1556                Removes all listeners for this object    <div class="mdetail-params">
1557        <strong>Parameters:</strong>
1558        <ul><li>None.</li>        </ul>
1559        <strong>Returns:</strong>
1560        <ul>
1561            <li><code>void</code></li>
1562        </ul>
1563    </div>
1564                </div>
1565                        </div>
1566        </td>
1567        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#purgeListeners" href="output/Ext.util.Observable.html#purgeListeners">Observable</a></td>
1568    </tr>
1569        <tr class="method-row inherited expandable">
1570        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1571        <td class="sig">
1572        <a id="Ext.PagingToolbar-relayEvents"></a>
1573            <b>relayEvents</b>(&nbsp;<code>Object o</code>, <code>Array events</code>&nbsp;) : void            <div class="mdesc">
1574                        <div class="short">Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.</div>
1575            <div class="long">
1576                Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.    <div class="mdetail-params">
1577        <strong>Parameters:</strong>
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>
1579        <strong>Returns:</strong>
1580        <ul>
1581            <li><code>void</code></li>
1582        </ul>
1583    </div>
1584                </div>
1585                        </div>
1586        </td>
1587        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#relayEvents" href="output/Ext.util.Observable.html#relayEvents">Observable</a></td>
1588    </tr>
1589        <tr class="method-row inherited alt expandable">
1590        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1591        <td class="sig">
1592        <a id="Ext.PagingToolbar-removeClass"></a>
1593            <b>removeClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">
1594                        <div class="short">Removes a CSS class from the component's underlying element.</div>
1595            <div class="long">
1596                Removes a CSS class from the component's underlying element.    <div class="mdetail-params">
1597        <strong>Parameters:</strong>
1598        <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to remove</div></li>        </ul>
1599        <strong>Returns:</strong>
1600        <ul>
1601            <li><code>void</code></li>
1602        </ul>
1603    </div>
1604                </div>
1605                        </div>
1606        </td>
1607        <td class="msource"><a ext:cls="Ext.Component" ext:member="#removeClass" href="output/Ext.Component.html#removeClass">Component</a></td>
1608    </tr>
1609        <tr class="method-row inherited expandable">
1610        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1611        <td class="sig">
1612        <a id="Ext.PagingToolbar-removeListener"></a>
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">
1614                        <div class="short">Removes a listener</div>
1615            <div class="long">
1616                Removes a listener    <div class="mdetail-params">
1617        <strong>Parameters:</strong>
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>
1619        <strong>Returns:</strong>
1620        <ul>
1621            <li><code>void</code></li>
1622        </ul>
1623    </div>
1624                </div>
1625                        </div>
1626        </td>
1627        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#removeListener" href="output/Ext.util.Observable.html#removeListener">Observable</a></td>
1628    </tr>
1629        <tr class="method-row inherited alt expandable">
1630        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1631        <td class="sig">
1632        <a id="Ext.PagingToolbar-render"></a>
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">
1634                        <div class="short">Render this Component into the passed HTML element.
1635If you are using a Container object to house this Component, then...</div>
1636            <div class="long">
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
1639do 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
1643include <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
1646the 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
1647unrendered child Components to be rendered. This is required so that you can add multiple
1648child 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
1650of 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.
1651If you expect child items to be sized in response to user interactions, you must
1652configure the Container with a layout manager which creates and manages the type of layout you
1653have 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
1655layout manager is used which does nothing but render child components sequentially into the
1656Container. No sizing or positioning will be performed in this situation.</b></p>    <div class="mdetail-params">
1657        <strong>Parameters:</strong>
1658        <ul><li><code>container</code> : Element/HTMLElement/String<div class="sub-desc">(optional) The element this Component should be
1659rendered 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>
1660which this component will be inserted (defaults to appending to the end of the container)</div></li>        </ul>
1661        <strong>Returns:</strong>
1662        <ul>
1663            <li><code>void</code></li>
1664        </ul>
1665    </div>
1666                </div>
1667                        </div>
1668        </td>
1669        <td class="msource"><a ext:cls="Ext.Component" ext:member="#render" href="output/Ext.Component.html#render">Component</a></td>
1670    </tr>
1671        <tr class="method-row inherited expandable">
1672        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1673        <td class="sig">
1674        <a id="Ext.PagingToolbar-resumeEvents"></a>
1675            <b>resumeEvents</b>() : void            <div class="mdesc">
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>
1677            <div class="long">
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">
1679        <strong>Parameters:</strong>
1680        <ul><li>None.</li>        </ul>
1681        <strong>Returns:</strong>
1682        <ul>
1683            <li><code>void</code></li>
1684        </ul>
1685    </div>
1686                </div>
1687                        </div>
1688        </td>
1689        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">Observable</a></td>
1690    </tr>
1691        <tr class="method-row inherited alt expandable">
1692        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1693        <td class="sig">
1694        <a id="Ext.PagingToolbar-setDisabled"></a>
1695            <b>setDisabled</b>(&nbsp;<code>Boolean disabled</code>&nbsp;) : void            <div class="mdesc">
1696                        <div class="short">Convenience function for setting disabled/enabled by boolean.</div>
1697            <div class="long">
1698                Convenience function for setting disabled/enabled by boolean.    <div class="mdetail-params">
1699        <strong>Parameters:</strong>
1700        <ul><li><code>disabled</code> : Boolean<div class="sub-desc"></div></li>        </ul>
1701        <strong>Returns:</strong>
1702        <ul>
1703            <li><code>void</code></li>
1704        </ul>
1705    </div>
1706                </div>
1707                        </div>
1708        </td>
1709        <td class="msource"><a ext:cls="Ext.Component" ext:member="#setDisabled" href="output/Ext.Component.html#setDisabled">Component</a></td>
1710    </tr>
1711        <tr class="method-row inherited expandable">
1712        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1713        <td class="sig">
1714        <a id="Ext.PagingToolbar-setHeight"></a>
1715            <b>setHeight</b>(&nbsp;<code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
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>
1717            <div class="long">
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">
1719        <strong>Parameters:</strong>
1720        <ul><li><code>height</code> : Number<div class="sub-desc">The new height to set</div></li>        </ul>
1721        <strong>Returns:</strong>
1722        <ul>
1723            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1724        </ul>
1725    </div>
1726                </div>
1727                        </div>
1728        </td>
1729        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setHeight" href="output/Ext.BoxComponent.html#setHeight">BoxComponent</a></td>
1730    </tr>
1731        <tr class="method-row inherited alt expandable">
1732        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1733        <td class="sig">
1734        <a id="Ext.PagingToolbar-setPagePosition"></a>
1735            <b>setPagePosition</b>(&nbsp;<code>Number x</code>, <code>Number y</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1736                        <div class="short">Sets the page XY position of the component.  To set the left and top instead, use setPosition.
1737This method fires the ...</div>
1738            <div class="long">
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>.
1740This method fires the <a ext:cls="Ext.BoxComponent" ext:member="move" href="output/Ext.BoxComponent.html#move">move</a> event.    <div class="mdetail-params">
1741        <strong>Parameters:</strong>
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>
1743        <strong>Returns:</strong>
1744        <ul>
1745            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1746        </ul>
1747    </div>
1748                </div>
1749                        </div>
1750        </td>
1751        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPagePosition" href="output/Ext.BoxComponent.html#setPagePosition">BoxComponent</a></td>
1752    </tr>
1753        <tr class="method-row inherited expandable">
1754        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1755        <td class="sig">
1756        <a id="Ext.PagingToolbar-setPosition"></a>
1757            <b>setPosition</b>(&nbsp;<code>Number left</code>, <code>Number top</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1758                        <div class="short">Sets the left and top of the component.  To set the page XY position instead, use setPagePosition.
1759This method fires ...</div>
1760            <div class="long">
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>.
1762This method fires the <a ext:cls="Ext.BoxComponent" ext:member="move" href="output/Ext.BoxComponent.html#move">move</a> event.    <div class="mdetail-params">
1763        <strong>Parameters:</strong>
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>
1765        <strong>Returns:</strong>
1766        <ul>
1767            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1768        </ul>
1769    </div>
1770                </div>
1771                        </div>
1772        </td>
1773        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPosition" href="output/Ext.BoxComponent.html#setPosition">BoxComponent</a></td>
1774    </tr>
1775        <tr class="method-row inherited alt expandable">
1776        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1777        <td class="sig">
1778        <a id="Ext.PagingToolbar-setSize"></a>
1779            <b>setSize</b>(&nbsp;<code>Number/Object width</code>, <code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1780                        <div class="short">Sets the width and height of the component.  This method fires the resize event.  This method can accept
1781either width...</div>
1782            <div class="long">
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
1784either width and height as separate numeric arguments, or you can pass a size object like {width:10, height:20}.    <div class="mdetail-params">
1785        <strong>Parameters:</strong>
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>
1787        <strong>Returns:</strong>
1788        <ul>
1789            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1790        </ul>
1791    </div>
1792                </div>
1793                        </div>
1794        </td>
1795        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setSize" href="output/Ext.BoxComponent.html#setSize">BoxComponent</a></td>
1796    </tr>
1797        <tr class="method-row inherited expandable">
1798        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1799        <td class="sig">
1800        <a id="Ext.PagingToolbar-setVisible"></a>
1801            <b>setVisible</b>(&nbsp;<code>Boolean visible</code>&nbsp;) : Ext.Component            <div class="mdesc">
1802                        <div class="short">Convenience function to hide or show this component by boolean.</div>
1803            <div class="long">
1804                Convenience function to hide or show this component by boolean.    <div class="mdetail-params">
1805        <strong>Parameters:</strong>
1806        <ul><li><code>visible</code> : Boolean<div class="sub-desc">True to show, false to hide</div></li>        </ul>
1807        <strong>Returns:</strong>
1808        <ul>
1809            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1810        </ul>
1811    </div>
1812                </div>
1813                        </div>
1814        </td>
1815        <td class="msource"><a ext:cls="Ext.Component" ext:member="#setVisible" href="output/Ext.Component.html#setVisible">Component</a></td>
1816    </tr>
1817        <tr class="method-row inherited alt expandable">
1818        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1819        <td class="sig">
1820        <a id="Ext.PagingToolbar-setWidth"></a>
1821            <b>setWidth</b>(&nbsp;<code>Number width</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
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>
1823            <div class="long">
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">
1825        <strong>Parameters:</strong>
1826        <ul><li><code>width</code> : Number<div class="sub-desc">The new width to set</div></li>        </ul>
1827        <strong>Returns:</strong>
1828        <ul>
1829            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1830        </ul>
1831    </div>
1832                </div>
1833                        </div>
1834        </td>
1835        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setWidth" href="output/Ext.BoxComponent.html#setWidth">BoxComponent</a></td>
1836    </tr>
1837        <tr class="method-row inherited expandable">
1838        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1839        <td class="sig">
1840        <a id="Ext.PagingToolbar-show"></a>
1841            <b>show</b>() : Ext.Component            <div class="mdesc">
1842                        <div class="short">Show this component.</div>
1843            <div class="long">
1844                Show this component.    <div class="mdetail-params">
1845        <strong>Parameters:</strong>
1846        <ul><li>None.</li>        </ul>
1847        <strong>Returns:</strong>
1848        <ul>
1849            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1850        </ul>
1851    </div>
1852                </div>
1853                        </div>
1854        </td>
1855        <td class="msource"><a ext:cls="Ext.Component" ext:member="#show" href="output/Ext.Component.html#show">Component</a></td>
1856    </tr>
1857        <tr class="method-row inherited alt expandable">
1858        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1859        <td class="sig">
1860        <a id="Ext.PagingToolbar-suspendEvents"></a>
1861            <b>suspendEvents</b>() : void            <div class="mdesc">
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>
1863            <div class="long">
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">
1865        <strong>Parameters:</strong>
1866        <ul><li>None.</li>        </ul>
1867        <strong>Returns:</strong>
1868        <ul>
1869            <li><code>void</code></li>
1870        </ul>
1871    </div>
1872                </div>
1873                        </div>
1874        </td>
1875        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">Observable</a></td>
1876    </tr>
1877        <tr class="method-row inherited expandable">
1878        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1879        <td class="sig">
1880        <a id="Ext.PagingToolbar-syncSize"></a>
1881            <b>syncSize</b>() : Ext.BoxComponent            <div class="mdesc">
1882                        <div class="short">Force the component's size to recalculate based on the underlying element's current height and width.</div>
1883            <div class="long">
1884                Force the component's size to recalculate based on the underlying element's current height and width.    <div class="mdetail-params">
1885        <strong>Parameters:</strong>
1886        <ul><li>None.</li>        </ul>
1887        <strong>Returns:</strong>
1888        <ul>
1889            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1890        </ul>
1891    </div>
1892                </div>
1893                        </div>
1894        </td>
1895        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#syncSize" href="output/Ext.BoxComponent.html#syncSize">BoxComponent</a></td>
1896    </tr>
1897        <tr class="method-row inherited alt expandable">
1898        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1899        <td class="sig">
1900        <a id="Ext.PagingToolbar-un"></a>
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">
1902                        <div class="short">Removes a listener (shorthand for removeListener)</div>
1903            <div class="long">
1904                Removes a listener (shorthand for removeListener)    <div class="mdetail-params">
1905        <strong>Parameters:</strong>
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>
1907        <strong>Returns:</strong>
1908        <ul>
1909            <li><code>void</code></li>
1910        </ul>
1911    </div>
1912                </div>
1913                        </div>
1914        </td>
1915        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#un" href="output/Ext.util.Observable.html#un">Observable</a></td>
1916    </tr>
1917        <tr class="method-row expandable">
1918        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1919        <td class="sig">
1920        <a id="Ext.PagingToolbar-unbind"></a>
1921            <b>unbind</b>(&nbsp;<code>Ext.data.Store store</code>&nbsp;) : void            <div class="mdesc">
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>
1923            <div class="long">
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">
1925        <strong>Parameters:</strong>
1926        <ul><li><code>store</code> : Ext.data.Store<div class="sub-desc">The data store to unbind</div></li>        </ul>
1927        <strong>Returns:</strong>
1928        <ul>
1929            <li><code>void</code></li>
1930        </ul>
1931    </div>
1932                </div>
1933                        </div>
1934        </td>
1935        <td class="msource">PagingToolbar</td>
1936    </tr>
1937        <tr class="method-row inherited alt expandable">
1938        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1939        <td class="sig">
1940        <a id="Ext.PagingToolbar-updateBox"></a>
1941            <b>updateBox</b>(&nbsp;<code>Object box</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1942                        <div class="short">Sets the current box measurements of the component's underlying element.</div>
1943            <div class="long">
1944                Sets the current box measurements of the component's underlying element.    <div class="mdetail-params">
1945        <strong>Parameters:</strong>
1946        <ul><li><code>box</code> : Object<div class="sub-desc">An object in the format {x, y, width, height}</div></li>        </ul>
1947        <strong>Returns:</strong>
1948        <ul>
1949            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1950        </ul>
1951    </div>
1952                </div>
1953                        </div>
1954        </td>
1955        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#updateBox" href="output/Ext.BoxComponent.html#updateBox">BoxComponent</a></td>
1956    </tr>
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">
1966        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1967        <td class="sig">
1968        <a id="Ext.PagingToolbar-beforechange"></a>
1969            <b>beforechange</b> : (&nbsp;<code>Ext.PagingToolbar this</code>, <code>Object beforeChangeEvent</code>&nbsp;)            <div class="mdesc">
1970                        <div class="short">Fires just before the active page is changed.
1971Return false to prevent the active page from being changed.</div>
1972            <div class="long">
1973                Fires just before the active page is changed.
1974Return false to prevent the active page from being changed.    <div class="mdetail-params">
1975        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
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
1978be 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
1982by 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>
1983    </div>
1984                </div>
1985                        </div>
1986        </td>
1987        <td class="msource">PagingToolbar</td>
1988    </tr>
1989        <tr class="event-row inherited alt expandable">
1990        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1991        <td class="sig">
1992        <a id="Ext.PagingToolbar-beforedestroy"></a>
1993            <b>beforedestroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1994                        <div class="short">Fires before the component is destroyed. Return false to stop the destroy.</div>
1995            <div class="long">
1996                Fires before the component is destroyed. Return false to stop the destroy.    <div class="mdetail-params">
1997        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1998        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1999    </div>
2000                </div>
2001                        </div>
2002        </td>
2003        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforedestroy" href="output/Ext.Component.html#event-beforedestroy">Component</a></td>
2004    </tr>
2005        <tr class="event-row inherited expandable">
2006        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2007        <td class="sig">
2008        <a id="Ext.PagingToolbar-beforehide"></a>
2009            <b>beforehide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2010                        <div class="short">Fires before the component is hidden. Return false to stop the hide.</div>
2011            <div class="long">
2012                Fires before the component is hidden. Return false to stop the hide.    <div class="mdetail-params">
2013        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2014        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2015    </div>
2016                </div>
2017                        </div>
2018        </td>
2019        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforehide" href="output/Ext.Component.html#event-beforehide">Component</a></td>
2020    </tr>
2021        <tr class="event-row inherited alt expandable">
2022        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2023        <td class="sig">
2024        <a id="Ext.PagingToolbar-beforerender"></a>
2025            <b>beforerender</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2026                        <div class="short">Fires before the component is rendered. Return false to stop the render.</div>
2027            <div class="long">
2028                Fires before the component is rendered. Return false to stop the render.    <div class="mdetail-params">
2029        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2030        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2031    </div>
2032                </div>
2033                        </div>
2034        </td>
2035        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforerender" href="output/Ext.Component.html#event-beforerender">Component</a></td>
2036    </tr>
2037        <tr class="event-row inherited expandable">
2038        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2039        <td class="sig">
2040        <a id="Ext.PagingToolbar-beforeshow"></a>
2041            <b>beforeshow</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2042                        <div class="short">Fires before the component is shown. Return false to stop the show.</div>
2043            <div class="long">
2044                Fires before the component is shown. Return false to stop the show.    <div class="mdetail-params">
2045        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2046        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2047    </div>
2048                </div>
2049                        </div>
2050        </td>
2051        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforeshow" href="output/Ext.Component.html#event-beforeshow">Component</a></td>
2052    </tr>
2053        <tr class="event-row inherited alt expandable">
2054        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2055        <td class="sig">
2056        <a id="Ext.PagingToolbar-beforestaterestore"></a>
2057            <b>beforestaterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
2058                        <div class="short">Fires before the state of the component is restored. Return false to stop the restore.</div>
2059            <div class="long">
2060                Fires before the state of the component is restored. Return false to stop the restore.    <div class="mdetail-params">
2061        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
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>
2063    </div>
2064                </div>
2065                        </div>
2066        </td>
2067        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestaterestore" href="output/Ext.Component.html#event-beforestaterestore">Component</a></td>
2068    </tr>
2069        <tr class="event-row inherited expandable">
2070        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2071        <td class="sig">
2072        <a id="Ext.PagingToolbar-beforestatesave"></a>
2073            <b>beforestatesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
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>
2075            <div class="long">
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">
2077        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
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>
2079    </div>
2080                </div>
2081                        </div>
2082        </td>
2083        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestatesave" href="output/Ext.Component.html#event-beforestatesave">Component</a></td>
2084    </tr>
2085        <tr class="event-row alt expandable">
2086        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2087        <td class="sig">
2088        <a id="Ext.PagingToolbar-change"></a>
2089            <b>change</b> : (&nbsp;<code>Ext.PagingToolbar this</code>, <code>Object changeEvent</code>&nbsp;)            <div class="mdesc">
2090                        <div class="short">Fires after the active page has been changed.</div>
2091            <div class="long">
2092                Fires after the active page has been changed.    <div class="mdetail-params">
2093        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
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
2096returned 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
2099the 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>
2101    </div>
2102                </div>
2103                        </div>
2104        </td>
2105        <td class="msource">PagingToolbar</td>
2106    </tr>
2107        <tr class="event-row inherited expandable">
2108        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2109        <td class="sig">
2110        <a id="Ext.PagingToolbar-destroy"></a>
2111            <b>destroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2112                        <div class="short">Fires after the component is destroyed.</div>
2113            <div class="long">
2114                Fires after the component is destroyed.    <div class="mdetail-params">
2115        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2116        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2117    </div>
2118                </div>
2119                        </div>
2120        </td>
2121        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-destroy" href="output/Ext.Component.html#event-destroy">Component</a></td>
2122    </tr>
2123        <tr class="event-row inherited alt expandable">
2124        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2125        <td class="sig">
2126        <a id="Ext.PagingToolbar-disable"></a>
2127            <b>disable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2128                        <div class="short">Fires after the component is disabled.</div>
2129            <div class="long">
2130                Fires after the component is disabled.    <div class="mdetail-params">
2131        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2132        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2133    </div>
2134                </div>
2135                        </div>
2136        </td>
2137        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-disable" href="output/Ext.Component.html#event-disable">Component</a></td>
2138    </tr>
2139        <tr class="event-row inherited expandable">
2140        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2141        <td class="sig">
2142        <a id="Ext.PagingToolbar-enable"></a>
2143            <b>enable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2144                        <div class="short">Fires after the component is enabled.</div>
2145            <div class="long">
2146                Fires after the component is enabled.    <div class="mdetail-params">
2147        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2148        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2149    </div>
2150                </div>
2151                        </div>
2152        </td>
2153        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-enable" href="output/Ext.Component.html#event-enable">Component</a></td>
2154    </tr>
2155        <tr class="event-row inherited alt expandable">
2156        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2157        <td class="sig">
2158        <a id="Ext.PagingToolbar-hide"></a>
2159            <b>hide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2160                        <div class="short">Fires after the component is hidden.</div>
2161            <div class="long">
2162                Fires after the component is hidden.    <div class="mdetail-params">
2163        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2164        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2165    </div>
2166                </div>
2167                        </div>
2168        </td>
2169        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-hide" href="output/Ext.Component.html#event-hide">Component</a></td>
2170    </tr>
2171        <tr class="event-row inherited expandable">
2172        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2173        <td class="sig">
2174        <a id="Ext.PagingToolbar-move"></a>
2175            <b>move</b> : (&nbsp;<code>Ext.Component this</code>, <code>Number x</code>, <code>Number y</code>&nbsp;)            <div class="mdesc">
2176                        <div class="short">Fires after the component is moved.</div>
2177            <div class="long">
2178                Fires after the component is moved.    <div class="mdetail-params">
2179        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
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>
2181    </div>
2182                </div>
2183                        </div>
2184        </td>
2185        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-move" href="output/Ext.BoxComponent.html#event-move">BoxComponent</a></td>
2186    </tr>
2187        <tr class="event-row inherited alt expandable">
2188        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2189        <td class="sig">
2190        <a id="Ext.PagingToolbar-render"></a>
2191            <b>render</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2192                        <div class="short">Fires after the component is rendered.</div>
2193            <div class="long">
2194                Fires after the component is rendered.    <div class="mdetail-params">
2195        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2196        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2197    </div>
2198                </div>
2199                        </div>
2200        </td>
2201        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-render" href="output/Ext.Component.html#event-render">Component</a></td>
2202    </tr>
2203        <tr class="event-row inherited expandable">
2204        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2205        <td class="sig">
2206        <a id="Ext.PagingToolbar-resize"></a>
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">
2208                        <div class="short">Fires after the component is resized.</div>
2209            <div class="long">
2210                Fires after the component is resized.    <div class="mdetail-params">
2211        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
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>
2213    </div>
2214                </div>
2215                        </div>
2216        </td>
2217        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-resize" href="output/Ext.BoxComponent.html#event-resize">BoxComponent</a></td>
2218    </tr>
2219        <tr class="event-row inherited alt expandable">
2220        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2221        <td class="sig">
2222        <a id="Ext.PagingToolbar-show"></a>
2223            <b>show</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2224                        <div class="short">Fires after the component is shown.</div>
2225            <div class="long">
2226                Fires after the component is shown.    <div class="mdetail-params">
2227        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2228        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2229    </div>
2230                </div>
2231                        </div>
2232        </td>
2233        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-show" href="output/Ext.Component.html#event-show">Component</a></td>
2234    </tr>
2235        <tr class="event-row inherited expandable">
2236        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2237        <td class="sig">
2238        <a id="Ext.PagingToolbar-staterestore"></a>
2239            <b>staterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
2240                        <div class="short">Fires after the state of the component is restored.</div>
2241            <div class="long">
2242                Fires after the state of the component is restored.    <div class="mdetail-params">
2243        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
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>
2245    </div>
2246                </div>
2247                        </div>
2248        </td>
2249        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-staterestore" href="output/Ext.Component.html#event-staterestore">Component</a></td>
2250    </tr>
2251        <tr class="event-row inherited alt expandable">
2252        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2253        <td class="sig">
2254        <a id="Ext.PagingToolbar-statesave"></a>
2255            <b>statesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
2256                        <div class="short">Fires after the state of the component is saved to the configured state provider.</div>
2257            <div class="long">
2258                Fires after the state of the component is saved to the configured state provider.    <div class="mdetail-params">
2259        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
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>
2261    </div>
2262                </div>
2263                        </div>
2264        </td>
2265        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-statesave" href="output/Ext.Component.html#event-statesave">Component</a></td>
2266    </tr>
2267            </table>
2268       
2269        </div>
Note: See TracBrowser for help on using the repository browser.