日期:2014-05-17  浏览次数:20452 次

如何删减FCKeditor控件上面的功能阿?
如何删减FCKeditor控件上面的功能阿?,还有就是我上传图片的时候为什么浏览的是服务器,而不是客户端呢?

------解决方案--------------------
一直用ftb。。。。
------解决方案--------------------
fckconfig.js


FCKConfig.ToolbarSets["Default"] = [
['Source','DocProps','-','Save','NewPage','Preview','-'],
['Cut','Copy','Paste','PasteText','PasteWord','-'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Anchor'],
['Table','Rule','Smiley','SpecialChar','PageBreak'],['FitWindow','ShowBlocks','-'],
['Image','TextColor','BGColor'],
['Style','FontFormat','FontName','FontSize']
] ;

上面引号的都是相应的功能
------解决方案--------------------
楼上正解~
------解决方案--------------------
在web.config的节点appSettings
添加
<add key="FCKeditor:BasePath" value="/web/AdminSys/fckeditor/"/>
<add key="FCKeditor:UserFilesPath" value="/web/AdminSys/upload/"/>


web/AdminSys/fckeditor:FCKeditor地址
web/AdminSys/upload:上传后文件存储地址

不知道是不是这个
要用时都是copy改下
------解决方案--------------------
这有详解
http://www.chinascsoft.com/bbs/dispbbs.asp?boardid=10&Id=2