我在我的网站上使用 TinyMCE。我在我的网站的根目录中有 PHP 文件,其中我有带有编辑器的用户界面和 TinyMCE 设置以及模板设置:
templates : [
{
title : "Editor Details",
src : "template/theme.htm",
description : "Adds Editors Name and Staff ID"
}
]
root/tinymce 包含所有 tinymce 文件。根/模板包含 theme.html
主题.html
<div class="mceTmpl">
<p>Some code</p>
</div>
我的问题是 - 我应该把 theme.html 放在哪里 - 因为我看到了标题、描述,但我仍然在正文中未定义。