Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

This page presents the TextBox Control, with its two variations, the Numeric TextBox and the MaskedTextBox

On this page:

Table of Contents
maxLevel3

Requirements

This components runs only  on Windows, on RichClient and SmartClient clients. 

Configuration

Default TextBox

For the regular text box, we have:

TextBox configuration

Field

Description

Control Name

Defines a name for the control so it can be accessed in the CodeBehind script. See Display Code Behind

Value

The Tag that will receive the value selected.

Label

The label that will be shown in the text box.

AutoComplete

Enable auto complete.

FloatLabel

Options for enable the float (never, auto, always).

Type

Text, password, email.

ShowClearButton

Enable clear button.

MultiLine

Enable Multi line

ReadOnly

Enable Read Only mode.


Masked TextBox

MaskedTextBox properties

Control name

MaskedTextBox name.

Value

The Tag that will receive the value selected.

Mask

Insert a mask for the input text.

Label

Enter your text.



Numeric TextBox

NumericTextBox properties

Control name

Numeric Text Box name.

Value

The Tag that will receive the value selected.

Label

Enter your value.

FloatLabel

  • Always
  • Auto
  • Never

Format


Min

The minimum value in the input.

Max

The maximum value in the input.

Step

The step when using the arrows of the component.

ReadOnly

CheckBox to enable ReadOnly.


Runtime Execution 

In Runtime, the control has embedded controls to allow the Operator to modify the view.

Typically the configuration settings of <> is attached to a Tag exposed in the  Display User Interface, allowing the operator to select <. >.


In this section...

Page Tree
root@parent
spacesV10