fckeditor 
用标签生成
//初始化fckeditor
window.onload = function()
{
var sBasePath = "fckeditor/";
var oFCKeditor = new FCKeditor( 'cateNews.cateNewsContent' ) ;
oFCKeditor.BasePath = sBasePath ;
oFCKeditor.Heigth='600';
oFCKeditor.ReplaceTextarea() ;
}//context
<textarea   name="cateNews.cateNewsContent"></textarea>传递给action的cateNews.cateNewsContent值为空