tinyMCE.init({ theme : "advanced", relative_urls : false, mode : "textareas", plugins : "bbcode,emotions,selectall", theme_advanced_buttons1 : "bold,italic,underline,bullist,image,link,unlink,forecolor,cleanup,code", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", theme_advanced_buttons3_add : "emotions", theme_advanced_toolbar_location : "bottom", theme_advanced_toolbar_align : "center", theme_advanced_styles : "Code=codeStyle;Quote=quoteStyle", relative_urls : false, convert_urls : false, entity_encoding : "raw", add_unload_trigger : false, remove_linebreaks : false, auto_resize : true, auto_focus : "message", cleanup : true }); function emoticon(text){ tinyMCE.get('message').selection.setContent(text); }