Class DHTMLSuite.formUtil

Object
   |
   +--DHTMLSuite.formUtil

class DHTMLSuite.formUtil


Form submission Demo: demo-form-validator.html
Defined in dhtml-suite-for-applications.js

Author: Alf Magne Kalleland(www.dhtmlgoodies.com)
Version: 1.0 , 1.0


Constructor Summary
DHTMLSuite.formUtil ()
           
 
Method Summary
 Object areEqual(input1,input2)
           Check if two form elements have the same value
 Object getFamily(el,formRef)
           Return an array of elements with the same name
 Object getValue(formEl)
           Return value of form element
 Object getValuesAsArray(formRef)
           Return value of form as associative array
 Object hasFileInputs(formRef)
           Does the form has file inputs?

Constructor Detail

DHTMLSuite.formUtil

DHTMLSuite.formUtil()

Method Detail

areEqual

Object areEqual(input1,input2)

getFamily

Object getFamily(el,formRef)

getValue

Object getValue(formEl)

getValuesAsArray

Object getValuesAsArray(formRef)

hasFileInputs

Object hasFileInputs(formRef)


Documentation generated by JSDoc on Mon Oct 8 10:17:27 2007