/********************************************************************
 * 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 = "editor/images/";
//full.PopupsDir = "editor/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 = "380px";
small.Height = "150px";
small.DefaultStyle = "font-family: Arial; font-size: 12px; background-color: #ffffff";
small.Toolbar[0] = new Array("font", "fontsize", "bold", "italic", "underline", "forecolor", "backcolor", "justifyfull", "justifyleft", "justifycenter", "justifyright"); // full setup for toolbar 1
small.Toolbar[1] = new Array("insertimage", "createlink", "preview", "cut", "copy", "paste", "undo", "redo"); // full setup for toolbar 2
small.StatusBarEnabled = false;

/*
 * alanicin Setup Example
 */
var alanicin = new WYSIWYG.Settings();
alanicin.Width = "545px";
alanicin.Height = "400px";
alanicin.DefaultStyle = "font-family: Arial; font-size: 12px; background-color: #ffffff";
alanicin.Toolbar[0] = new Array("font", "fontsize", "bold", "italic", "underline", "strikethrough", "forecolor", "backcolor", "justifyfull", "justifyleft", "justifycenter", "justifyright", "unorderedlist", "orderedlist"); // full setup for toolbar 1
alanicin.Toolbar[1] = new Array("subscript", "superscript", "createlink", "inserttable", "preview", "cut", "copy", "paste", "undo", "redo", "viewSource"); // full setup for toolbar 2
alanicin.StatusBarEnabled = false;

/*
 * alanicinek Setup Example
 */
var alanicinek = new WYSIWYG.Settings();
alanicinek.Width = "545px";
alanicinek.Height = "200px";
alanicinek.DefaultStyle = "font-family: Arial; font-size: 12px; background-color: #ffffff";
alanicinek.Toolbar[0] = new Array("font", "fontsize", "bold", "italic", "underline", "strikethrough", "forecolor", "backcolor", "justifyfull", "justifyleft", "justifycenter", "justifyright", "unorderedlist", "orderedlist"); // full setup for toolbar 1
alanicinek.Toolbar[1] = new Array("subscript", "superscript", "createlink", "inserttable", "preview", "cut", "copy", "paste", "undo", "redo", "viewSource"); // full setup for toolbar 2
alanicinek.StatusBarEnabled = false;

/*
 * alanicinziyaretci Setup Example
 */
var alanicinziyaretci = new WYSIWYG.Settings();
alanicinziyaretci.Width = "545px";
alanicinziyaretci.Height = "350px";
alanicinziyaretci.DefaultStyle = "font-family: Arial; font-size: 12px; background-color: #ffffff";
alanicinziyaretci.Toolbar[0] = new Array("font", "fontsize", "bold", "italic", "underline", "forecolor", "backcolor", "justifyfull", "justifyleft", "justifycenter", "justifyright"); // full setup for toolbar 1
alanicinziyaretci.Toolbar[1] = new Array("insertimage", "createlink", "preview", "cut", "copy", "paste", "undo", "redo"); // full setup for toolbar 2
alanicinziyaretci.StatusBarEnabled = false;
