首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

fckeditor(外货)

2012-12-22 
fckeditor(外国货)在jsp中引入编辑器!-- 内容 --script typetext/javascript src/项目名/fckedito

fckeditor(外国货)
在jsp中引入编辑器

<!-- 内容 --><script type="text/javascript" src="/项目名/fckeditor/fckeditor.js"></script><script type="text/javascript">window.onload = function() {var oFCKeditor = new FCKeditor( 'content' ) ;oFCKeditor.BasePath = "/项目名/fckeditor/" ;oFCKeditor.ToolbarSet = 'Default' oFCKeditor.Height=400;oFCKeditor.ReplaceTextarea() ;}</script>
?内容:
<textarea name="content" cols="60" rows="8" id="content"></textarea>

?

热点排行