/**********************************************************************
	Version: FreeRichTextEditor.com Version 1.00.
	License: http://creativecommons.org/licenses/by/2.5/
	Description: Configuration File.
	Author: Copyright (C) 2006  Steven Ewing
**********************************************************************/

// Width of the rich text editor.
rteWidth = "95%";
// Name of the IFRAME (content editor).
rteName = "RTE_CMsg";
// Name of the hidden form field.
rteFormName = "comment_message";
// Height of the rich text editor.
rteHeight = "200px";
// Path to the images folder.
rteImagePath = "/rte/images/";
// Path to insert form popup.
rteHTMLPathInsertForm = "/rte/html/insert_form.html";
// Path to insert checkbox popup.
rteHTMLPathInsertCheckbox = "/rte/html/insert_checkbox.html";
// Path to insert radio button popup.
rteHTMLPathInsertRadiobutton = "/rte/html/insert_radiobutton.html";
// Path to insert text area popup.
rteHTMLPathInsertTextArea = "/rte/html/insert_textarea.html";
// Path to insert submit button popup.
rteHTMLPathInsertSubmit = "/rte/html/insert_submit.html";
// Path to insert image submit button popup.
rteHTMLPathInsertImageSubmit = "/rte/html/insert_image_submit.html";
// Path to reset form button popup.
rteHTMLPathInsertReset = "/rte/html/insert_reset.html";
// Path to insert hidden form field popup.
rteHTMLPathInsertHidden = "/rte/html/insert_hidden.html";
// Path to insert password field popup.
rteHTMLPathInsertPassword = "/rte/html/insert_password.html";
// Path to insert text field popup.
rteHTMLPathInsertText = "/rte/html/insert_text.html";
// Path to insert table popup.
rteHTMLPathInsertTable = "/rte/html/insert_table.html";
// Path to edit table properties popup.
rteHTMLPathEditTable = "/rte/html/edit_table.html";
// Path to insert link popup.
rteHTMLPathInsertLink = "/rte/html/insert_link.html";
// Path to edit link popup.
rteHTMLPathEditLink = "/rte/html/edit_link.html";
// Path to insert image popup.
rteHTMLPathInsertImage = "/rte/html/insert_image.html";
// Format Menu (H1, H2, H3 etc etc).
rteFormat = false;
// Font Face Menu (Arial, Verdana etc etc).
rteFontFace = true;
// Font Size Menu (1, 2, etc etc).
rteFontSize = true;
// Font Color Menu.
rteFontColor = true;
// Bold Text Button.
rteBold = true;
// Italicize Text Button.
rteItalic = true;
// Underline Text Button.
rteUnderline = true;
// Strikethrough Text Button.
rteStrikeThrough = true;
// Left Justify Button.
rteLeftAlign = true;
// Center Justify Button.
rteCenterAlign = true;
// Right Justify Button.
rteRightAlign = true;
// Full Justify Button.
rteFullAlign = true;
// Insert Horizontal Rule Button.
rteHorizontalRule = true;
// Superscript Text Button.
rteSuperscript = false;
// Subscript Text Button.
rteSubscript = false;
// Insert Hyperlink Button.
rteLink = false;
// Remove Hyperlink Button.
rteUnlink = false;
// Insert Image Button.
rteImages = false;
// Remove Formatting Button.
rteRemoveFormat = false;
// Table Formatting Buttons.
rteTables = false;
// Insert an ordered list Button.
rteOrderedList = false;
// Insert an unordered list Button.
rteUnorderedList = false;
// Indent Button.
rteIndent = false;
// Outdent Button.
rteOutdent = false;
// Undo Button.
rteUndo = false;
// Redo Button.
rteRedo = false;
// Cut, Copy & Paste Buttons.
rteCutCopyPaste = false;
// Insert form button.
rteInsertForm = false;
// Insert checkbox button.
rteInsertCheckbox = false;
// Insert radio button.
rteInsertRadio = false;
// Insert textarea.
rteInsertTextArea = false;
// Insert submit button.
rteInsertSubmit = false;
// Insert image submit button.
rteInsertImageSubmit = false;
// Insert reset button.
rteInsertReset = false;
// Insert hidden field.
rteInsertHidden = false;
// Insert password field.
rteInsertPassword = false;
// Insert text field.
rteInsertTextField = false;
// Print Rich Text Area Content.
rtePrint = false;
// Select All of Rich Text Area Content.
rteSelectAll = false;
// Spell Checker.
rteSpellCheck = false;
// Show Preview Button.
rtePreviewMode = false;
// Show Code Edit Button.
rteCodeMode = false;
// Show Design Mode Button.
rteDesignMode = false;
