Вход Регистрация
Файл: www/admin/tiny_mce/plugins/emotions/jscripts/functions.js
Строк: 30
<?php
function init() {
    
tinyMCEPopup.resizeToInnerSize();
}

function 
insertEmotion(file_nametitle) {
    
title tinyMCE.getLang(title);

    if (
title == null)
        
title "";

    
// XML encode
    
title title.replace(/&/g'&amp;');
    
title title.replace(/"/g, '&quot;');
    title = title.replace(/</g, '&lt;');
    title = title.replace(/>/g, '&gt;');

    var html = '<img src="' + tinyMCE.baseURL + "/plugins/emotions/images/" + file_name + '" mce_src="' + tinyMCE.baseURL + "/plugins/emotions/images/" + file_name + '" border="
0" alt="' + title + '" title="' + title + '" />';

    tinyMCE.execCommand('mceInsertContent', false, html);
    tinyMCEPopup.close();
}
?>
Онлайн: 1
Реклама