摘要:
//判断编辑器是否为空var oeditor = FCKeditorAPI.GetInstance('content'); //这里的content是fck的id值 if(oeditor.GetXHTML()==""|| oeditor.GetXHTML() == "<br />") { alert('内容不能为空!'); oeditor.Focus(); return false; } 阅读全文
posted @ 2011-05-27 09:17
Hellen.Li
阅读(164)
评论(0)
推荐(0)

浙公网安备 33010602011771号