如何在 FLEX 中创建具有富文本的列表控件?
我是一名 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
还没有帮助吗? 我创立了它。 它称为 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.