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 controls.

Config Options

Config Options Defined By
  allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
Component
  autoHeight : Boolean
True to use height:'auto', false to use fixed height (defaults to false).
BoxComponent
  autoWidth : Boolean
True to use width:'auto', false to use fixed width (defaults to false).
BoxComponent
  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
  id : String
The unique id of this component (defaults to an auto-assigned id).
Component
  pageSize : Number
The number of records to display per page (defaults to 20)
PagingToolbar
  stateId : String
The unique id for this component to use for state management purposes (defaults to the component id).
Component
  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

Public Properties

Property Defined By
  afterPageText : String
Customizable piece of the default paging text (defaults to "of %0")
PagingToolbar
  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
  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