tinyMCE.init({ mode : "textareas", /* elements : 'comment', */ theme : "advanced", language : "ko", docs_language : "ko", forced_root_block : false, // IE에서 한글입력 문제 해결. 엔터시 P를 BR로 변경. force_br_newlines : true, // 엔터시 P를 BR로 변경. force_p_newlines : false, // 엔터시 P를 BR로 변경. skin : "default", // 길이를 맞추기 height : "330", theme_advanced_path : true, theme_advanced_toolbar_location : 'top', theme_advanced_toolbar_align : "left", theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,fontselect,fontsizeselect", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", theme_advanced_buttons4 : "", theme_advanced_blockformats : "p,address,pre,h1,h2,h3,h4,h5,h6", theme_advanced_fonts : "굴림=굴림;굴림체=굴림체;궁서=궁서;궁서체=궁서체;돋움=돋움;돋움체=돋움체;바탕=바탕;바탕체=바탕체;Arial=Arial;Comic Sans MS='Comic Sans MS';Courier New='Courier New';Tahoma=Tahoma;Times New Roman='Times New Roman';Verdana=Verdana", theme_advanced_more_colors : 1, theme_advanced_row_height : 23, theme_advanced_resize_horizontal : 1, theme_advanced_resizing_use_cookie : 1, theme_advanced_font_sizes : "1,2,3,4,5,6,7", font_size_style_values : "8px,10px,12px,14px,18px,24px,36px", // Example content CSS (should be your site CSS) content_css : "/common/editor/tiny_mce/themes/advanced/skins/default/content.css" });