
/* das ist die Methode, die den WYSIWIG-Editor 'tinyMCE' für jobcenter-medizin.de initialisiert */

tinyMCE.init({
    language : "de",
    mode : "textareas",
    theme : "advanced",	
    plugins : "paste",
    theme_advanced_buttons1 : "fontsizeselect,separator,bold,separator,justifyleft,justifycenter,separator,bullist,separator,undo,redo,pastetext,pasteword",
    theme_advanced_buttons2 : "",
    theme_advanced_buttons3 : "",
    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left",   
    editor_selector : "mceEditor"
});
