最近在整合一个Asp程序,涉及到使用Fckeditor,调用代码如下:
<%
Dim oFCKeditor
Set oFCKeditor = New FCKeditor
oFCKeditor.BasePath = "../FCKeditor/"
oFCKeditor.ToolbarSet = "Default"
oFCKeditor.Width = "100%"
...
苗景云的博客
<< 向左走,向右走 >>
<< 向左走,向右走 >>
最近在整合一个Asp程序,涉及到使用Fckeditor,调用代码如下:
<%
Dim oFCKeditor
Set oFCKeditor = New FCKeditor
oFCKeditor.BasePath = "../FCKeditor/"
oFCKeditor.ToolbarSet = "Default"
oFCKeditor.Width = "100%"
...