91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

在項目中添加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

比如县| 吴桥县| 衡东县| 波密县| 两当县| 吴川市| 吉林市| 文化| 壤塘县| 夏邑县| 大姚县| 长泰县| 堆龙德庆县| 彭水| 长治县| 新余市| 凤翔县| 商都县| 崇仁县| 醴陵市| 永福县| 昂仁县| 天峻县| 阜新市| 七台河市| 肥西县| 荥阳市| 慈利县| 通山县| 齐齐哈尔市| 新民市| 松桃| 麻城市| 沙坪坝区| 垦利县| 和龙市| 正蓝旗| 乐至县| 邯郸市| 湖北省| 凌云县|