Mac OS X Reference Library Apple Developer
Search

HTMLFormElement

Module:
html
Inherits from:
Declared In:

Overview

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



Functions

checkValidity
reset
submit

checkValidity



boolean checkValidity(); 

reset



void reset(); 

submit



void submit(); 

Member Data

acceptCharset
action
elements
encoding
enctype
length
method
name
noValidate
target

acceptCharset



attribute DOMString acceptCharset; 

action



attribute DOMString action; 

elements



readonly attribute HTMLCollection elements; 

encoding



attribute DOMString encoding; 

enctype



attribute DOMString enctype; 

length



readonly attribute long length; 

method



attribute DOMString method; 

name



attribute DOMString name; 

noValidate



attribute boolean noValidate; 

target



attribute DOMString target; 

 

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

Last Updated: 2010-05-27