【问题标题】:Joomla 1.7: wysiwyg editor doesn't workJoomla 1.7:所见即所得编辑器不起作用
【发布时间】: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 您应该将您的解决方案发布为分析器并接受它

标签: joomla tinymce


【解决方案1】:

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

【讨论】:

    猜你喜欢
    • 2014-10-17
    • 1970-01-01
    • 2015-05-22
    • 2015-09-10
    • 1970-01-01
    • 2012-11-04
    • 1970-01-01
    • 2013-02-08
    • 1970-01-01
    相关资源
    最近更新 更多