Class InputElementHidden
Extends
InputElement.
A hidden input object. Has only a constructor. Used to pass non-displayed info to server.
Defined in: inputElement.js.
Constructor Attributes | Constructor Name and Description |
---|---|
InputElementHidden(tag, val)
|
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