UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

23 lines (18 loc) 418 B
Ext.define('KitchenSink.view.grid.Tree', { extend: 'Ext.grid.Tree', requires: [ 'Ext.grid.plugin.MultiSelection' ], // <example> otherContent: [{ type: 'ViewModel', path: 'modern/src/view/grid/TreeListModel.js' }], // </example> cls: 'demo-solid-background', shadow: true, viewModel: { type: 'tree-list' }, bind: '{navItems}' });