partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

SystemNoticeGrid.js (270B)


      1 /**
      2  * Represents the project grid
      3  */
      4 Ext.define('PartKeepr.SystemNoticeGrid', {
      5     extend: 'PartKeepr.EditorGrid',
      6     alias: 'widget.SystemNoticeGrid',
      7     columns: [
      8         {header: i18n("Name"), dataIndex: 'title', flex: 1}
      9     ],
     10     enableTopToolbar: false
     11 });