X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6a7e4474cba9d8be4b2ec445e10f1691f7277c50..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/output/Ext.PagingToolbar.html diff --git a/docs/output/Ext.PagingToolbar.html b/docs/output/Ext.PagingToolbar.html index ae1cec78..0db28cbd 100644 --- a/docs/output/Ext.PagingToolbar.html +++ b/docs/output/Ext.PagingToolbar.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link
Observable
  Component
    BoxComponent
      Container
        Toolbar
          PagingToolbar

Class Ext.PagingToolbar

Package:Ext
Defined In:PagingToolbar.js
Class:PagingToolbar
Extends:Toolbar

As the amount of records increases, the time required for the browser to render +

Observable
  Component
    BoxComponent
      Container
        Toolbar
          PagingToolbar

Class Ext.PagingToolbar

Package:Ext
Defined In:PagingToolbar.js
Class:PagingToolbar
Extends:Toolbar

As the amount of records increases, the time required for the browser to render them increases. Paging is used to reduce the amount of data exchanged with the client. Note: if there are more records/rows than can be viewed in the available screen area, vertical scrollbars will be added.

@@ -280,8 +280,8 @@ Note that this string is formatted ...
The paging status 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.
PagingToolbar emptyMsg : String
The message to display when no records are found (defaults to 'No data to display')
PagingToolbar enableOverflow : Boolean
Defaults to false. Configure true to make the toolbar provide a button -which activates a dropdown Menu to show items ...
Defaults to false. Configure true to make the toolbar provide a button -which activates a dropdown Menu to show items which overflow the Toolbar's width.
Toolbar fieldLabel : String
The label text to display next to this Component (defaults to ''). +which activates a dropdown Menu to show items ...
Defaults to false. Configure true to make the toolbar provide a button +which activates a dropdown Menu to show items which overflow the Toolbar's width.
Toolbar fieldLabel : String
The label text to display next to this Component (defaults to ''). Note: this config is only used when this Component...

The label text to display next to this Component (defaults to '').


Note: this config is only used when this Component is rendered by a Container which has been configured to use the FormLayout layout manager (e.g. @@ -759,9 +759,7 @@ this Component is added to a Container). Read-only. Object mapping of parameter n...

Deprecated. paramNames should be set in the data store (see Ext.data.Store.paramNames).


Object mapping of parameter names used for load calls, initially set to:

-
{start: 'start', limit: 'limit'}
PagingToolbar private : Object
We can only lay out if there is a view area in which to layout. -display:none on the layout target, *or any of its par...
We can only lay out if there is a view area in which to layout. -display:none on the layout target, *or any of its parent elements* will mean it has no view area.
Container refOwner : Ext.Container
The ancestor Container into which the ref reference was inserted if this Component +
{start: 'start', limit: 'limit'}
PagingToolbar refOwner : Ext.Container
The ancestor Container into which the ref reference was inserted if this Component is a child of a Container, and has...
The ancestor Container into which the ref reference was inserted if this Component is a child of a Container, and has been configured with a ref.
Component rendered : Boolean
True if this component has been rendered. Read-only.
Component

Public Methods

MethodDefined By