UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

22 lines (18 loc) 346 B
Ext.define('KitchenSink.model.Salary', { extend: 'Ext.data.TreeModel', requires: [ 'KitchenSink.reader.Salary' ], fields: [ 'state', 'text', 'salary' ], proxy: { type: 'ajax', url: 'data/tree/salary.json', reader: { type: 'salary' } } });