FCKConfig.ToolbarSets["Default"] = [
 
 ['Bold','Italic','Underline'],
 ['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote'],
 ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
 ['Link','Unlink','Anchor'],
 ['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak'],
 '/',
 ['Style','FontFormat','FontName','FontSize'],
 ['TextColor','BGColor'] // No comma for the last row.
] ;

FCKConfig.ToolbarSets["Basic"] = [
 ['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
] ;

FCKConfig.ToolbarSets["Basic"] = [
 ['Bold','Italic','Underline','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
] ;
-------------------------
 /* Source="页面源码"
  DocProps="页面属性"
  Save="保存"
  NewPage="新建"
  Preview="预览"
  Templates="模版"
  Cut="剪切"
  Copy="拷贝"
  Paste="粘贴"
  PasteText="粘贴为无格式的文本"
  PasteWord="粘贴Word格式"
  Print="打印"
  SpellCheck="拼写检查,要装插件"
  Undo="撤消"
  Redo="重做"
  Find="查找"
  Replace="替换"
  SelectAll="全选"
  RemoveFormat="清除格式(清除现在文本的格式)"
  Form="表单域"
  Checkbox="复选"
  Radio="单选"
  TextField="单行文本"
  Textarea="多行文本"
  Select="列表"
  Button="按钮"
  ImageButton="图像区域"
  HiddenField="隐藏域"
  Bold="加粗"
  Italic="倾斜"
  Underline="下划线"
  StrikeThrough="删除线"
  Subscript="下标"
  Superscript="上标"
  OrderedList="删除/插入项目列表"
  UnorderedList="删除/插入项目符号"
  Outdent="减少缩进"
  Indent="增加缩进"
  JustifyLeft="左对齐"
  JustifyCenter="居中对齐"
  JustifyRight="右对齐"
  JustifyFull="分散对齐"
  Link="链接"
  Unlink="删除链接"
  Anchor="插入/删除锚点"
  Image="上传图片"
  Flash="上传动画"
  Table="插入表格"
  Rule="插入水平线"
  Smiley="插入表情"
  SpecialChar="插入特殊字符"
  PageBreak="插入分页符"
  Style="样式"
  FontFormat="格式"
  FontName="字体"
  FontSize="大小"
  TextColor="字体颜色"
  BGColor="背景色"
  FitWindow="全屏编辑"
  About="关于我们"
  */
  示例:
  FCKConfig.ToolbarSets["Default"] = [//Default工具条的名称
  [’Source’,’DocProps’,’-’,’Save’,’NewPage’,’Preview’,’-’,’Templates’],
  [’Cut’,’Copy’,’Paste’,’PasteText’,’PasteWord’,’-’,’Print’,’SpellCheck’],
  [’Undo’,’Redo’,’-’,’Find’,’Replace’,’-’,’SelectAll’,’RemoveFormat’],
  [’Form’,’Checkbox’,’Radio’,’TextField’,’Textarea’,’Select’,’Button’,’ImageButton’,’HiddenField’],
  ’/’,
  [’Bold’,’Italic’,’Underline’,’StrikeThrough’,’-’,’Subscript’,’Superscript’],
  [’OrderedList’,’UnorderedList’,’-’,’Outdent’,’Indent’],
  [’JustifyLeft’,’JustifyCenter’,’JustifyRight’,’JustifyFull’],
  [’Link’,’Unlink’,’Anchor’],
  [’Image’,’Flash’,’Table’,’Rule’,’Smiley’,’SpecialChar’,’PageBreak’],
  ’/’,
  [’Style’,’FontFormat’,’FontName’,’FontSize’],
  [’TextColor’,’BGColor’],
  [’FitWindow’,’-’,’About’]
  ] ;

 

posted on 2011-07-27 16:18  老闪  阅读(192)  评论(0)    收藏  举报