Index Overview

Text Field Control

Text Field is a control which implements a single-line input field with a user definable initial string. Choose Label on the Examples button to see how it can be used.

Text Field control has the following attributes:

Init Text - This attribute specifies the initial string of the text field until changed by using Take Initial String.

The Text Field control has the following actions and parameters:

Services:

  • Take Initial String- Text Field recieves it's initial string from the input parameter called Init Text.
  • Hide/Show - Hides the control if previously visible, and vise versa
  • Input Parameters:

  • Init Text - Text Field takes it's initial string from this parameter when Take Initial String is carried out. If this parameter is not connected, the name specified in the control attribute will be used as the initial string.
  • Output Parameters:

  • Text - This parameter supplies the currently entered text.