<head>
<script type="text/javascript" src="fckeditor/fckeditor.js"></script>
<script type="text/javascript">
window.οnlοad=function()
{
var oFCKeditor=new FCKeditor( '???' );//要放入插件的name
oFCKeditor.BasePath="/???/fckeditor/";//项目名
oFCKeditor.Height=400;
oFCKeditor.ReplaceTextarea();
}
</script>
</head>
=======================================================================java中如何使用插件
最新推荐文章于 2024-07-19 10:24:53 发布