波斯马BOSSMA Information Technology

CustomerValidator 下的日志

Asp.net中使用CustomerValidator验证FCKEditor是否为空

发布时间:2008年7月16日 / 分类:ASP.NET / 抢沙发

今天遇到这个问题,网上找了找,取长补短,组合了一下. //自定义验证函数 function checkcontent(source, arguments){ //获取FCKEditor实例 var oEditor = FCKeditorAPI.GetInstance('content'); //判断是否为空 if (...