/********************************************************************
 * 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 = "350px";
//small.Height = "100px";
//small.DefaultStyle = "font-family: Arial; font-size: 12px; background-color: #AA99AA";
small.Toolbar[0] = new Array("headings", "stil", "bold", "italic", "underline", "viewSource"); // small setup for toolbar 1
small.Toolbar[1] = ""; // disable toolbar 2
small.StatusBarEnabled = false;



var SettingLinkBox = new WYSIWYG.Settings();
SettingLinkBox.Width = "250px";
SettingLinkBox.Height = "150px";
//small.DefaultStyle = "font-family: Arial; font-size: 12px; background-color: #AA99AA";
SettingLinkBox.Toolbar[0] = new Array("stil", "bold", "italic", "underline", "insertimage", "viewSource"); // small setup for toolbar 1
SettingLinkBox.Toolbar[1] = ""; // disable toolbar 2
SettingLinkBox.StatusBarEnabled = false;

var SettingPageContent = new WYSIWYG.Settings();
SettingPageContent.Width = "100%";
SettingPageContent.Height = "500px";
//small.DefaultStyle = "font-family: Arial; font-size: 12px; background-color: #AA99AA";
SettingPageContent.Toolbar[0] = new Array("headings", "stil", "bold", "italic", "underline", "unorderedlist", "orderedlist"); // small setup for toolbar 1
//SettingPageContent.Toolbar[1] = ""; // disable toolbar 2
SettingPageContent.StatusBarEnabled = false;

var SettingPageIntro = new WYSIWYG.Settings();
SettingPageIntro.Width = "280px";
SettingPageIntro.Height = "140px";
//small.DefaultStyle = "font-family: Arial; font-size: 12px; background-color: #AA99AA";
SettingPageIntro.Toolbar[0] = new Array("stil", "bold", "italic", "underline","viewSource"); // small setup for toolbar 1
SettingPageIntro.Toolbar[1] = ""; // disable toolbar 2
SettingPageIntro.StatusBarEnabled = false;

var SettingStartPageContent = new WYSIWYG.Settings();
SettingStartPageContent.Width = "610px";
SettingStartPageContent.Height = "300px";
//small.DefaultStyle = "font-family: Arial; font-size: 12px; background-color: #AA99AA";
SettingStartPageContent.Toolbar[0] = new Array("headings", "stil", "bold", "italic", "underline", "unorderedlist", "orderedlist"); // small setup for toolbar 1
//SettingPageContent.Toolbar[1] = ""; // disable toolbar 2
SettingStartPageContent.StatusBarEnabled = false;

var SettingImageSelector = new WYSIWYG.Settings();
SettingImageSelector.Width = "140px";
SettingImageSelector.Height = "140px";
SettingImageSelector.Toolbar[0] = new Array("insertimage","viewSource"); 
SettingImageSelector.Toolbar[1] = ""; // disable toolbar 2
SettingImageSelector.StatusBarEnabled = false;

var SettingTopImageSelector = new WYSIWYG.Settings();
SettingTopImageSelector.Width = "450px";
SettingTopImageSelector.Height = "200px";
SettingTopImageSelector.Toolbar[0] = new Array("insertimage","viewSource"); 
SettingTopImageSelector.Toolbar[1] = ""; // disable toolbar 2
SettingTopImageSelector.StatusBarEnabled = false;


var SettingMedium = new WYSIWYG.Settings();
SettingMedium.Width = "100%";
SettingMedium.Height = "200px";
//small.DefaultStyle = "font-family: Arial; font-size: 12px; background-color: #AA99AA";
SettingMedium.Toolbar[0] = new Array("headings", "stil", "bold", "italic", "underline", "unorderedlist", "orderedlist"); // small setup for toolbar 1
//SettingPageContent.Toolbar[1] = ""; // disable toolbar 2
SettingMedium.StatusBarEnabled = false;

var SettingSmall = new WYSIWYG.Settings();
SettingSmall.Width = "100%";
SettingSmall.Height = "80px";
//small.DefaultStyle = "font-family: Arial; font-size: 12px; background-color: #AA99AA";
SettingSmall.Toolbar[0] = new Array("stil", "bold", "italic", "underline"); // small setup for toolbar 1
SettingSmall.Toolbar[1] = ""; // disable toolbar 2
SettingSmall.StatusBarEnabled = false;
