Joomla 1.7:所见即所得编辑器不起作用

Posted

技术标签:

【中文标题】Joomla 1.7:所见即所得编辑器不起作用【英文标题】:Joomla 1.7: wysiwyg editor doesn't work 【发布时间】:2012-04-15 23:29:02 【问题描述】:

Joomla 版本:1.7

启用插件“编辑器 - TinyMCE”

但是编辑器不起作用

在全局配置中选择“TinyMce”

在 configuration.php 中:public $editor = 'tinymce';

如果直接链接到某个字段并告诉系统具体编辑器,它是有效的:

$editor = &JFactory::getEditor('tinymce');
echo $editor->display( 'name_field', 'text', '700', '400', '', '', true);

但是这显示没有编辑器的空文本区域:

editor = &JFactory::getEditor();
echo $editor->display( 'name_field', 'text', '700', '400', '', '', true);

在文章等中默认为空

所有核心文件均未更改

系统总是加载 plugin/editors/none ,但在全局配置中选择 tinymce

任何建议,为什么会这样?

UPD。已解决。

我刚刚禁用了 none 和 codemirror 插件。现在 tinymce 工作正常!

【问题讨论】:

+1 您应该将您的解决方案发布为分析器并接受它 【参考方案1】:

我刚刚禁用了 none 和 codemirror 插件。现在 tinymce 工作正常!

【讨论】:

以上是关于Joomla 1.7:所见即所得编辑器不起作用的主要内容,如果未能解决你的问题,请参考以下文章

使用php从mysql数据库中获取数据,以所见即所得的形式显示以进行编辑

集成 Markdown 所见即所得文本编辑器

使用 Qt 的所见即所得 - 字体大小问题

GWT 的所见即所得编辑器组件

颤振中的HTML所见即所得编辑器?

为啥我的所见即所得编辑器在 vuejs 中运行如此缓慢?