Flex Textflow 文本高亮

发布于 2024-07-16 20:23:19 字数 100 浏览 3 评论 0原文

我的应用程序中有一个弹性数据网格。 我在画布上有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

忘东忘西忘不掉你 2024-07-23 20:23:19

我认为最简单的解决方案是扩展您正在使用的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文