Sha256: ff7e615748e3c05d227e86a0623d74f69956e1012af7e06fa96b11f2151c682f
Contents?: true
Size: 464 Bytes
Versions: 15
Compression:
Stored size: 464 Bytes
Contents
ExtMVC.registerView('layout', 'menu', { xtype : 'treepanel', title : 'Menu', collapsible: true, constructor: function(config) { config = config || {}; Ext.applyIf(config, { root: { text : 'Menu', id : 'menu', nodeType: 'async', expanded: true, children: [ ] } }); Ext.tree.TreePanel.prototype.constructor.call(this, config); } });
Version data entries
15 entries across 15 versions & 2 rubygems