Вход Регистрация
Файл: js/editor/jscripts/tiny_mce/plugins/template/js/template.js
Строк: 113
<?php
tinyMCEPopup
.requireLangPack();

var 
TemplateDialog = {
    
preInit : function() {
        var 
url tinyMCEPopup.getParam("template_external_list_url");

        if (
url != null)
            
document.write('<sc'+'ript language="javascript" type="text/javascript" src="' tinyMCEPopup.editor.documentBaseURI.toAbsolute(url) + '"></sc'+'ript>');
    },

    
init : function() {
        var 
ed tinyMCEPopup.editortsrcselxu;

         
tsrc ed.getParam("template_templates"false);
         
sel document.getElementById('tpath');

        
// Setup external template list
        
if (!tsrc && typeof(tinyMCETemplateList) != 'undefined') {
            for (
x=0tsrc = []; x<tinyMCETemplateList.lengthx++)
                
tsrc.push({title tinyMCETemplateList[x][0], src tinyMCETemplateList[x][1], description tinyMCETemplateList[x][2]});
        }

        for (
x=0x<tsrc.lengthx++)
            
sel.options[sel.options.length] = new Option(tsrc[x].titletinyMCEPopup.editor.documentBaseURI.toAbsolute(tsrc[x].src));

        
this.resize();
        
this.tsrc tsrc;
    },

    
resize : function() {
        var 
whe;

        if (!
self.innerWidth) {
            
document.body.clientWidth 50;
            
document.body.clientHeight 160;
        } else {
            
self.innerWidth 50;
            
self.innerHeight 170;
        }

        
document.getElementById('templatesrc');

        if (
e) {
            
e.style.height Math.abs(h) + 'px';
            
e.style.width  Math.abs(5) + 'px';
        }
    },

    
loadCSSFiles : function(d) {
        var 
ed tinyMCEPopup.editor;

        
tinymce.each(ed.getParam("content_css"'').split(','), function(u) {
            
d.write('<link href="' ed.documentBaseURI.toAbsolute(u) + '" rel="stylesheet" type="text/css" />');
        });
    },

    
selectTemplate : function(uti) {
        var 
window.frames['templatesrc'].documentxtsrc this.tsrc;

        if (!
u)
            return;

        
d.body.innerHTML this.templateHTML this.getFileContents(u);

        for (
x=0x<tsrc.lengthx++) {
            if (
tsrc[x].title == ti)
                
document.getElementById('tmpldesc').innerHTML tsrc[x].description || '';
        }
    },

     
insert : function() {
        
tinyMCEPopup.execCommand('mceInsertTemplate'false, {
            
content this.templateHTML,
            
selection tinyMCEPopup.editor.selection.getContent()
        });

        
tinyMCEPopup.close();
    },

    
getFileContents : function(u) {
        var 
xd'text/plain';

        function 
g(s) {
            
0;

            try {
                
= new ActiveXObject(s);
            } catch (
s) {
            }

            return 
x;
        };

        
window.ActiveXObject g('Msxml2.XMLHTTP') || g('Microsoft.XMLHTTP') : new XMLHttpRequest();

        
// Synchronous AJAX load file
        
x.overrideMimeType && x.overrideMimeType(t);
        
x.open("GET"ufalse);
        
x.send(null);

        return 
x.responseText;
    }
};

TemplateDialog.preInit();
tinyMCEPopup.onInit.add(TemplateDialog.initTemplateDialog);
?>
Онлайн: 1
Реклама