你的位置:HBcms宏博内容管理系统 HBcms使用帮助 自定义表单 正文
HBcms使用帮助
  1. 如何安装
  2. 快速入门
  3. 自定义表单
内容搜索
热门内容
  1. 美化前台表单的外观(..
  2. 下拉菜单(单选框,多..
  3. 输入框的式样和预设值
  4. 基本属性的用途
  5. 表单模型应用范例:投..
  6. 表单模型属性含义
  7. 后台属性的含义
  8. 数据库字段优化
  9. 填写规则和提示文字
  10. 高级属性和模板缓存
推荐内容
  1. 输入框的式样和预设值
  2. 基本属性的用途
  3. 表单模型应用范例:投..
  4. 表单模型属性含义
  5. 添加字段的时候,提示..
  6. 数据库字段优化
  7. 美化前台表单的外观(..
  8. 高级属性和模板缓存
  9. 填写规则和提示文字
  10. 后台属性的含义
填写规则和提示文字
  •  添加时间:2009-06-01 发表时间:2009-06-01 人气:599
  • 名词解释:
    1. 填写规则:是用来约束表单填写人的。比如姓名要求必须填写,手机号码必须是数字且必须是11位, 备注不能超过100个字等等。
    2. 提示文字: 当不满足填写规则时,表单填写人在提交表单的时候会看到的提示文字。
    我们有预设一些填写规则和提示文字,带=符号的填写规则您可以修改数字。例如:

    minlength=5  最少5个字符
    maxlength=60 最多60个字符
     


    更多的填写规则请参考下表,有参数的规则写法格式: 规则名=参数数值

    Built-in Validation Rules

    规则名 参数 Rule Description
    required   Some input is required in the field.  必填字段
    maxlength $length The input can be at most $length characters. 最大字符数
    minlength $length The input must be at least $length characters. 最少字符数
    regex $rx The input must match the regular expression $rx. 正则表达式
    email   The input must be a likely syntactically valid e-mail address.* 必须是email
    emailorblank   The input must be blank or satisfy the email rule. 必须是emai或空
    lettersonly   The input must contain only alphabetic characters. 必须是字母
    alphanumeric   The input must contain only letters and numbers.  必须是字母和数字
    numeric   The input must contain a valid positive or negative integer or decimal number.必须是数字
    nopunctuation   The input must not contain any of these characters: ( ) . / * ^ ? # ! @ $ % + = , " ' > < ~ [ ] { }.  不能包含英文特殊字符
    nonzero   The input must not begin with zero. 不能是0开头

    Note: *The regular expression that the email and emailorblank rules use to determine a valid e-mail address is /^[a-zA-Z0-9\._-]+\@(\[?)[a-zA-Z0-9\-\.]+\.([a-zA-Z]{2,4}| [0-9]{1,3})(\]?)$/'.

  • 点这里复制本页地址发送给您QQ/MSN上的好友
  • 相关文章
  • 相关评论
  • 本文章所属分类:首页 HBcms使用帮助 自定义表单