tinyMCE.init({ mode : "{MODE}", editor_selector : "{SELECTOR}", theme : "advanced", language : "{LANG}", plugins : "safari,save", fix_list_elements : true, theme_advanced_blockformats : "{BLOCKFORMATS}", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_path_location : "bottom", theme_advanced_buttons1 : "save,{BUTTONS}", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", valid_elements : "{VALID_ELEMENTS}", entities : "60,lt,62,gt,38,amp", content_css : "{STYLESHEET_LOCATION}", plugin_insertdate_dateFormat : "%d.%m.%Y", plugin_insertdate_timeFormat : "%H:%M:%S", save_onsavecallback : "saveTextarea", handle_event_callback : "charCounter", theme_advanced_resize_horizontal : true, theme_advanced_resizing : true, theme_advanced_fonts : "Arial=sans-serif;Courier=monospace;Times Roman=serif", font_size_style_values : "8pt,10pt,12pt,14pt,18pt,24pt,36pt" });