需要 Flex AdvancedDatagrid 内联注释功能
我在一个项目中使用 Flex 的高级数据网格,并且需要内联注释,其样式与 Excel 电子表格注释类似。
一个小的视觉指示器应该指示某个字段是否与评论相关联,并且单击该元素应该打开或触发显示该特定评论的操作。
关于我如何实施这一点有什么建议吗?
I'm using Flex's Advanced Datagrid for a project and need inline comments, in a similar style to Excel spreadsheet comments.
A little visual indicator should indicate if a field is associated with a comment, and on clicking on the element should open or trigger an action for displaying that particular comment.
Any suggestions on how I would go about implementing this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看
ToolTipManager
类 及其用法Check out the
ToolTipManager
class and its usage