﻿
FCKConfig.ToolbarSets["Default"] = [
	['Source', '-', 'Templates'],
	['Cut', 'Copy', 'Paste', 'PasteText', 'PasteWord'],
	['Undo', 'Redo', '-', 'Find', 'Replace'],
	['Bold', 'Italic', 'Underline', '-', 'Subscript', 'Superscript'],
	['OrderedList', 'UnorderedList', '-', 'Outdent', 'Indent', 'Blockquote'],
	['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyFull'],
	['Link', 'Unlink', 'Anchor'],
	['Image', 'Flash', 'Table', 'Rule', 'SpecialChar'],
	['FontFormat', '-', 'TextColor', '-', 'SelectAll', 'RemoveFormat'],
	['ShowBlocks']		// No comma for the last row.,'Placeholder'
];
FCKConfig.ToolbarSets["Minimal"] = [
	['Source', '-', 'Templates'], ['Cut', 'Copy', 'Paste', 'PasteText', 'PasteWord'], ['Undo', 'Redo', '-', 'Find'],
	['Bold', 'Italic', 'Underline'], ['Indent'], ['Link'], ['Image']		// No comma for the last row.,'Placeholder'
];
FCKConfig.ToolbarSets["Hyperlinks"] = [
	['Bold', 'Italic', 'Underline'], ['Link'], ['Undo', 'Redo'], ['Source'] 		// No comma for the last row.,'Placeholder'
];
FCKConfig.ToolbarSets["TextBox"] = [
  ['Source'],
  ['Cut', 'Copy', 'Paste', 'PasteText', 'PasteWord', '-', 'Print', 'SpellCheck'],
  ['Undo', 'Redo', '-', 'Find', 'Replace', '-', 'SelectAll', 'RemoveFormat'],
  ['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyFull'],
  ['Bold', 'Italic', 'Underline', 'StrikeThrough', '-', 'Subscript', 'Superscript'],
  ['Link', 'Unlink', 'Anchor'],
  ['FontName', 'FontSize'],
  ['TextColor', 'BGColor']
];