/********************************************************************
 * 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 = "250px";
small.Height = "100px";
small.DefaultStyle = "font-family: Arial; font-size: 10px; background-color: #AA99AA";
small.Toolbar[0] = new Array("bold", "italic", "underline"); // small setup for toolbar 1
small.Toolbar[1] = ""; // disable toolbar 2
small.StatusBarEnabled = true;




/*
 * simpletext
 */
var simpletext = new WYSIWYG.Settings();
simpletext.DefaultStyle = "text-indent:10px; font-family:Verdana, Arial; font-size:11px; line-height:16px; text-align:justify;background-color: #AA99AA;z-index:4";
simpletext.Toolbar[0] = new Array("bold", "italic", "underline","forecolor","justifyleft", "justifycenter", "justifyright","cut","copy","paste","undo","redo","createlink");
//Array("bold", "italic", "underline"); // small setup for toolbar 1
simpletext.Toolbar[1] = ""; 
simpletext.StatusBarEnabled = false;


/*
 *basic
 */
var basic = new WYSIWYG.Settings();
basic.DefaultStyle = "text-indent:10px; font-family:Verdana, Arial; font-size:10px; line-height:16px;	text-align:justify;background-color: #AA99AA;z-index:4";
basic.Toolbar[0] = new Array("bold", "italic", "underline"); // small setup for toolbar 1
basic.Toolbar[1] = ""; // disable toolbar 2
basic.StatusBarEnabled = false;
basic.viewSource = true;


/*
 *edit
 */
var edit = new WYSIWYG.Settings();
 edit.DefaultStyle = "text-indent:10px; font-family:Verdana, Arial; font-size:10px; line-height:16px;text-align:justify;background-color: #AA99AA;z-index:4";

 edit.Toolbar[1] = ""; // disable toolbar 2
 edit.StatusBarEnabled = false;

 edit.Toolbar[0] = new Array("bold", "italic", "underline", "seperator", "forecolor", "backcolor", "seperator", "justifyleft", "justifycenter", "justifyright","seperator","outdent","indent","seperator","cut","copy","paste","undo","redo","seperator","createlink","removeformat");

/*
 *edit serie
 */

 var edit1 = new WYSIWYG.Settings(); var edit2 =  new WYSIWYG.Settings(); var edit3 = new WYSIWYG.Settings(); var edit4 = new WYSIWYG.Settings();
 var edit5 = new WYSIWYG.Settings(); var edit6 =  new WYSIWYG.Settings(); var edit7 = new WYSIWYG.Settings(); var edit8 = new WYSIWYG.Settings();
 var edit9 = new WYSIWYG.Settings(); var edit10 =  new WYSIWYG.Settings(); var edit11 = new WYSIWYG.Settings(); var edit12 = new WYSIWYG.Settings();
 var edit13 = new WYSIWYG.Settings(); var edit14 =  new WYSIWYG.Settings(); var edit15 = new WYSIWYG.Settings();

 edit1.StatusBarEnabled=edit2.StatusBarEnabled=edit3.StatusBarEnabled=edit4.StatusBarEnabled=edit5.StatusBarEnabled=edit6.StatusBarEnabled=edit7.StatusBarEnabled=edit8.StatusBarEnabled=edit9.StatusBarEnabled=edit10.StatusBarEnabled=edit11.StatusBarEnabled=edit12.StatusBarEnabled=edit13.StatusBarEnabled=edit14.StatusBarEnabled=edit15.StatusBarEnabled=false;


 //default toolbar for all edit		
 //---------------------------- 
 edit1.Toolbar[0]=edit2.Toolbar[0]=edit3.Toolbar[0]=edit4.Toolbar[0]=edit5.Toolbar[0]=edit6.Toolbar[0]=edit7.Toolbar[0]=edit8.Toolbar[0]= edit9.Toolbar[0]=edit10.Toolbar[0]=edit11.Toolbar[0]=edit12.Toolbar[0]=edit13.Toolbar[0]=edit14.Toolbar[0]=edit15.Toolbar[0]=edit.Toolbar[0]; 
 
 edit1.Toolbar[1]=edit2.Toolbar[1]=edit3.Toolbar[1]=edit4.Toolbar[1]=edit5.Toolbar[1]=edit6.Toolbar[1]=edit7.Toolbar[1]=edit8.Toolbar[1]= edit9.Toolbar[1]=edit10.Toolbar[1]=edit11.Toolbar[1]=edit12.Toolbar[1]=edit13.Toolbar[1]=edit14.Toolbar[1]=edit15.Toolbar[1]=""; 

 //default style for all edit		 
 //--------------------------
 edit1.DefaultStyle = edit2.DefaultStyle = edit3.DefaultStyle = edit4.DefaultStyle = edit5.DefaultStyle = edit6.DefaultStyle = edit7.DefaultStyle = edit8.DefaultStyle = edit9.DefaultStyle = edit10.DefaultStyle = edit11.DefaultStyle= edit11.DefaultStyle = edit12.DefaultStyle = edit13.DefaultStyle = edit14.DefaultStyle = edit15.DefaultStyle = edit.DefaultStyle ;
