The HiddenField widget is a hidden widget, which means that it is not displayed on a GUI. However, the HiddenField widget contains data that are submitted to a WebSphere® Multichannel Bank Transformation Toolkit context and that are retrieved from the context.
The HiddenField widget is a Dojo-based widget; it can also be implemented by using the HTML <input> tag with the value of the type attribute set to hidden.
Property | Description |
---|---|
id | The id is the identifier for the widget. |
dataName | The dataName property is the name of the data element to which the widget is bound. This property is mandatory. |
value | The value of the widget. |
The HiddenField widget retrieves and submits values to a data field that is in a WebSphere Multichannel Bank Transformation Toolkit context.
Property | Description |
---|---|
value | The value property specifies the text that is
contained in the HiddenField widget. Note: The visibility property
can be used in the Condition part of ECA rule.
|