一、網易編輯器用法演示
調用:
<input type="hidden" name="content" id="content">
<iframe src="Edit/editor.htm?id=content&ReadCookie=0" frameBorder="0" marginHeight="0" marginWidth="0" scrolling="No" width="700" height="460"></iframe>
注意:id為調用參數(小寫),即隱藏的內容表單項id, ReadCookie設置是否讀取上次未提交的數據,1為開啟,0為關閉(注意大小寫)。
在上次修復的基礎上增加了一個附件上傳功能,但還是有幾個不理想的地方。
缺陷:
1缺乏安全判斷(上一版也有這個問題)
2附件上傳后,插入編輯器的樣式很難看。
3缺清除格式功能
下載地址:SinaEditor.rar
三、FCKeditor

FCK的使用,參見地址:http://blog.csdn.net/qjyong/archive/2007/06/20/1658940.aspx
posted on 2008-11-20 00:32
憶風 閱讀(416)
評論(0) 編輯 收藏 所屬分類:
Java EE