羅比特

          學習筆記

            BlogJava :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理 ::
            2 隨筆 :: 3 文章 :: 0 評論 :: 0 Trackbacks
           FCKEditor之一款類似插件的東西,一般Web開發中,需要留言的地方,經常會使用該插件。功能很強大
           首先要下載FCKEditor, http://www.fckeditor.net/ ,并拷到當前自己的Web 應用當中
            
          <script type="text/javascript" src="fckeditor/fckeditor.js"></script>

          <script type="text/javascript">
              var oFCKeditor 
          = new FCKeditor('FCKeditor1');
              oFCKeditor.BasePath    
          = '/webproject12/fckeditor/';
              var sSkin;
              sSkin 
          = "office2003";
              var sSkinPath 
          = oFCKeditor.BasePath + 'editor/skins/' + sSkin + '/';
                      
              oFCKeditor.Config[
          'SkinPath'= sSkinPath;

              oFCKeditor.Config[
          'PreloadImages'=
                          
                  sSkinPath 
          + 'images/toolbar.start.gif' + ';' +
                                  sSkinPath 
          + 'images/toolbar.end.gif' + ';' +
                                  sSkinPath 
          + 'images/toolbar.bg.gif' + ';' +
                                  sSkinPath 
          + 'images/toolbar.buttonarrow.gif' ;
                      
              oFCKeditor.Create();
          </script>

           上述代碼引自他人博客,羅比特實在是懶得打了,又發現寫的如此工整的代碼,嘿嘿,特此說明一下。
          posted on 2008-07-15 20:01 羅比特 閱讀(125) 評論(0)  編輯  收藏 所屬分類: 雜記

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 四平市| 新乐市| 崇礼县| 甘谷县| 郑州市| 萝北县| 墨竹工卡县| 富蕴县| 霸州市| 和平县| 黄大仙区| 磴口县| 新兴县| 乐陵市| 松溪县| 通辽市| 安西县| 旬阳县| 刚察县| 合阳县| 清丰县| 新沂市| 南开区| 宜宾市| 长沙县| 开化县| 香格里拉县| 张家界市| 彭阳县| 孝感市| 达日县| 枣庄市| 建水县| 门源| 乌兰浩特市| 合川市| 天等县| 永善县| 略阳县| 砚山县| 中卫市|