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.
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.
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
Go up to
Widget descriptions