【问题标题】:TinyMCE text editor is not loading my textTinyMCE 文本编辑器没有加载我的文本
【发布时间】:2013-03-14 12:46:12
【问题描述】:

我在我的页面中使用 TinyMCE,但它没有加载所需的 Html 文本。 我已经使用以下代码在 Javascript 中动态创建了这个文本,但是在使用 TinyMCE 文本编辑器之后,文本没有加载到 TinyMCE 文本编辑器中。

$('#mytextAreaID').Text(htmlcode);

我在这里错过了什么?

【问题讨论】:

    标签: jquery tinymce


    【解决方案1】:

    以下帖子帮助我解决了这个问题:

    TinyMCE not grabbing content from textarea before hiding that textarea

    tinyMCE.execCommand('mceAddControl', false, 'editor1');

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-01-11
      • 2011-01-06
      • 1970-01-01
      • 1970-01-01
      • 2013-06-14
      相关资源
      最近更新 更多