当前位置: 代码迷 >> Java Web开发 >> 关于FckEdit。解决方案
  详细解决方案

关于FckEdit。解决方案

热度:10374   发布时间:2013-02-25 21:09:58.0
关于FckEdit。。
谁能给我一个能跑得起来的小DEMO 用fckedit的,我找了很多资料,都搞不起来

------解决方案--------------------------------------------------------
从网上当一个fckeditor的jar包和js文件!
页面上引入如下:
<script type="text/javascript" src="../editor/js/fckeditorcode_ie.js"></script>
<script type="text/javascript" src="../fckeditor/fckeditor.js"></script>
HTML code
<div style="float: left;margin-left: 0px;width: 500px" >            <fck:editor id="[color=#FF0000]content[/color]"                           basePath="${pageContext.request.contextPath}/fckeditor/"                            customConfigurationsPath="${pageContext.request.contextPath}/fckeditor/myconfig.js"                            toolbarSet="Customer" width="100%" height="400">                        </fck:editor>                        </div>
  相关解决方案