Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/opengl/4.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
Editor 如何在joomla中显示编辑器xtd按钮(图像、切换编辑器)_Editor_Joomla3.0_Tinymce 4 - Fatal编程技术网

Editor 如何在joomla中显示编辑器xtd按钮(图像、切换编辑器)

Editor 如何在joomla中显示编辑器xtd按钮(图像、切换编辑器),editor,joomla3.0,tinymce-4,Editor,Joomla3.0,Tinymce 4,我在编辑器底部显示编辑器xtd按钮(图像、切换编辑器)时遇到问题。请帮忙 tinymce.init({ // General directionality: "ltr", language : "en", mode : "specific_textareas", strict_loading_mode : true, //autosave_restore

我在编辑器底部显示编辑器xtd按钮(图像、切换编辑器)时遇到问题。请帮忙

tinymce.init({
            // General
            directionality: "ltr",
            language : "en",
            mode : "specific_textareas",
            strict_loading_mode : true,
            //autosave_restore_when_empty: false,
            skin : "lightgray",
                            theme : "modern",
            schema: "html5",
            invalid_elements : "javascript,iframe,applet",
            selector: "textarea.mce_editable",
            allow_script_urls: false,
                            plugins : "table link image hr charmap autolink lists importcss pagebreak paste code ",
                //responsivefilemanager     
            // Toolbar
            toolbar1: "bold italic underline strikethrough | alignleft aligncenter alignright alignjustify | formatselect | bullist numlist ",
            toolbar2: " unlink link image  "})

上面的代码是Joomla为了启动TinyMCE而生成的?您是否尝试配置xtd管理模块?我已经解决了这个问题,我需要呈现默认编辑器(Joomla),以便显示所有编辑器xtd按钮,而不是自己初始化编辑器(按钮消失)。如果你想隐藏其中一个,你应该进入管理模式,进入插件管理器,搜索它们的名字,然后禁用它们。因此它不会显示在页面上。