/********************************************************************
 * 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.4 2007/01/22 23:05:57 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);
full.addToolbarElement("headings", 3, 3);
// 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 = "550px";
small.Height = "100px";
small.DefaultStyle = "font-family: Arial; font-size: 12px; background-color: #FFFFFF";
small.Toolbar[0] = new Array("fontsize", "bold", "italic", "underline"); // small setup for toolbar 1
small.Toolbar[1] = ""; // disable toolbar 2
small.StatusBarEnabled = false;


/*
 * Epug 600x400 text edit area remplacement
 */
var epugTextArea600x400 = new WYSIWYG.Settings();
epugTextArea600x400.Width = "800px";
epugTextArea600x400.Height = "600px";
epugTextArea600x400.DefaultStyle = "font-family: Arial; font-size: 12px; background-color: #FFFFFF";
epugTextArea600x400.Toolbar[0] = new Array("font","fontsize","forecolor","seperator","justifyleft","justifycenter","justifyright","seperator","italic", "bold","createlink","inserttable","insertimage","unorderedlist","viewSource","removeformat"); // small setup for toolbar 1
epugTextArea600x400.Toolbar[1] = ""; // disable toolbar 2
epugTextArea600x400.StatusBarEnabled = false;
// customLink addon implementation
//epugTextArea600x400.LinkPopupFile = "../script/wysiwyg-asklink.php";
//epugTextArea600x400.LinkPopupWidth = 500;
//epugTextArea600x400.LinkPopupHeight = 200;
// openImageLibrary addon implementation
epugTextArea600x400.ImagePopupFile = "../script/askimg.php";
epugTextArea600x400.ImagePopupWidth = 600;
epugTextArea600x400.ImagePopupHeight = 280;


/*
 * Epug 600x400 text edit area remplacement
 */
var epugTextArea600x400Pages = new WYSIWYG.Settings();
epugTextArea600x400Pages.Width = "800px";
epugTextArea600x400Pages.Height = "600px";
epugTextArea600x400Pages.DefaultStyle = "font-family: Arial; font-size: 12px; background-color: #FFFFFF";
epugTextArea600x400Pages.Toolbar[0] = new Array("font","fontsize","forecolor","seperator","justifyleft","justifycenter","justifyright","seperator","italic", "bold","createlink","inserttable","insertimage","unorderedlist","viewSource","removeformat"); // small setup for toolbar 1
epugTextArea600x400Pages.Toolbar[1] = ""; // disable toolbar 2
epugTextArea600x400Pages.StatusBarEnabled = false;
// customLink addon implementation
//epugTextArea600x400Pages.LinkPopupFile = "../script/wysiwyg-asklink.php";
//epugTextArea600x400Pages.LinkPopupWidth = 500;
//epugTextArea600x400Pages.LinkPopupHeight = 200;
// openImageLibrary addon implementation
epugTextArea600x400Pages.ImagePopupFile = "../script/addons/imagelibrary/insert_image.php";
epugTextArea600x400Pages.ImagePopupWidth = 600;
epugTextArea600x400Pages.ImagePopupHeight = 245;


/*
 * Epug 600x400 text edit area remplacement
 */
var epugTextArea600x400Mail = new WYSIWYG.Settings();
epugTextArea600x400Mail.Width = "800px";
epugTextArea600x400Mail.Height = "600px";
epugTextArea600x400Mail.DefaultStyle = "font-family: Arial; font-size: 12px; background-color: #FFFFFF";
epugTextArea600x400Mail.Toolbar[0] = new Array("font","fontsize","forecolor","seperator","justifyleft","justifycenter","justifyright","seperator","italic", "bold","createlink","inserttable","insertimage","insertfile","unorderedlist","viewSource","removeformat"); // small setup for toolbar 1
epugTextArea600x400Mail.Toolbar[1] = ""; // disable toolbar 2
epugTextArea600x400Mail.StatusBarEnabled = false;
// customLink addon implementation for insert file in fact !!!
epugTextArea600x400Mail.LinkPopupFile = "../script/askfile.php";
epugTextArea600x400Mail.LinkPopupWidth = 500;
epugTextArea600x400Mail.LinkPopupHeight = 200;
// openImageLibrary addon implementation
epugTextArea600x400Mail.ImagePopupFile = "../script/addons/imagelibrary/insert_image.php";
epugTextArea600x400Mail.ImagePopupWidth = 600;
epugTextArea600x400Mail.ImagePopupHeight = 245;
