Flex Textflow 文本高亮
我的应用程序中有一个弹性数据网格。 我在画布上有一个 itemrenderer 作为文本流。 现在我想在数据网格的项目渲染器上实现查找/替换功能。
提前致谢。
I have a flex datagrid in my application. In that I have a itemrenderer as textflow on canvas. Now I would like to implement Find/Replace functionality on the itemrenderers of the datagrid.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为最简单的解决方案是扩展您正在使用的 itemRenderer,以通过某种方式来识别与每个项目关联的数据。
itemRenderer 在显示中重复使用,因此每个项目都没有唯一的渲染器。
不知道我说清楚了没有。
I think the easiest solution is to extend the itemRenderer you are using to have some way to identifying the data associated with each of them.
itemRenderer's are reused in the display, so there's not one unique renderer for each of your items.
I don't know if I'm being clear.