вопрос
Мне нужно изменить размер окна для смайлов в редакторе TinyMCE. Прошу помощи у знающих людей. Заранее спасибо!
/engine/editor/jscripts/tiny_mce/plugins/dlebutton/plugin.min.js
editor.addButton('dleemo', {
title : 'Add emoticons',
icon : 'emoticons',
onclick : function() {
editor.windowManager.open({
title: "Add emoticons",
url: editor.settings.dle_root + 'engine/editor/jscripts/tiny_mce/plugins/emoticons/emotions.php',
width: 360,
height: 310
});
}
});