0
默認情況下,ColumnTree使用這些屬性的節點:text, id, leaf
。因此,服務器高度重視和發送類似定製ColumnTree節點屬性
{
id: 1,
text: 'A leaf Node',
leaf: true
}
我應該在ColumnTree選項更改如果我的服務器發送自訂參數?像:
{
n: 1,
folder: 'A leaf Node',
leaf: true
}
什麼是ColumnTree的文檔的例子嗎?我沒有在ExtJS文檔中看到它。 – NT3RP 2011-03-14 20:42:14
http://dev.sencha.com/deploy/dev/examples/tree/column-tree.html – 2011-03-14 20:47:03