TinyMCE模板位置

时间:2013-01-29 13:55:24

标签: tinymce

我已经搜索了文档,但无济于事。

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."
        }
],

1 个答案:

答案 0 :(得分:1)

事实证明,该位置与脚本运行的位置有关。

因此,如果您在根文件(本例中为MasterPage)上调用脚本,则代码为:

        template_templates : [
                {
                        title : "Base Home Page",
                        src : "/tiny_mce/temp/Base.htm",
                        description : "Basic Homepage, rotate, etc.."
                }
        ], 

因此html文件位于./tiny_mce/temp/