Properties Methods Events Config Options Direct Link
Observable
  Component
    BoxComponent
      Toolbar
        PagingToolbar

Class Ext.PagingToolbar

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

A specialized toolbar that is bound to a Ext.data.Store and provides automatic paging control. This Component loads blocks of data into the Store passing parameters who's names are specified by the store's paramNames property.

Config Options

Config Options Defined By
  allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
Component
  disabled : Boolean
Render this component disabled (default is false).
Component
  disabledClass : String
CSS class added to the component when it is disabled (defaults to "x-item-disabled").
Component
  displayInfo : Boolean
True to display the displayMsg (defaults to false)
PagingToolbar
  emptyMsg : String
The message to display when no records are found (defaults to "No data to display")
PagingToolbar
  height : Number
The height of this component in pixels (defaults to auto).
BoxComponent
  hidden : Boolean
Render this component hidden (default is false).
Component
  pageSize : Number
The number of records to display per page (defaults to 20)
PagingToolbar
  pageX : Number
The page level x coordinate for this component if contained within a positioning container.
BoxComponent
  pageY : Number
The page level y coordinate for this component if contained within a positioning container.
BoxComponent
  store : Ext.data.Store
The Ext.data.Store the paging toolbar should use as its data source (required).
PagingToolbar
  width : Number
The width of this component in pixels (defaults to auto).
BoxComponent
  x : Number
The local x (left) coordinate for this component if contained within a positioning container.
BoxComponent
  y : Number
The local y (top) coordinate for this component if contained within a positioning container.
BoxComponent

Public Properties

Property Defined By
  beforePageText : String
Customizable piece of the default paging text (defaults to "Page")
PagingToolbar
  disabled : Boolean
True if this component is disabled. Read-only.
Component
  firstText : String
Customizable piece of the default paging text (defaults to "First Page")
PagingToolbar
  hidden : Boolean
True if this component is hidden. Read-only.
Component
  initialConfig : Object
This Component's initial configuration specification. Read-only.
Component
  items : Ext.util.MixedCollection
A MixedCollection of this Toolbar's items
Toolbar
  lastText : String
Customizable piece of the default paging text (defaults to "Last Page")
PagingToolbar
  nextText : String
Customizable piece of the default paging text (defaults to "Next Page")
PagingToolbar
  paramNames : Object
Object mapping of parameter names for load calls (defaults to {start: 'start', limit: 'limit'})
PagingToolbar
  prevText : String
Customizable piece of the default paging text (defaults to "Previous Page")
PagingToolbar
  refreshText : String
Customizable piece of the default paging text (defaults to "Refresh")
PagingToolbar
  rendered : Boolean
True if this component has been rendered. Read-only.
Component

Public Methods

Method Defined By

Public Events

Event Defined By