//function noteInit(elementID){ tinyMCE.init({ language : "ru2", mode : "textareas", editor_selector : "mceEditorComm", theme : "advanced", plugins : "save,advimage", theme_advanced_buttons1_add_before : "save", theme_advanced_buttons1 : "bold,italic,underline,separator,strikethrough,link,unlink,image", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]", theme_advanced_resizing : true, strict_loading_mode: true, theme_advanced_resize_horizontal : false // convert_on_click : true // ask : true });