Sencha-touch 中的树视图
我想在 sencha touch 中创建一个树面板,但我无法在网络和 sencha 网站上找到一个示例,而是在 ext js 4 中找到一个示例,但我只需要在 sencha touch 中创建它。有人可以帮忙吗?
I want to create a tree panel in sencha touch, but I am unable to find a single example the net and on the sencha website also, istead I got one in ext js 4, but I need to create it in sencha touch only. Can anyone help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个名为 NestedList 的构造,看起来很相似。然而,它的粒度不如 extjs 树面板。
http://docs.sencha.com/touch/1- 1/#!/api/Ext.NestedList
http://docs.sencha.com/touch/2-0/#!/api/Ext.dataview.NestedList
There is a construct called the NestedList, which seems similar. It doesn't have as much granularity as the extjs treepanel seems to have, however.
http://docs.sencha.com/touch/1-1/#!/api/Ext.NestedList
http://docs.sencha.com/touch/2-0/#!/api/Ext.dataview.NestedList