百度空间 | 百度首页 
 
查看文章
 
FCKeditor 2.6.3在ASP.NET中的配置方法(补充)
2008-12-10 10:19

在配置完FCKeditor编辑器后,就可以使用,但是,有个问题让人很不爽;

编辑器工具栏界面太大了,如下图

很多用不到,也太占页面。

想编辑一下,去了一些没有用的,然后按自己习惯更换一个位置。当然是可以的

在FCKeditor目录下,找到fckconfig.js文件,打开它,打到FCKConfig.ToolbarSets["Default"]
下面就是FCK编辑器工具栏上的按钮;
FCKConfig.ToolbarSets["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','UniversalKey'],
'/',
['Style','FontFormat','FontName','FontSize'],
['TextColor','BGColor'],
['FitWindow','-','About']
] ;

在修改之前,记得备份,当然,你可以把原来的注释掉,重新写一段。注意语法就行了。

"/"是换行,"-"是竖线,[]为一个显示块区。

我的修改结果

FCKConfig.ToolbarSets["Default"] = [
//['Source','DocProps','-','Save','NewPage','Preview','-','Templates'],
['FitWindow','Source'],
['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
//['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'],
//'/',

['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak','UniversalKey'],
['TextColor','BGColor'],
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink','Anchor']
//'/',
//['FontFormat','FontName','FontSize'],
] ;

效果如下


类别:Dotnet | | 添加到搜藏 | 分享到i贴吧 | 浏览() | 评论 (2)
 
最近读者:
 
网友评论:
1
2008-12-10 13:35 | 回复
哈哈 太谢谢大哥啦 不过好像是改FCKConfig.ToolbarSets["Basic"] 我刚开始改FCKConfig.ToolbarSets["Default"] 没有变化!
 
2
2008-12-10 13:52 | 回复
但是那个上传图片好像不怎么好用呀 就是我编辑文本的时候附加一张我硬盘里面存储的图片的时候!
 
发表评论:
姓 名:
网址或邮箱: (选填)
内 容:
验证码: 请点击后输入四位验证码,字母不区分大小写
      

     

©2010 Baidu