Development tools : XUI editor : XUI widgets and containers : Widget descriptions : HiddenField
  
HiddenField
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 UDTT context and that are retrieved from the context.
See
Implementation base
Properties for the HiddenField widget
See also
Widget descriptions
Implementation base
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.
See also
HiddenField
Properties for the HiddenField widget
 
Property
Description
id
The identifier for the widget.
dataName
The HiddenField widget retrieves and submits values to a data field that is in a UDTT context.
value
The value of the widget.
See
ECA editor support
See also
HiddenField
ECA editor support
The following properties can be configured for the Hidden field widget with the ECA editor.
The ECA editor does not support events and functions for the Hidden field widget.
Properties that can be configured for the Hidden field widget by using the ECA editor
 
Property
Description
id
This property can be used in the Condition part of ECA rule.
value
The value property specifies the text that is contained in the HiddenField widget.
This property can be used in the Condition part of ECA rule.
See also
Properties for the HiddenField widget