﻿/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
 * 
 * Licensed under the terms of the GNU Lesser General Public License:
 * 		http://www.opensource.org/licenses/lgpl-license.php
 * 
 * For further information visit:
 * 		http://www.fckeditor.net/
 * 
 * File Name: sample06.config.js
 * 	Sample custom configuration settings used in the plugin sample page (sample06).
 * 
 * File Authors:
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
 */

// Set our sample toolbar.
FCKConfig.ToolbarSets['smallbar'] = [
	['Cut','Copy','Paste','PasteWord','-','RemoveFormat'],
	['Bold','Italic','Underline','-','Subscript','Superscript'],
	['Link','Unlink','-','Image','Flash','Table']
] ;

