标签: flex text editor wysiwyg
有没有人知道flex中RichTextEditor组件的一个很好的替代品? 它只需要能够设置<li>和<strong>的
<li>
<strong>
答案 0 :(得分:0)
您可以使用 TextArea 及其 htmlText 属性
Using the htmlText property
希望有所帮助
答案 1 :(得分:0)
<li>,但不支持<strong>,而是使用<b>。如果您无法控制它,只需更换它们即可。
<b>
我会尽可能使用TLF组件,如RichText和RichEditableText。如果您需要编辑器,可能需要查看Elad's implementation。