|
@@ -1,12 +1,13 @@
|
|
|
Ext.define('uas.view.main.NavigationTree', {
|
|
Ext.define('uas.view.main.NavigationTree', {
|
|
|
- extend: 'Ext.list.Tree',
|
|
|
|
|
|
|
+ extend: 'Ext.tree.Panel',
|
|
|
xtype: 'navigation-tree',
|
|
xtype: 'navigation-tree',
|
|
|
|
|
|
|
|
id: 'navigation-tree',
|
|
id: 'navigation-tree',
|
|
|
|
|
|
|
|
store: 'Navigation',
|
|
store: 'Navigation',
|
|
|
-
|
|
|
|
|
- autoScroll:true,
|
|
|
|
|
|
|
+ rootVisible: false,
|
|
|
|
|
+ hideHeaders: true,
|
|
|
|
|
+ autoScroll: true,
|
|
|
|
|
|
|
|
bind: {
|
|
bind: {
|
|
|
selection: '{selectedNode}'
|
|
selection: '{selectedNode}'
|