From 6348e70daa113e8b3203de8fbc919d08c90d972e Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Thu, 1 Jul 2010 16:48:07 -0700 Subject: Initial checkin --- .../tiny_mce/plugins/template/js/template.js | 106 +++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 tinymce/jscripts/tiny_mce/plugins/template/js/template.js (limited to 'tinymce/jscripts/tiny_mce/plugins/template/js') diff --git a/tinymce/jscripts/tiny_mce/plugins/template/js/template.js b/tinymce/jscripts/tiny_mce/plugins/template/js/template.js new file mode 100644 index 000000000..24045d731 --- /dev/null +++ b/tinymce/jscripts/tiny_mce/plugins/template/js/template.js @@ -0,0 +1,106 @@ +tinyMCEPopup.requireLangPack(); + +var TemplateDialog = { + preInit : function() { + var url = tinyMCEPopup.getParam("template_external_list_url"); + + if (url != null) + document.write(''); + }, + + init : function() { + var ed = tinyMCEPopup.editor, tsrc, sel, x, u; + + tsrc = ed.getParam("template_templates", false); + sel = document.getElementById('tpath'); + + // Setup external template list + if (!tsrc && typeof(tinyMCETemplateList) != 'undefined') { + for (x=0, tsrc = []; x'); + }); + }, + + selectTemplate : function(u, ti) { + var d = window.frames['templatesrc'].document, x, tsrc = this.tsrc; + + if (!u) + return; + + d.body.innerHTML = this.templateHTML = this.getFileContents(u); + + for (x=0; x