HIDDEN
Creates a hidden control.
Authors may create controls that are not rendered (visually) but whose
values are submitted with a form. This control type can generally be used to
store information between client/ server exchanges that would otherwise
be lost due to the stateless nature of HTTP (see [RFC2616]).
class
- Description:
- See general information for class.
filters
- Description:
- See general information for filters.
id
- Description:
- See general information for id.
lang
- Description:
- See general information for lang.
layout
- Description:
- See general information for Layout and the hidden
specific information.
name
- Description:
- See general information for name.
style
- Description:
- See general information for style.
type
- Description:
- See general information for type.
value
- Description:
- See general information for value.
[tsref:(cObject).FORM.FormObject.HIDDEN]