FCKeditor在ASP配置環境中的使用

2021-08-22 09:49:59 字數 542 閱讀 5022

先說一下我的測試環境:xpsp2,iis5.1,fckeditor2.0

在iis上建立乙個新的站點,我直接取名為fckeditor

在dw裡建立乙個相對應的站點,測試伺服器為本機,支援vbscript

在站點根目錄下,新建乙個index.asp頁面,段內加如下**(呼叫編輯器):

<%

dim ofckeditor

set ofckeditor = new fckeditor

ofckeditor.basepath = "/fckeditor/" //設定編輯器的路徑,我站點根目錄下的乙個目錄

ofckeditor.*******set = "default"

ofckeditor.width = "100%"

ofckeditor.height = "600"

ofckeditor.value = "" //這個是給編輯器初始值

ofckeditor.create "logbody" //以後編輯器裡的內容都是由這個logbody取得,命名由你定

%>

fckeditor編輯器在php中的配置方法

一 修改檔案上傳語言為php 開啟fckconfig.js 找到 var filebrowserlanguage asp var quickuploadlanguage asp 改成 var filebrowserlanwww.cppcns.comguage php var quickuploadl...

FCKeditor的PHP配置,超級無敵簡單

2 解壓後為資料夾 刪除 fckeditor 目錄下除fckconfig.js,fckeditor.js,fckstyles.xml,fcktemplates.xml,fckeditor.php五個檔案以外的所有檔案 刪除目錄 editor source,testcases 基本上,所有 開頭的資料...

PHP中使用FCKeditor2 4 3配置

1 首先刪除不必要的檔案節省空間。凡是以 開頭的檔案如 samples,testcases和一些用不到的.asp jsp cfm檔案統統乾掉。2 修改fckconfig.js fckconfig.autodetectlanguage true 是否自動檢測語言 fckconfig.defaultla...