Class Index | File Index

Classes


Class InputElementHidden


Extends InputElement.
A hidden input object. Has only a constructor. Used to pass non-displayed info to server.
Defined in: inputElement.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
InputElementHidden(tag, val)
Methods borrowed from class InputElement:
appendTo, disable, enable, onChange, onClick
Class Detail
InputElementHidden(tag, val)
customerID = new InputElementHidden('custID',customerID);
Parameters:
{string} tag
The name of the element
{mixed} val
The value of the element

Documentation generated by JsDoc Toolkit 2.3.2 on Fri Mar 26 2010 16:00:14 GMT-0700 (PDT)