【问题标题】:Simple RichTextEditor Alternative for flex?flex 的简单 RichTextEditor 替代方案?
【发布时间】:2023-03-15 03:08:01
【问题描述】:

有没有人知道 flex 中 RichTextEditor 组件的一个很好的替代品? 只需要能够设置<li>'s和<strong>'s

【问题讨论】:

标签: apache-flex text editor wysiwyg


【解决方案1】:

你可以使用 TextArea 和它的 htmlText 属性

Using the htmlText property

希望有帮助

【讨论】:

    【解决方案2】:

    支持<li>,但不支持<strong>,请改用<b>。如果您无法控制它,只需更换它们。

    如果可能的话,我会尝试使用 TLF 组件,例如 RichText 和 RichEditableText。如果您需要编辑器,您可能需要查看Elad's implementation

    【讨论】:

      猜你喜欢
      • 2011-01-23
      • 1970-01-01
      • 2012-01-18
      • 2010-11-09
      • 1970-01-01
      • 2017-10-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多