FCKeditor.Net_2.6.3 的BasePath默认值的问题
2008-08-07
作者:amao 同分类文章
description:
今天尝试整合asp.net 和 fckeditor。 结果发现,FCKeditor.Net的里面默认值设置不是很理想。http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Integration/ASP.NET
要么这样使用
<FCKeditorV2:FCKeditor id="ContentFCKeditor" BasePath="~/fckeditor/" runat="server" Height="400" />
要么
FCKeditor.cs文件里面的
return ( o == null ? "/fckeditor/" : (string)o ) ;
修改成return ( o == null ? "~/fckeditor/" : (string)o ) ;
然后重新生成一下。
相关
Microsoft Expression Blend RC
整理了一个 Unicode 的编码分布
FTB3图片上传
用于捕获摄像头的.net类库:DirectX.Capture, C# 捕
vs2005如何连接access2007的*.accdb文件
在ASP.NET中重写URL
Expression Web 简体中文正式版序列号
asp.Net开源的CMS系统 文章系统
WPF性能优化
.NET Framework给应用程序颁发许可证