Tag: PagingToolbarResizer

ExtJS 4 Plugin: PagingToolbarResizer

ExtJS 4 Plugin: PagingToolbarResizer

September 26, 2011 | By | 4 Comments

For Ext JS 3, I implemented a plugin calledĀ PagingToolbarResizer. However, ExtJS 4 introduced some changes on the API and the plugin does not work for this new version, so I ported it to Ext JS 4. Download The complete source code with a complete example of how to use it you can find in my [...]

Continue Reading

ExtJS plugin: PagingToolbarResizer

ExtJS plugin: PagingToolbarResizer

August 2, 2010 | By | 8 Comments

Well, this is my first ExtJS plugin. Though it is not an advanced plugin, I’m very happy and it is a big accomplishment for me! The problem: ExtJS PagingToolbar Component allows the developer to set a predetermined page size, which is the total number of records that will be displayed on the grid at once. [...]

Continue Reading