中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

在項目中添加fckeditor支持

發布時間:2020-06-01 11:03:37 來源:網絡 閱讀:301 作者:素顏豬 欄目:web開發

一.在項目中添加fckeditor支持
    將FCKeditor_2.6.4.1目錄中的文件夾fckeditor復制到項目的WebRoot中
二.調用fckeditor
    1.使用JavaScript方式
        1).直接調用方式
            i.創建testfckeditor1.jsp文件
            ii.引入fckeditor.js文件
                <script type="text/javascript" src="fckeditor/fckeditor.js"></script>
            iii.創建fckeditor編輯器
                <script type="text/javascript">
                    var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ;
                    oFCKeditor.BasePath    = "fckeditor/" ;
                    oFCKeditor.Create() ;
                </script>
                注:可以從FCKeditor_2.6.4.1\fckeditor\_samples\default.html中選擇
                    FCKeditor - JavaScript - Sample 1 獲取
        2).替換多行文本框的方式
            i.創建testfckeditor2.jsp文件
            ii.引入fckeditor.js文件
                <script type="text/javascript" src="fckeditor/fckeditor.js"></script>
            iii.創建多行文本框
                <textarea rows="10" cols="40" name="myeditor"></textarea>
            iv.創建javascript腳本
                <script type="text/javascript">
                    window.onload = function()
                    {
                        var oFCKeditor = new FCKeditor('myeditor') ;
                        oFCKeditor.BasePath    = "fckeditor/" ;
                        oFCKeditor.ReplaceTextarea() ;
                    }
                </script>
                注:可以從FCKeditor_2.6.4.1\fckeditor\_samples\default.html中
                    選擇FCKeditor - JavaScript - Sample 2獲取
                    FCKeditor中的參數值必須與多行文本框中的name值相同
    2.使用自定義標簽方式實現
        1).導入相關jar包
            commons-fileupload-1.2.1.jar
            commons-io-1.3.2.jar
            java-core-2.4.1.jar
            slf4j-api-1.5.2.jar
            slf4j-simple-1.5.2.jar
        2).創建testfckeditor3.jsp文件
            引入標簽庫
            <%@ taglib prefix="fck" uri="http://java.fckeditor.net" %>
            添加標簽
            <FCK:editor instanceName="myFCKEditor" basePath="/fckeditor" ></FCK:editor>
            "/":表示當前這個工程
            在項目中添加fckeditor支持

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

溧水县| 乡城县| 大埔县| 疏附县| 靖宇县| 嘉荫县| 通州区| 海南省| 南陵县| 吉水县| 霍城县| 同德县| 景宁| 固阳县| 泸水县| 友谊县| 南乐县| 萍乡市| 咸阳市| 江达县| 宁津县| 宜城市| 县级市| 文水县| 怀集县| 河南省| 高密市| 青州市| 河西区| 天津市| 墨竹工卡县| 当雄县| 东明县| 曲周县| 新化县| 兴国县| 永宁县| 双牌县| 阿瓦提县| 天峨县| 桓仁|