Development tools : XUI Mobile editor : Adding Mobile widgets : XUI Mobile widgets : Hidden Field
  
Hidden Field
A Hidden Field widget is an invisible widget that is used to submit data to or retrieve data from the data context.
Derived base
dijit._Widget
Properties
id
A unique ID string for the widget.
dataName
The name of a data element to which the widget is bound. If no data to be sent to the server, leave this property blank.
value
The value of the widget.
ECA editor support
Properties that can be configured for the Hidden Field widget with the ECA editor
value
The value of the widget.
Applicable ECA part: Expression in Condition
id
A unique ID string for the widget.
Applicable ECA part: Expression in Condition
See also
XUI Mobile widgets