/*
* ===== Site-specific parameters for the text editor =====
*
* *** COPY THIS FILE TO YOUR "$WEB_ROOT/js/" folder ***
*
* TinyMCE parameters documentation:
* http://wiki.moxiecode.com/index.php/TinyMCE:Configuration
*
* The 'textEditorParams' object is defined in the global config file under:
* /wd_global/js/text_editor/tiny_mce/settings/
* You can add, extend or replace global parameters and values here.
*
* USAGE:
* ======
* To append an already configured parameter:
* textEditorParams.[TINYMCE_PARAMATER_NAME] += "[SEPARATOR][VALUE(S)]";
*
* To add a new parameter or over-write exiting one"
* textEditorParams.[TINYMCE_PARAMATER_NAME] = "[VALUE(S)]";
*/


//textEditorParams.theme_advanced_styles += ";Test style=test"; // Append custom styles that will be available in the styles drop-down
//textEditorParams.plugins += ",ibrowser";
//textEditorParams.theme_advanced_buttons1 += ",ibrowser";

//textEditorParams.theme_advanced_buttons1 = "formatselect,removeformat,|,bold,italic,|,numlist,bullist,|,outdent,indent|,charmap"
//textEditorParams.theme_advanced_buttons2 = "newdocument,|,pasteword,pastetext,|,undo,redo,|,code,|,fullscreen,|,iespell,preview,print,|,link,unlink";
//textEditorParams.theme_advanced_buttons3 = "tablecontrols";

/* THE FOLLOWING LINE MAKES IT ALL HAPPEN - DO NOT REMOVE */
//tinyMCE.init(textEditorParams);
