Extjs 4 - 为树面板创建模型
我想实现一个树面板,其中包含从服务器动态加载的内容(作为 Json)和自定义数据模型。但我不知道如何为该树定义模型和数据存储。你能提供一些例子吗?如果可能的话,我想遵守 sencha mvc 建议(模型和数据存储定义为单独的类)。 我知道如何在 extjs 3 中做到这一点,但我迷失在版本 4 中。
最好的问候 RG
I would like to implement a tree panel with content loaded dynamically from the server (as Json) and with a custom data model. But I dont know how to define a model and a data store for that tree. Can you provide some examples? If possible, I'd like to conform to the sencha mvc recommendations (the model and the data store defined as separate classes).
I knew how to do it in extjs 3 but i'm lost in version 4.
Best regards
RG
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我最近尝试了一种新的 MVC 方法,并设法让它与树面板一起工作。实际上没什么特别的:
视图:
商店:
模型:
控制器:
希望它会有所帮助。
I experimented with a new MVC approach recently, and I managed to get it work with the treepanel. Nothing special actually:
View:
Store:
Model:
Controller:
Hope it will help.
我非常努力地让这个工作正常进行。我想与您分享,以备您需要时使用。
这是我的观点:
这是我的商店:
这是我的模型:
这是我的 json:
I struggle so much to get this working. I want to share with you in case you need it.
Here is my view:
Here is my store:
Here is my model:
Here is my json: