UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

15 lines (13 loc) 294 B
Ext.define('ExecDashboard.model.News', { extend: 'ExecDashboard.model.Base', fields: [ 'type', { name: 'date', type: 'date', dateFormat: 'Y-m-d H:i:s' }, 'time', 'author', 'group', 'image', 'title', 'paragraph' ] });