第 1 頁 (共 1 頁)
FCKeditor
發表於 : 2007-01-23 10:54:53
由 yehlu
CCS 3.1 有提供支援網頁的線上編輯器
在這兒下載
http://www.fckeditor.net/download
然後就可以使用了FCKeditor的功能
FCKeditor
發表於 : 2007-01-29 14:53:56
由 asongo
我下載了FCKeditor設定發布之後,只看到textbox卻沒有上方的工具列,請問是哪裡錯誤?
使用方法
發表於 : 2007-01-29 16:13:31
由 yehlu
這個是要使用 CCS 的 Forms 的 FCKeditor 設定這個元件才會有效
因為會加入一些相關的程式碼
做出來的是一個 textarea 不是 textbox
另外在專案的設定裡也要訂好 FCKeditor 的路徑
專案範例
發表於 : 2007-01-30 09:04:42
由 asongo
我有照說明設定路徑並用CCS 的Form Builder新增FCKeditor,執行Live Pag時發生幾個錯誤訊息,"無法判斷字串常數的結尾","FCKeditor未被定義..等,可否把pro的專案檔放上來比對哪裡設定漏掉了,FCKeditor的四個參數中的Config Parameters需要設定嗎?[/img]
請看附圖
發表於 : 2007-01-30 09:11:34
由 yehlu
如附件
若 html 裡沒
<script language="JavaScript" src="FCKeditor/fckeditor.js" type="text/javascript"></script>
請自行加入哦在<head></head>之間
上傳功能
發表於 : 2007-04-16 17:32:10
由 yehlu
檔案 fckeditor/editor/filemanager/browser/default/connectors/php/connector.php
$GLOBALS["UserFilesPath"] = '/' ;
檔案 fckeditor/fckconfig.js
FCKConfig.DefaultLanguage = 'zh' ;
var _FileBrowserLanguage = 'php' ; // asp | aspx | cfm | lasso | perl | php | py
var _QuickUploadLanguage = 'php' ; // asp | aspx | cfm | lasso | php
檔案 fckeditor/editor/filemanager/browser/default/connectors/php/config.php
$Config['UserFilesPath'] = '/sell_proj/upload/' ;
$Config['UserFilesAbsolutePath'] = '/var/www/html/sell_proj/upload/' ;
檔案 fckeditor/editor/filemanager/upload/php/config.php
$Config['UserFilesPath'] = '/sell_proj/upload/' ;
$Config['UserFilesAbsolutePath'] = '/var/www/html/sell_proj/upload/' ;