首先PJblog使用的html编辑器是在 http://www.fckeditor.net/ 下的
下载地址:http://prdownloads.sourceforge.net/fckeditor/FCKeditor_2.0.zip?download 选择 Asia 亚洲 就会看到下载地址
Html的演示是在:http://www.fckeditor.net/demo/default.html
下载了过后看见里面有个叫 _samples 的文件夹 里面全是演示脚本,请选择自己服务器支持的的脚本,这时我打开了ASP文件夹,里面又有 sample01.asp sample02.asp sample03.asp sample04.asp 还有一个 sampleposteddata.asp 我用IIS调试了这几个ASP文件得到的结果写出来一下 方便讨论
sample01.asp是最普通的就是跟上面演示的差不多 sample02.asp可以选择 language 中文简体请选择zh-cn 繁体就是 zh sample03.asp可以选择 default(默认) 和 basic sample04.asp可以选择皮肤 里面的风格有default,office2003,silver 只有silver的风格最好看 sampleposteddata.asp是一个数据的验证,上面的文件都有这样一句话 (注意:我没有修改,里面有一段默认的话:This is some sample text. You are using FCKeditor.)
QUOTE: FCKeditor - Samples - Posted Data This page lists all data posted by the form. -------------------------------------------------------------------------------- Field Name Value FCKeditor1 This is some <strong>sample text</strong>. You are using <a href=" http://www.fckeditor.net/">FCKeditor</a>. |