作者zusocfc (CFC)
看板Ruby
標題Re: [心得] FCKeditor_2.4.3 使用心得
時間Thu Sep 6 17:58:17 2007
另外補充一下.. 如果要在讀取資料庫後把資料丟到預設值內
則不能用fck.Value="";的方式加入,會造成錯誤
那該怎做呢?
在原始碼最底下加入以下程式碼
function FCKeditor_OnComplete(edtI){
edt = FCKeditorAPI.GetInstance('Instance')
edt.InsertHtml("<h1>XD</h1>");
}
試試看吧0.0"
相關資料:
http://wiki.fckeditor.net/Developer%27s_Guide/Javascript_API
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 59.105.60.29