如何用ronstort的root创建Dojo树
我需要使用功能中的浏览器中的dijit.tree创建单根数据。
当我创建root对象内联时,这起作用。但是,如果我用函数创建相同的对象,它会破裂。
我需要更改代码才能使其正常工作?
代码可以在这里找到: testcase
I need to create the single root data for a dijit.Tree in the browser with a function.
This works when I create the root object inline. But it breaks if I create the same object with a function.
What do I need to change in my code to make it work?
The code can be found here:
Testcase
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Dojo不喜欢使用“新”语言关键字创建的对象。
Dojo does not like objects that are created with the "new" language keyword.