Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 ExtJS 4 应用程序中,我有一个模型(带有一个字段“名称”)、一个 Treestore 和一个 Treepanel。我希望 Treepanel 显示我的模型的“名称”字段。如何指定?默认节点有一个“文本”字段,显示在树上。但是是否可以告诉 Tree 从 Model 中显示其他内容?
谢谢你
看一下displayField配置:
displayField
http://docs.sencha.com/ext-js/4-0/#!/api/Ext.tree.Panel-cfg-displayField