【发布时间】:2023-03-15 03:08:01
【问题描述】:
有没有人知道 flex 中 RichTextEditor 组件的一个很好的替代品?
只需要能够设置<li>'s和<strong>'s
【问题讨论】:
标签: apache-flex text editor wysiwyg
有没有人知道 flex 中 RichTextEditor 组件的一个很好的替代品?
只需要能够设置<li>'s和<strong>'s
【问题讨论】:
标签: apache-flex text editor wysiwyg
【讨论】:
支持<li>,但不支持<strong>,请改用<b>。如果您无法控制它,只需更换它们。
如果可能的话,我会尝试使用 TLF 组件,例如 RichText 和 RichEditableText。如果您需要编辑器,您可能需要查看Elad's implementation。
【讨论】: