/********************************************************************
 * openWYSIWYG settings file Copyright (c) 2006 openWebWare.com
 * Contact us at devs@openwebware.com
 * This copyright notice MUST stay intact for use.
 *
 * $Id: wysiwyg-settings.js,v 1.2 2006/12/23 18:18:27 xhaggi Exp $
 ********************************************************************/

/*
 * Full featured setup used the openImageLibrary addon
 */
//var full = new WYSIWYG.Settings();
//full.ImagesDir = "images/";
//full.PopupsDir = "popups/";
//full.CSSFile = "styles/wysiwyg.css";
//full.Width = "85%"; 
//full.Height = "250px";
// customize toolbar buttons
//full.addToolbarElement("font", 3, 1); 
//full.addToolbarElement("fontsize", 3, 2);
// openImageLibrary addon implementation
//full.ImagePopupFile = "addons/imagelibrary/insert_image.php";
//full.ImagePopupWidth = 600;
//full.ImagePopupHeight = 245;

/*
 * Small Setup Example
 */
var small = new WYSIWYG.Settings();
small.Width = "500px";
small.Height = "100px";
small.DefaultStyle = "font-family: Trebuchet MS; font-size: 11px;";
small.Toolbar[0] = new Array("bold", "italic", "underline", "strikethrough", "seperator", "justifyleft", "justifycenter", "justifyright", "seperator", "unorderedlist", "orderedlist", "outdent", "indent"); // small setup for toolbar 1
small.Toolbar[1] = ""; // disable toolbar 2
small.StatusBarEnabled = false;

/* Easytxt setup example */

var eztxt = new WYSIWYG.Settings();
eztxt.Width = "550px";
eztxt.Height = "300px";
eztxt.DefaultStyle = "font-family: Trebuchet MS; font-size: 11px;";
eztxt.Toolbar[0] = new Array("bold", "italic", "underline", "strikethrough", "seperator", "justifyleft", "justifycenter", "justifyright", "seperator", "unorderedlist", "orderedlist", "outdent", "indent"); // small setup for toolbar 1
eztxt.Toolbar[1] = ""; // disable toolbar 2
eztxt.StatusBarEnabled = false;

var eztxtweb = new WYSIWYG.Settings();
eztxtweb.Width = "420px";
eztxtweb.Height = "175px";
eztxtweb.DefaultStyle = "font-family: Trebuchet MS; font-size: 11px;";
eztxtweb.Toolbar[0] = new Array("bold", "italic", "underline", "strikethrough", "seperator", "justifyleft", "justifycenter", "justifyright", "seperator", "unorderedlist", "orderedlist", "outdent", "indent"); // small setup for toolbar 1
eztxtweb.Toolbar[1] = ""; // disable toolbar 2
eztxtweb.StatusBarEnabled = false;

var eztxtwebS = new WYSIWYG.Settings();
eztxtwebS.Width = "420px";
eztxtwebS.Height = "75px";
eztxtwebS.DefaultStyle = "font-family: Trebuchet MS; font-size: 11px;";
eztxtwebS.Toolbar[0] = new Array("bold", "italic", "underline", "strikethrough", "seperator", "justifyleft", "justifycenter", "justifyright", "seperator", "unorderedlist", "orderedlist", "outdent", "indent"); // small setup for toolbar 1
eztxtwebS.Toolbar[1] = ""; // disable toolbar 2
eztxtwebS.StatusBarEnabled = false;