FCKeditor编辑框的高度

日期:2021-11-06 11:52:30 人气:1

FCKeditor编辑框的高度

先把你调用FCKeditor的代码贴出来一下:)
<%
'我的代码:
Dim oFCKeditor
Set oFCKeditor = New FCKeditor
oFCKeditor.BasePath = "/FCKeditor/" //设置编辑器的路径,我站点根目录下的一个目录
oFCKeditor.ToolbarSet = "Default"
    A+
热门评论