NSW终于出了中文版了。下载下来,卸载了scs,安装。
安装了nsw2006
Leave a reply
NSW终于出了中文版了。下载下来,卸载了scs,安装。
<head>
<script type="text/javascript" src="你的fck的js代码路径"></script>
<script type="text/javascript">
window.onload = function()
{
var oFCKeditor = new FCKeditor( ‘text’ ) ;
oFCKeditor.Height = "600" ;
oFCKeditor.Width = "577" ;
oFCKeditor.ReplaceTextarea() ;
}
</script>
</head>