Mac OS X Reference Library Apple Developer
Search

HTMLFieldSetElement

Module:
html
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

checkValidity
setCustomValidity

checkValidity



boolean checkValidity(); 

setCustomValidity



void setCustomValidity(
    in DOMString error); 

Member Data

form
validationMessage
validity
willValidate

form



readonly attribute HTMLFormElement form; 

validationMessage



readonly attribute DOMString validationMessage; 

validity



readonly attribute ValidityState validity; 

willValidate



readonly attribute boolean willValidate; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27