/********************************************************************
 * 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 $
 ********************************************************************/

/*
 * News config with openImageLibrary addon
 */
var news = new WYSIWYG.Settings();
news.ImagesDir = "openwysiwyg/images/";
news.PopupsDir = "openwysiwyg/popups/";
news.CSSFile = "openwysiwyg/styles/wysiwyg.css";
news.DefaultStyle='font-size:80%;'
news.Width = "100%;"; 
news.Height = "230px";
news.ContextMenu = false;
// openImageLibrary addon implementation
news.ImagePopupFile = "openwysiwyg/addons/imagelibrary/insert_image.php";
news.ImagePopupWidth = 610;
news.ImagePopupHeight = 255;
// customize toolbar buttons
news.Toolbar[0] = new Array(
  "font", 
  "fontsize",	
  "bold", 
  "italic", 
  "underline", 
  "strikethrough",
  "seperator", 
  "forecolor", 
  "backcolor", 
  "seperator", 
  "subscript", 
  "superscript", 
  "seperator", 
  "justifyleft", 
  "justifycenter", 
  "justifyright", 
  "seperator", 
  "unorderedlist", 
  "orderedlist",
  "seperator", 
  "outdent", 
  "indent"
);
news.Toolbar[1] = new Array(
  "cut", 
  "copy", 
  "paste",
  "removeformat",
  "seperator", 
  "undo", 
  "redo", 
  "seperator", 
  "inserttable", 
  "insertimage", 
  "createlink", 
  "seperator",  
  "viewSource"
);


/*
 * Comment config
 */
var comment = new WYSIWYG.Settings();
comment.ImagesDir = "openwysiwyg/images/";
comment.PopupsDir = "openwysiwyg/popups/";
comment.CSSFile = "openwysiwyg/styles/wysiwyg.css";
comment.Width = "100%;";
comment.Height = "100px";
comment.DefaultStyle='font-size:80%;'
// openImageLibrary addon implementation
comment.ImagePopupFile = "openwysiwyg/addons/imagelibrary/insert_image.php";
comment.ImagePopupWidth = 610;
comment.ImagePopupHeight = 255;
comment.ContextMenu = false;
comment.Toolbar[0] = new Array(
  "font", 
  "fontsize",	
  "bold", 
  "italic", 
  "underline", 
  "strikethrough",
  "seperator", 
  "forecolor", 
  "backcolor", 
  "seperator", 
  "subscript", 
  "superscript", 
  "seperator", 
  "justifyleft", 
  "justifycenter", 
  "justifyright", 
  "seperator", 
  "unorderedlist", 
  "orderedlist",
  "seperator", 
  "outdent", 
  "indent"
);
comment.Toolbar[1] = new Array(
  "cut", 
  "copy", 
  "paste",
  "removeformat",
  "seperator", 
  "undo", 
  "redo", 
  "seperator", 
  "inserttable", 
  "insertimage", 
  "createlink", 
  "seperator",  
  "viewSource"
);

/*
 * Description config with openImageLibrary addon
 */
var description = new WYSIWYG.Settings();
description.ImagesDir = "openwysiwyg/images/";
description.PopupsDir = "openwysiwyg/popups/";
description.CSSFile = "openwysiwyg/styles/wysiwyg.css";
description.DefaultStyle='font-size:80%;'
description.Width = "100%;"; 
description.Height = "110px";
description.ContextMenu = false;
// openImageLibrary addon implementation
description.ImagePopupFile = "openwysiwyg/addons/imagelibrary/insert_image.php";
description.ImagePopupWidth = 610;
description.ImagePopupHeight = 255;
// customize toolbar buttons
description.Toolbar[0] = new Array(
  "font", 
  "fontsize",	
  "bold", 
  "italic", 
  "underline", 
  "strikethrough",
  "seperator", 
  "forecolor", 
  "backcolor", 
  "seperator", 
  "subscript", 
  "superscript", 
  "seperator", 
  "justifyleft", 
  "justifycenter", 
  "justifyright", 
  "seperator", 
  "unorderedlist", 
  "orderedlist",
  "seperator", 
  "outdent", 
  "indent"
);
description.Toolbar[1] = new Array(
  "cut", 
  "copy", 
  "paste",
  "removeformat",
  "seperator", 
  "undo", 
  "redo", 
  "seperator", 
  "inserttable", 
  "insertimage", 
  "createlink", 
  "seperator",  
  "viewSource"
);
