HTMLFieldSetElement - Web API 接口参考 编辑

HTML Field Set Element

DOM fieldset elements expose the HTMLFieldSetElement  (HTML 4 HTMLFieldSetElement) interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of field-set elements.

属性

以下属性除了 form 都是在 HTML5 中新添加的.

名称类型描述
disabledBoolean读取HTML属性 disabled,表明用户是否可以操作该控件.
elementsreadonly HTMLFormControlsCollectionThe elements belonging to this field set.
formreadonly HTMLFormElementThe containing form element, if this element is in a form. Otherwise, the element the name content attribute points to HTML5. (null in HTML 4.)
nameDOMStringReflects the name HTML attribute, containing the name of the field set, used for submitting the form.
typereadonly DOMString一定为字符串fieldset.
validationMessagereadonly DOMStringA localized message that describes the validation constraints that the element does not satisfy (if any). This is the empty string if the element  is not a candidate for constraint validation (willValidate is false), or it satisfies its constraints.
validityreadonly ValidityStateThe validity states that this element is in.
willValidatebooleanAlways false because fieldset objects are never candidates for constraint validation.

方法

名称 & 参数返回值描述
checkValidity()Boolean如果元素的值没有有效性问题,则返回true,否则返回false并触发invalid事件.
setCustomValidity(inDOMStringerror)void设置一个自定义错误,则该元素将无法通过有效性验证.参数指定的字符串就是在向用户报告错误时显示的消息.如果为空字符串,则清除这个自定义错误.

 

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:108 次

字数:4279

最后编辑:8年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文