Sha256: 192a397bb392afddd52ec0645b572584733dd5b4018d400901bb0e1d7285221e
Contents?: true
Size: 395 Bytes
Versions: 7
Compression:
Stored size: 395 Bytes
Contents
Ext.define('Ext.ux.MultiSelectablePagingGrid', { extend: 'Ext.grid.Panel', selType: 'checkboxmodel', selModel: { mode: 'MULTI', allowDeselect: true, checkOnly: true }, initComponent: function() { this.dockedItems = [{ xtype: 'pagingtoolbar', store: this.store, dock: 'bottom', displayInfo: true }]; this.callParent(arguments); } });
Version data entries
7 entries across 7 versions & 1 rubygems