Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
隐藏的tinymce编辑器不允许编辑内容_Tinymce_Rich Text Editor - Fatal编程技术网

隐藏的tinymce编辑器不允许编辑内容

隐藏的tinymce编辑器不允许编辑内容,tinymce,rich-text-editor,Tinymce,Rich Text Editor,我在我的网站上使用Tinymce编辑器 加载页面时,它被隐藏(第一步) 在第二步中,我显示了文本区域。。 隐藏的文本区域将被编辑器替换 但是我不能编辑里面的内容。 在第二步中,我还需要多个编辑器 下面是我正在使用的代码 tinymce.init({ selector: "textarea", mode: "textareas", theme: "modern", plugins: [ "advlist autolink lists link image charmap preview h

我在我的网站上使用Tinymce编辑器 加载页面时,它被隐藏(第一步) 在第二步中,我显示了文本区域。。 隐藏的文本区域将被编辑器替换 但是我不能编辑里面的内容。 在第二步中,我还需要多个编辑器

下面是我正在使用的代码

tinymce.init({
selector: "textarea",
mode: "textareas",
theme: "modern",
plugins: [
    "advlist autolink lists link image charmap preview hr anchor pagebreak searchreplace wordcount visualblocks visualchars code fullscreen",
    "insertdatetime media nonbreaking save table contextmenu directionality emoticons template paste textcolor colorpicker textpattern",
],
toolbar1: "insertfile styleselect |  alignleft aligncenter alignright alignjustify | bullist numlist outdent indent  | print media | forecolor backcolor emoticons",
image_advtab: true,
});