fckeditor编辑器使用

在需要使用到fckeditor编辑器的页面添加下面代码即可。
<li class="light-row">
         <span class="col_width">文章内容 <span class="red_font">*</span></span>
         <div align="center">
         <textarea type="hidden" class="text-box" name="article_content" cols="30" rows="5" style="display:none"></textarea>
        <iframe id="contentFrame" src="${base}/tools/fckeditor/editor/fckeditor.html?InstanceName=article_content&Toolbar=Default"
          width="80%" height="350"   frameborder="0" scrolling="no">
      </iframe>
      </div>
 </li>
fckeditor文件编辑器,资源地址:
http://download.csdn.net/detail/zhanghj07409/5136422


发布了30 篇原创文章 · 获赞 6 · 访问量 6万+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章