##############################################################
setup : function(ed) { // 이미지 업로드 창 ed.addButton('imgbodyInsert', { title : '이미지넣기', image: '/tinymce/img/IconImage3.gif', onclick : function() { win_open_img_a(); } }); // 수정시 에디터에 값넣기 setContent않에 ed.onLoadContent.add(function (ed, o) { ed.focus(); tinyMCE.activeEditor.setContent(""); }); }
#################################################33 ui.css
.defaultSkin span.mce_imgbodyInsert .mceIcon { width: 8px;height:21px }
|