(三) 内容编辑功能的改进
1. 整合 CuteSoft WYSIWYG 编辑器以前在 Community Server 2.1 版本的时候就做过同样的事,前一阵子也对 Cute Editor for .NET 6.0 做了一些了解,不过实际操作的话还是要仔细一点,毕竟版本的提升带来了一些变化。{1} 将 Cute Editor 的 dll 文件、证书文件以及拼写检查字典文件复制到 ~/bin 下。{2} 复制 CuteSoft_Client 到 ~ 下的某个文件夹,并在 web.config 的 <appSettings> 区域添加 <add key="CuteEditorDefaultFilesPath" value="~/xxx/CuteSoft_Client/CuteEditor" />{3} 对 CuteEditor 进行包装[1] 新建类库工程生成 dll 文件至 ~/bin 下,新建继承自 CuteEditor.Editor 并实现 CommunityServer.Controls.ITextEditor 接口的类 oEditor 。