Text field

Overview

This control is for the user to input some text, either to note something or to get interpreted by some script afterwards.

Configuration

Display:
  • Text : Text content of the control (refreshed by user input or overwritten by some script)
  • Font
  • Text Color
  • Background Color
  • Border Color
  • Border Type

Example

In this first example, we want to print in a pop-up message the text entered in a text box with the following code in a button:



In this example, we want to write which radio button is checked. On top is the code of the radio button and under is the whiteboard display :