Flex Tree Control如何获取刚刚添加的xml节点的itemEditorInstance
我有一个树控件,让用户在其上添加一些节点。添加节点时,我想让用户立即编辑添加的控件。如何获取刚刚添加的xml节点的itemEditorInstance?
感谢您的提示! 马库斯
I have a Tree Control on which I let user add some nodes. When a node gets added I want to let the user edit the added control right away. How do I get the itemEditorInstance of a just added xml node?
Thanks for hints!
Markus
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只需重写
createItemEditor
方法,例如:You just have to override the
createItemEditor
method, such as: