- 博客(0)
- 资源 (1)
- 收藏
- 关注
FCKeditor2.6.3版
这个是FCKeditor官网上的最新版
这里顺便介绍asp下的用法:
在您的网页中加入以下代码即可
<!--#include file="FCKeditor/fckeditor.asp" -->
<%
Dim oFCKeditor
Set oFCKeditor = New FCKeditor
oFCKeditor.BasePath = "FCKeditor/" '设置编辑器的路径,我站点根目录下的一个目录
oFCKeditor.ToolbarSet = "Default"
oFCKeditor.Width = "100%"
oFCKeditor.Height = "600"
oFCKeditor.Value = "" '这个是给编辑器初始值
oFCKeditor.Create "logbody" '以后编辑器里的内容都是由这个logbody取得,命名由你定
%>
2008-11-21
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅