FCKEditor的验证 博客分类: web fckeditorHTMLprototypeF#
程序员文章站
2024-03-16 08:30:40
...
关于js验证: //获取对象,如果使用传统DOM获取的话,提交的时候第一次的值不会改变,只有点击第二次才会//获取正常的值 var contentsElement=FCKeditorAPI.GetInstance("contents"); var contents =contentsElement.GetXHTML(); if(contents=="" || contents.length==0){ alert("\u5185\u5bb9\u4e0d\u80fd\u4e3a\u7a7a!"); //获取焦点,注意F一定要是大写 contentsElement.Focus(); return false; } else if(contents.length>1000){ alert("\u5185\u5bb9\u957f\u5ea6\u4e0d\u80fd\u8d85\u8fc71000\u4e2a\u5b57\u7b26!"); contentsElement.Focus(); return false; } 关于使用: 附件是一个简单的配置,保留了所有功能。。。版本2.3
上一篇: 第k大的元素
推荐阅读
-
使用过滤器验证是否登录 博客分类: web StrutsfckeditorWebJSPServlet
-
FCKEditor的验证 博客分类: web fckeditorHTMLprototypeF#
-
验证是否支持html5的Video标签及MP4视频播放 博客分类: web前端 html5验证videoMP4javascript
-
持续记录一些排查web服务问题的linux命令 博客分类: java; linux
-
持续记录一些排查web服务问题的linux命令 博客分类: java; linux
-
window.location.href以post方式传递参数的方法 博客分类: web前端 hrefpostget
-
Google App Engine Jsp的jdk问题 博客分类: google Your Web Application Project must be configured to use a JDK in order to use JSPsgoogle app enginejsp
-
Google App Engine Jsp的jdk问题 博客分类: google Your Web Application Project must be configured to use a JDK in order to use JSPsgoogle app enginejsp
-
myeclipse10中的js文件报错 博客分类: web eclipse 10js报错
-
获取地址栏的属性 博客分类: Web JS地址栏URL