Input

You use the Input component to add a labeled field into which a user can enter a value.

This page discusses:

See Also
Creating a Custom User Interface
About Rules

Example

The following figure shows an example of the properties of a Input component:

The following figure shows the resulting output in the customized simulation template:

Properties

The Text Input component has the following properties:

PropertyDescriptionType
NameThe ID of the component (read-only)String
ValueThe object with which to bind or the default valueString, multiline, real, integer, or Boolean
LabelText to display in front of the input field String
Read OnlyWhether or not the user can modify the default valueBoolean
MandatoryWhether or not a value is requiredBoolean
HiddenWhether or not the component is displayedBoolean
HintText displayed under the input field to provide additional information about the input that is expectedString