Flex ContextMenu 动态更改项目
我在我的应用程序中使用 AdvancedDataGrid 的 ContextMenu。我可以实现网格的正常上下文菜单。现在,我计划使上下文菜单动态化。
例如,如果我单击特定单元格,我只需要在上下文菜单中查看与该单元格相关的项目。我们有什么办法可以做到这一点吗?
I am using a ContextMenu for an AdvancedDataGrid in my application. I could implement the normal context menu for the grid. Now, I am planning to make the context menu dynamic.
For example, if I click on a particular cell, I need to see only the items related to that cell in the Context Menu. Is there any way we can do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
ContextMenu
类包含 customItems 属性(引用自 Adobe livedocs):ContextMenu
class contains a customItems property which is (quoting from Adobe livedocs):我找到了这个问题的解决方案。非常简单:
http://www.pubbs.net/flex/200905/73331/
I found the solution for this. Quite simple:
http://www.pubbs.net/flex/200905/73331/