我已经搜索了文档,但无济于事。
src
在设置中查看的位置?它是网站的根目录还是tiny_mce
文件夹?
如果我的模板位于:/tiny_mce/templates/example.html
,我将把什么作为SRC?
template_templates : [
{
title : "Editor Details",
src : "editor_details.htm",
description : "Adds Editor Name and Staff ID"
},
{
title : "Timestamp",
src : "blank.htm",
description : "Adds an editing timestamp."
}
],
答案 0 :(得分:1)
事实证明,该位置与脚本运行的位置有关。
因此,如果您在根文件(本例中为MasterPage)上调用脚本,则代码为:
template_templates : [
{
title : "Base Home Page",
src : "/tiny_mce/temp/Base.htm",
description : "Basic Homepage, rotate, etc.."
}
],
因此html文件位于./tiny_mce/temp/