inputHidden - Hidden Input

Hides data from the user.

Category

Core Controls

Syntax

<xp:inputHidden attributes>content</xp:inputHidden>
Table 1. Essential properties
Property Description
id Defaults to inputHidden1, inputHidden2, and so on.
value Binds the control to a data element or other value.

Usage

At run time, nothing appears on the page. The control can be manipulated programmatically.

To access this control, open Other on the Controls palette (or click Create > Other).

Examples

This Hidden Input control is bound to a field on a Domino® form.
<xp:inputHidden id="inputHidden1" value="#{document1.description}"></xp:inputHidden>