adobe flex htmltext 属性
如何使用文本组件的 htmltext 属性获取有序列表? 我尝试使用这个:
但它呈现为无序列表。任何人都可以提出解决方案吗?
谢谢 安吉
how do i get an ordered list using htmltext property of Text component?
I tried using this:
<ol><li>item</li><li>item</li></ol>
but it rendered like an unordered list. can any one suggest a solution?
Thanks
Anji
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,有。这个超级家伙扩展了 Text / TextArea 组件,看看吧!
演示:
http://stephen-m.appspot.com/htmlFilter
项目页面:
http://code.google.com/p/flex-htmlfilter/
Yes there is. This über guy extended the Text / TextArea comoponent, check it out!
Demo:
http://stephen-m.appspot.com/htmlFilter
Project page:
http://code.google.com/p/flex-htmlfilter/
不支持。
仅处理 -li- 标签。结果,您得到一个无序列表。
没有办法
BR
坦率
is not supported.
Just the -li- tag will be processed. And as the result, you get an unordered list.
There is no way
BR
Frank