X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/530ef4b6c5b943cfa68b779d11cf7de29aa878bf..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.PagingToolbar.html diff --git a/docs/output/Ext.PagingToolbar.html b/docs/output/Ext.PagingToolbar.html index e74d9c5d..b9f1dc46 100644 --- a/docs/output/Ext.PagingToolbar.html +++ b/docs/output/Ext.PagingToolbar.html @@ -1,4 +1,9 @@ -
Observable Component BoxComponent Container Toolbar 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
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 +285,8 @@ Note that this string is formatted ...true to make the toolbar provide a button
-which activates a dropdown Menu to show items which overflow the Toolbar's width.
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. @@ -878,12 +883,12 @@ Note: See the notes within Ext.Container.add.
store
: Ext.data.StoreStore store
, [Boolean initial
] )
:
- voidstore
: Storeinitial
: BooleanFunction fn
, [Object scope
], [Array args
] )
+ voidstore
: Storeinitial
: BooleanFunction fn
, [Object scope
], [Array args
] )
:
- Ext.Containerfn
: Functionscope
: Objectargs
: ArrayExt.Container
Function fn
, [Object scope
], [Array args
] )
+the bubble is stopped.fn
: Functionscope
: Objectargs
: ArrayExt.Component
Function fn
, [Object scope
], [Array args
] )
:
Ext.Containerfn
: FunctionExt.Container
String/Class xtype
)
+true, the container will be returned.fn
: FunctionExt.Container
String/Ext.Component/Class xtype
, [Boolean shallow
] )
:
- Ext.Containerxtype
: String/ClassExt.Container
String eventName
, Object... args
)
+ Ext.Containerxtype
: String/Ext.Component/Classshallow
: BooleanExt.Container
String eventName
, Object... args
)
:
BooleanFires the specified event with the passed parameters (minus the event name).
@@ -1089,7 +1096,7 @@ Note: See the notes within Ext.Container.add.Note: See the notes within Ext.Container.add.
index
: Numberitem
: Object/Ext.Toolbar.Item/Ext.Button/ArrayExt.Button/Item
Boolean
String xtype
, [Boolean shallow
] )
+ BooleanBoolean
String/Ext.Component/Class xtype
, [Boolean shallow
] )
:
BooleanTests whether or not this Component is of a specific xtype. This can test whether this Component is descended @@ -1101,7 +1108,11 @@ to participate in determination of inherited xtypes.
var t = new Ext.form.TextField();
var isText = t.isXType('textfield'); // true
var isBoxSubclass = t.isXType('box'); // true, descended from BoxComponent
-var isBoxInstance = t.isXType('box', true); // false, not a direct BoxComponent instance
xtype
: Stringshallow
: Booleanxtype
: String/Ext.Component/Classvar c = new Ext.Component();
+console.log(c.isXType(c));
+console.log(c.isXType(Ext.Component));
shallow
: BooleanBoolean
Observable|Element item
, Object|String ename
, Function fn
, Object scope
, Object opt
)
:
void