1.第一步
//載入store
var store = ext.create('ext.data.treestore',
},fields:['id','text','level']
2.第二步
var *******panel = new ext.panel.panel(, ,'->',
}]}]
});3.第三步
var tree = ext.create("ext.tree.panel",),
width:300,
height:500,
singleexpand: true,
rootvisible: false, //預設不顯示根節點
root: ,
store:store
});tree.getselectionmodel().on('selectionchange',function(thiz, selections)
});
ExtJS 4中動態載入的路徑設定
在此首先感謝csdn的文順 ,是他提醒了我需要寫這文的。1 getpath function classname 10 11 path paths prefix 12 classname classname substring prefix length 1 13 14 15if path leng...
ExtJS 4中動態載入的路徑設定
在此首先感謝csdn的文順 ,是他提醒了我需要寫這文的。1getpath function classname 10 11path paths prefix 12classname classname substring prefix length 1 13 1415if path length 0...
ExtJS 4中動態載入的路徑設定
在此首先感謝csdn的文順 ,是他提醒了我需要寫這文的。1 getpath function classname 10 11 path paths prefix 12 classname classname substring prefix length 1 13 14 15 if path len...