如何在 FLEX 中创建具有富文本的列表控件?

发布于 2024-07-08 13:50:34 字数 172 浏览 10 评论 0原文

我是一名 FLEX 新手,正在尝试将基于 Javascript 的原型移植到 FLEX 中。 我的原始原型有一个无序列表(ul),其中包含包含富文本的列表项,即我在每个项目中混合了不同样式和颜色的文本以及一些图像。 我查看了 FLEX 的列表控件,它仅支持显示简单的字符串和图标。 我将如何制作一个支持富文本功能的列表控件?

I am a FLEX newbie, trying to port a Javascript-based prototype into FLEX. One thing my original prototype had was an unordered list (ul) which had list items that had rich text inside it, i.e. I had a mix of differently styled and colored text and some images inside each item. I looked at the List control for FLEX and it only supports displaying a simple string and an icon. How would I go about making a rich text capable list control?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

一场春暖 2024-07-15 13:50:34

还没有帮助吗? 我创立了它。 它称为 ItemRenderers http://livedocs.adobe.com /flex/3/html/help.html?content=cellrenderer_1.html

非常类似于 Java Swing 中的渲染。

No help yet? I founded it. It's called ItemRenderers http://livedocs.adobe.com/flex/3/html/help.html?content=cellrenderer_1.html

Much like the renders in Java Swing.

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