文件名称:tinyeditor:Tinyeditor - 带有文件管理器和其他工具的 tinymce 内联编辑器
文件大小:2.19MB
文件格式:ZIP
更新时间:2024-08-23 12:17:34
JavaScript
如何使用 这是一个非常易于使用的工具,准备好通过内置的 tinyMCE 编辑器和 elFinder 文件管理器使页面内容可编辑。 只需要包含一个文件! 在 head 标签中导入tinyeditor.js文件 在body标签的末尾初始化'tinyeditor' new FgTinyEditor({ selector: '.editable', rootPath: '<?= base_url('tinyeditor') ?>', saveUrl: '<?= base_url('save') ?>', defaultTools: true, // Default is true loadjQuery: true, tools: [{ icon: ':open_file_folder:', title: 'Paint this',