webgui/www/extras/extjs/docs/output/Ext.PagingToolbar.html

586 lines
No EOL
31 KiB
HTML

<!doctype html public "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Ext.PagingToolbar</title>
<link rel="stylesheet" type="text/css" href="../resources/reset.css"/>
<link rel="stylesheet" type="text/css" href="../resources/style.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="../resources/print.css" media="print">
<!-- GC -->
</head>
<body>
<div class="body-wrap">
<div class="top-tools">
<img src="../resources/print.gif" width="16" height="16" align="absmiddle">&nbsp;<a href="Ext.PagingToolbar.html" target="_blank">Print Friendly</a><br/>
</div>
<h1>Class Ext.PagingToolbar</h1>
<table cellspacing="0">
<tr><td class="label">Package:</td><td>Ext</td></tr>
<tr><td class="label">Class:</td><td>PagingToolbar</td></tr>
<tr><td class="label">Extends:</td><td><a href="Ext.Toolbar.html">Toolbar</a></td></tr>
<tr><td class="label">Defined In:</td><td><a href="PagingToolbar.jss.html">PagingToolbar.js</a></td></tr>
</table>
<div class="description">
A specialized toolbar that is bound to a <a href="Ext.data.Store.html">Ext.data.Store</a> and provides automatic paging controls. </div>
<br />
<a href="#properties">Properties</a>
&nbsp;&nbsp;-&nbsp;&nbsp;<a href="#methods">Methods</a>
&nbsp;&nbsp;-&nbsp;&nbsp;<a href="#events">Events</a>
&nbsp;&nbsp;-&nbsp;&nbsp;<a href="#configs">Config Options</a>
<hr />
<a name="properties"></a>
<h2>Public Properties</h2>
<table cellspacing="0" class="member-table">
<tr>
<th class="sig-header" colspan="2">Property</th>
<th class="msource-header">Defined By</th>
</tr>
<tr>
<td class="micon" rowspan="2">&nbsp;</td>
<td class="sig"><a class="mlink" href="#afterPageText">afterPageText</a> : String</td>
<td class="msource" rowspan="2">PagingToolbar</td>
</tr>
<tr>
<td class="mdesc">Customizable piece of the default paging text (defaults to "of %0")</td>
</tr>
<tr class="alt">
<td class="micon" rowspan="2">&nbsp;</td>
<td class="sig"><a class="mlink" href="#beforePageText">beforePageText</a> : String</td>
<td class="msource" rowspan="2">PagingToolbar</td>
</tr>
<tr class="alt">
<td class="mdesc">Customizable piece of the default paging text (defaults to "Page")</td>
</tr>
<tr>
<td class="micon" rowspan="2">&nbsp;</td>
<td class="sig"><a class="mlink" href="#firstText">firstText</a> : String</td>
<td class="msource" rowspan="2">PagingToolbar</td>
</tr>
<tr>
<td class="mdesc">Customizable piece of the default paging text (defaults to "First Page")</td>
</tr>
<tr class="alt">
<td class="micon" rowspan="2">&nbsp;</td>
<td class="sig"><a class="mlink" href="#lastText">lastText</a> : String</td>
<td class="msource" rowspan="2">PagingToolbar</td>
</tr>
<tr class="alt">
<td class="mdesc">Customizable piece of the default paging text (defaults to "Last Page")</td>
</tr>
<tr>
<td class="micon" rowspan="2">&nbsp;</td>
<td class="sig"><a class="mlink" href="#nextText">nextText</a> : String</td>
<td class="msource" rowspan="2">PagingToolbar</td>
</tr>
<tr>
<td class="mdesc">Customizable piece of the default paging text (defaults to "Next Page")</td>
</tr>
<tr class="alt">
<td class="micon" rowspan="2">&nbsp;</td>
<td class="sig"><a class="mlink" href="#prevText">prevText</a> : String</td>
<td class="msource" rowspan="2">PagingToolbar</td>
</tr>
<tr class="alt">
<td class="mdesc">Customizable piece of the default paging text (defaults to "Previous Page")</td>
</tr>
<tr>
<td class="micon" rowspan="2">&nbsp;</td>
<td class="sig"><a class="mlink" href="#refreshText">refreshText</a> : String</td>
<td class="msource" rowspan="2">PagingToolbar</td>
</tr>
<tr>
<td class="mdesc">Customizable piece of the default paging text (defaults to "Refresh")</td>
</tr>
</table>
<a name="methods"></a>
<h2>Public Methods</h2>
<table cellspacing="0" class="member-table">
<tr>
<th class="sig-header" colspan="2">Method</th>
<th class="msource-header">Defined By</th>
</tr>
<tr>
<td class="micon" rowspan="2">&nbsp;</td>
<td class="sig"><a class="mlink" href="#PagingToolbar">PagingToolbar</a>(<code>String/HTMLElement/Element container</code>, <code>Ext.data.Store store</code>, <code>Object config</code>)</td>
<td class="msource" rowspan="2">PagingToolbar</td>
</tr>
<tr>
<td class="mdesc">Create a new PagingToolbar</td>
</tr>
<tr class="alt">
<td class="micon inherited" title="Inherited" rowspan="2">&nbsp;</td>
<td class="sig"><a class="mlink" href="#add">add</a>(<code>Mixed arg1</code>, <code>Mixed arg2</code>, <code>Mixed etc</code>) : void</td>
<td class="msource" rowspan="2"><a href="Ext.Toolbar.html#add">Toolbar</a></td>
</tr>
<tr class="alt">
<td class="mdesc">Adds element(s) to the toolbar - this function takes a variable number of
arguments of mixed type and adds them to t...</td>
</tr>
<tr>
<td class="micon inherited" title="Inherited" rowspan="2">&nbsp;</td>
<td class="sig"><a class="mlink" href="#addButton">addButton</a>(<code>Object/Array config</code>) : Ext.Toolbar.Button/Array</td>
<td class="msource" rowspan="2"><a href="Ext.Toolbar.html#addButton">Toolbar</a></td>
</tr>
<tr>
<td class="mdesc">Add a button (or buttons), see <a href="Ext.Toolbar.Button.html">Ext.Toolbar.Button</a> for more info on the config</td>
</tr>
<tr class="alt">
<td class="micon inherited" title="Inherited" rowspan="2">&nbsp;</td>
<td class="sig"><a class="mlink" href="#addDom">addDom</a>(<code>Object config</code>) : Ext.Toolbar.Item</td>
<td class="msource" rowspan="2"><a href="Ext.Toolbar.html#addDom">Toolbar</a></td>
</tr>
<tr class="alt">
<td class="mdesc">Adds a new element to the toolbar from the passed DomHelper config</td>
</tr>
<tr>
<td class="micon inherited" title="Inherited" rowspan="2">&nbsp;</td>
<td class="sig"><a class="mlink" href="#addElement">addElement</a>(<code>String/HTMLElement/Element el</code>) : Ext.Toolbar.Item</td>
<td class="msource" rowspan="2"><a href="Ext.Toolbar.html#addElement">Toolbar</a></td>
</tr>
<tr>
<td class="mdesc">Adds any standard HTML element to the toolbar</td>
</tr>
<tr class="alt">
<td class="micon inherited" title="Inherited" rowspan="2">&nbsp;</td>
<td class="sig"><a class="mlink" href="#addField">addField</a>(<code>Field field</code>) : ToolbarItem</td>
<td class="msource" rowspan="2"><a href="Ext.Toolbar.html#addField">Toolbar</a></td>
</tr>
<tr class="alt">
<td class="mdesc">Add a dynamically rendered Ext.form field (TextField, ComboBox, etc). Note: the field should not have
been rendered y...</td>
</tr>
<tr>
<td class="micon inherited" title="Inherited" rowspan="2">&nbsp;</td>
<td class="sig"><a class="mlink" href="#addItem">addItem</a>(<code>Toolbar.Item item</code>) : Ext.Toolbar.Item</td>
<td class="msource" rowspan="2"><a href="Ext.Toolbar.html#addItem">Toolbar</a></td>
</tr>
<tr>
<td class="mdesc">Adds any Toolbar.Item or subclass</td>
</tr>
<tr class="alt">
<td class="micon inherited" title="Inherited" rowspan="2">&nbsp;</td>
<td class="sig"><a class="mlink" href="#addSeparator">addSeparator</a>() : Ext.Toolbar.Item</td>
<td class="msource" rowspan="2"><a href="Ext.Toolbar.html#addSeparator">Toolbar</a></td>
</tr>
<tr class="alt">
<td class="mdesc">Adds a separator</td>
</tr>
<tr>
<td class="micon inherited" title="Inherited" rowspan="2">&nbsp;</td>
<td class="sig"><a class="mlink" href="#addSpacer">addSpacer</a>() : Ext.Toolbar.Item</td>
<td class="msource" rowspan="2"><a href="Ext.Toolbar.html#addSpacer">Toolbar</a></td>
</tr>
<tr>
<td class="mdesc">Adds a spacer element</td>
</tr>
<tr class="alt">
<td class="micon inherited" title="Inherited" rowspan="2">&nbsp;</td>
<td class="sig"><a class="mlink" href="#addText">addText</a>(<code>String text</code>) : Ext.Toolbar.Item</td>
<td class="msource" rowspan="2"><a href="Ext.Toolbar.html#addText">Toolbar</a></td>
</tr>
<tr class="alt">
<td class="mdesc">Adds text to the toolbar</td>
</tr>
<tr>
<td class="micon" rowspan="2">&nbsp;</td>
<td class="sig"><a class="mlink" href="#bind">bind</a>(<code>Ext.data.Store store</code>) : void</td>
<td class="msource" rowspan="2">PagingToolbar</td>
</tr>
<tr>
<td class="mdesc">Binds the paging toolbar to the specified <a href="Ext.data.Store.html">Ext.data.Store</a></td>
</tr>
<tr class="alt">
<td class="micon inherited" title="Inherited" rowspan="2">&nbsp;</td>
<td class="sig"><a class="mlink" href="#getEl">getEl</a>() : Ext.Element</td>
<td class="msource" rowspan="2"><a href="Ext.Toolbar.html#getEl">Toolbar</a></td>
</tr>
<tr class="alt">
<td class="mdesc">Returns the element for this toolbar</td>
</tr>
<tr>
<td class="micon inherited" title="Inherited" rowspan="2">&nbsp;</td>
<td class="sig"><a class="mlink" href="#insertButton">insertButton</a>(<code>Number index</code>, <code>Object/Toolbar.Item/Toolbar.Button (may</code>) : Ext.Toolbar.Button/Item</td>
<td class="msource" rowspan="2"><a href="Ext.Toolbar.html#insertButton">Toolbar</a></td>
</tr>
<tr>
<td class="mdesc">Inserts any Toolbar.Item/Toolbar.Button at the specified index</td>
</tr>
<tr class="alt">
<td class="micon" rowspan="2">&nbsp;</td>
<td class="sig"><a class="mlink" href="#unbind">unbind</a>(<code>Ext.data.Store store</code>) : void</td>
<td class="msource" rowspan="2">PagingToolbar</td>
</tr>
<tr class="alt">
<td class="mdesc">Unbinds the paging toolbar from the specified <a href="Ext.data.Store.html">Ext.data.Store</a></td>
</tr>
</table>
<a name="events"></a>
<h2>Public Events</h2>
<div class="no-members">This class has no public events.</div> <a name="configs"></a>
<h2>Config Options</h2>
<table cellspacing="0" class="member-table">
<tr>
<th class="sig-header" colspan="2">Config Options</th>
<th class="msource-header">Defined By</th>
</tr>
<tr>
<td class="micon" rowspan="2">&nbsp;</td>
<td class="sig"><a class="mlink" href="#config-displayMsg">displayMsg</a> : String</td>
<td class="msource" rowspan="2">PagingToolbar</td>
</tr>
<tr>
<td class="mdesc">The paging status message to display (defaults to "Displaying {start} - {end} of {total}")</td>
</tr>
<tr class="alt">
<td class="micon" rowspan="2">&nbsp;</td>
<td class="sig"><a class="mlink" href="#config-emptyMsg">emptyMsg</a> : String</td>
<td class="msource" rowspan="2">PagingToolbar</td>
</tr>
<tr class="alt">
<td class="mdesc">The message to display when no records are found (defaults to "No data to display")</td>
</tr>
<tr>
<td class="micon" rowspan="2">&nbsp;</td>
<td class="sig"><a class="mlink" href="#config-pageSize">pageSize</a> : Number</td>
<td class="msource" rowspan="2">PagingToolbar</td>
</tr>
<tr>
<td class="mdesc">The number of records to display per page (defaults to 20)</td>
</tr>
</table>
<h2 class="mdetail-head">Property Details</h2>
<div class="detail-wrap">
<a name="afterPageText"></a>
<div class="mdetail">
<h3>afterPageText</i></h3>
<code>public String afterPageText</code>
<div class="mdetail-desc">
Customizable piece of the default paging text (defaults to "of %0") </div>
<div class="mdetail-def">This property is defined by PagingToolbar.</div>
</div>
<a name="beforePageText"></a>
<div class="mdetail alt">
<h3>beforePageText</i></h3>
<code>public String beforePageText</code>
<div class="mdetail-desc">
Customizable piece of the default paging text (defaults to "Page") </div>
<div class="mdetail-def">This property is defined by PagingToolbar.</div>
</div>
<a name="firstText"></a>
<div class="mdetail">
<h3>firstText</i></h3>
<code>public String firstText</code>
<div class="mdetail-desc">
Customizable piece of the default paging text (defaults to "First Page") </div>
<div class="mdetail-def">This property is defined by PagingToolbar.</div>
</div>
<a name="lastText"></a>
<div class="mdetail alt">
<h3>lastText</i></h3>
<code>public String lastText</code>
<div class="mdetail-desc">
Customizable piece of the default paging text (defaults to "Last Page") </div>
<div class="mdetail-def">This property is defined by PagingToolbar.</div>
</div>
<a name="nextText"></a>
<div class="mdetail">
<h3>nextText</i></h3>
<code>public String nextText</code>
<div class="mdetail-desc">
Customizable piece of the default paging text (defaults to "Next Page") </div>
<div class="mdetail-def">This property is defined by PagingToolbar.</div>
</div>
<a name="prevText"></a>
<div class="mdetail alt">
<h3>prevText</i></h3>
<code>public String prevText</code>
<div class="mdetail-desc">
Customizable piece of the default paging text (defaults to "Previous Page") </div>
<div class="mdetail-def">This property is defined by PagingToolbar.</div>
</div>
<a name="refreshText"></a>
<div class="mdetail">
<h3>refreshText</i></h3>
<code>public String refreshText</code>
<div class="mdetail-desc">
Customizable piece of the default paging text (defaults to "Refresh") </div>
<div class="mdetail-def">This property is defined by PagingToolbar.</div>
</div>
</div>
<a name="PagingToolbar"></a>
<h2 class="mdetail-head">Constructor Details</h2>
<div class="detail-wrap">
<div class="mdetail">
<h3>PagingToolbar</i></h3>
<code>public function PagingToolbar(<code>String/HTMLElement/Element container</code>, <code>Ext.data.Store store</code>, <code>Object config</code>)</code>
<div class="mdetail-desc">
Create a new PagingToolbar <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>container</code> : String/HTMLElement/Element<div class="sub-desc">The id or element that will contain the toolbar</div></li><li><code>store</code> : Ext.data.Store<div class="sub-desc">The underlying data store providing the paged data</div></li><li><code>config</code> : Object<div class="sub-desc">The config object</div></li> </ul>
</div>
</div>
</div>
</div>
<h2 class="mdetail-head">Method Details</h2>
<div class="detail-wrap">
<a name="add"></a>
<div class="mdetail">
<h3>add</i></h3>
<code>public function add(<code>Mixed arg1</code>, <code>Mixed arg2</code>, <code>Mixed etc</code>)</code>
<div class="mdetail-desc">
Adds element(s) to the toolbar - this function takes a variable number of
arguments of mixed type and adds them to the toolbar.
<div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>arg1</code> : Mixed<div class="sub-desc">If arg is a Toolbar.Button, it is added. If arg is a string, it is wrapped in a ytb-text element and added unless the text is "separator" in which case a separator is added. Otherwise, it is assumed the element is an HTMLElement and it is added directly.</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>
<strong>Returns:</strong>
<ul>
<li><code>void</code></li>
</ul>
</div>
</div>
<div class="mdetail-def">This method is defined by <a href="Ext.Toolbar.html#add">Toolbar</a>.</div>
</div>
<a name="addButton"></a>
<div class="mdetail alt">
<h3>addButton</i></h3>
<code>public function addButton(<code>Object/Array config</code>)</code>
<div class="mdetail-desc">
Add a button (or buttons), see <a href="Ext.Toolbar.Button.html">Ext.Toolbar.Button</a> for more info on the config
<div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>config</code> : Object/Array<div class="sub-desc">A button config or array of configs</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>Ext.Toolbar.Button/Array</code></li>
</ul>
</div>
</div>
<div class="mdetail-def">This method is defined by <a href="Ext.Toolbar.html#addButton">Toolbar</a>.</div>
</div>
<a name="addDom"></a>
<div class="mdetail">
<h3>addDom</i></h3>
<code>public function addDom(<code>Object config</code>)</code>
<div class="mdetail-desc">
Adds a new element to the toolbar from the passed DomHelper config
<div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>config</code> : Object<div class="sub-desc"></div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>Ext.Toolbar.Item</code><div class="sub-desc">The element's item</div></li>
</ul>
</div>
</div>
<div class="mdetail-def">This method is defined by <a href="Ext.Toolbar.html#addDom">Toolbar</a>.</div>
</div>
<a name="addElement"></a>
<div class="mdetail alt">
<h3>addElement</i></h3>
<code>public function addElement(<code>String/HTMLElement/Element el</code>)</code>
<div class="mdetail-desc">
Adds any standard HTML element to the toolbar
<div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>el</code> : String/HTMLElement/Element<div class="sub-desc">The element or id of the element to add</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>Ext.Toolbar.Item</code><div class="sub-desc">The element's item</div></li>
</ul>
</div>
</div>
<div class="mdetail-def">This method is defined by <a href="Ext.Toolbar.html#addElement">Toolbar</a>.</div>
</div>
<a name="addField"></a>
<div class="mdetail">
<h3>addField</i></h3>
<code>public function addField(<code>Field field</code>)</code>
<div class="mdetail-desc">
Add a dynamically rendered Ext.form field (TextField, ComboBox, etc). Note: the field should not have
been rendered yet. For a field that has already been rendered, use addElement.
<div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>field</code> : Field<div class="sub-desc"></div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>ToolbarItem</code></li>
</ul>
</div>
</div>
<div class="mdetail-def">This method is defined by <a href="Ext.Toolbar.html#addField">Toolbar</a>.</div>
</div>
<a name="addItem"></a>
<div class="mdetail alt">
<h3>addItem</i></h3>
<code>public function addItem(<code>Toolbar.Item item</code>)</code>
<div class="mdetail-desc">
Adds any Toolbar.Item or subclass
<div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>item</code> : Toolbar.Item<div class="sub-desc"></div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>Ext.Toolbar.Item</code><div class="sub-desc">The item</div></li>
</ul>
</div>
</div>
<div class="mdetail-def">This method is defined by <a href="Ext.Toolbar.html#addItem">Toolbar</a>.</div>
</div>
<a name="addSeparator"></a>
<div class="mdetail">
<h3>addSeparator</i></h3>
<code>public function addSeparator()</code>
<div class="mdetail-desc">
Adds a separator
<div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li>None.</li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>Ext.Toolbar.Item</code><div class="sub-desc">The separator item</div></li>
</ul>
</div>
</div>
<div class="mdetail-def">This method is defined by <a href="Ext.Toolbar.html#addSeparator">Toolbar</a>.</div>
</div>
<a name="addSpacer"></a>
<div class="mdetail alt">
<h3>addSpacer</i></h3>
<code>public function addSpacer()</code>
<div class="mdetail-desc">
Adds a spacer element
<div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li>None.</li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>Ext.Toolbar.Item</code><div class="sub-desc">The spacer item</div></li>
</ul>
</div>
</div>
<div class="mdetail-def">This method is defined by <a href="Ext.Toolbar.html#addSpacer">Toolbar</a>.</div>
</div>
<a name="addText"></a>
<div class="mdetail">
<h3>addText</i></h3>
<code>public function addText(<code>String text</code>)</code>
<div class="mdetail-desc">
Adds text to the toolbar
<div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>text</code> : String<div class="sub-desc">The text to add</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>Ext.Toolbar.Item</code><div class="sub-desc">The element's item</div></li>
</ul>
</div>
</div>
<div class="mdetail-def">This method is defined by <a href="Ext.Toolbar.html#addText">Toolbar</a>.</div>
</div>
<a name="bind"></a>
<div class="mdetail alt">
<h3>bind</i></h3>
<code>public function bind(<code>Ext.data.Store store</code>)</code>
<div class="mdetail-desc">
Binds the paging toolbar to the specified <a href="Ext.data.Store.html">Ext.data.Store</a>
<div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>store</code> : Ext.data.Store<div class="sub-desc">The data store to bind</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>void</code></li>
</ul>
</div>
</div>
<div class="mdetail-def">This method is defined by PagingToolbar.</div>
</div>
<a name="getEl"></a>
<div class="mdetail">
<h3>getEl</i></h3>
<code>public function getEl()</code>
<div class="mdetail-desc">
Returns the element for this toolbar
<div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li>None.</li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>Ext.Element</code></li>
</ul>
</div>
</div>
<div class="mdetail-def">This method is defined by <a href="Ext.Toolbar.html#getEl">Toolbar</a>.</div>
</div>
<a name="insertButton"></a>
<div class="mdetail alt">
<h3>insertButton</i></h3>
<code>public function insertButton(<code>Number index</code>, <code>Object/Toolbar.Item/Toolbar.Button (may</code>)</code>
<div class="mdetail-desc">
Inserts any Toolbar.Item/Toolbar.Button at the specified index
<div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>index</code> : Number<div class="sub-desc">The index where the item is to be inserted</div></li><li><code>(may</code> : Object/Toolbar.Item/Toolbar.Button<div class="sub-desc">be Array)} item The button, or button config object to be inserted.</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>Ext.Toolbar.Button/Item</code></li>
</ul>
</div>
</div>
<div class="mdetail-def">This method is defined by <a href="Ext.Toolbar.html#insertButton">Toolbar</a>.</div>
</div>
<a name="unbind"></a>
<div class="mdetail">
<h3>unbind</i></h3>
<code>public function unbind(<code>Ext.data.Store store</code>)</code>
<div class="mdetail-desc">
Unbinds the paging toolbar from the specified <a href="Ext.data.Store.html">Ext.data.Store</a>
<div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>store</code> : Ext.data.Store<div class="sub-desc">The data store to unbind</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>void</code></li>
</ul>
</div>
</div>
<div class="mdetail-def">This method is defined by PagingToolbar.</div>
</div>
</div>
<h2 class="mdetail-head">Config Details</h2>
<div class="detail-wrap">
<a name="config-displayMsg"></a>
<div class="mdetail">
<h3>displayMsg</i></h3>
<code>displayMsg : String</code>
<div class="mdetail-desc">
The paging status message to display (defaults to "Displaying {start} - {end} of {total}") </div>
<div class="mdetail-def">This config option is defined by PagingToolbar.</div>
</div>
<a name="config-emptyMsg"></a>
<div class="mdetail alt">
<h3>emptyMsg</i></h3>
<code>emptyMsg : String</code>
<div class="mdetail-desc">
The message to display when no records are found (defaults to "No data to display") </div>
<div class="mdetail-def">This config option is defined by PagingToolbar.</div>
</div>
<a name="config-pageSize"></a>
<div class="mdetail">
<h3>pageSize</i></h3>
<code>pageSize : Number</code>
<div class="mdetail-desc">
The number of records to display per page (defaults to 20) </div>
<div class="mdetail-def">This config option is defined by PagingToolbar.</div>
</div>
</div>
</div>
<hr>
<div style="font-size:10px;text-align:center;color:gray;">Ext - Copyright &copy; 2006-2007 Ext JS, LLC<br />All rights reserved.</div>
</body>
</html>