You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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

On this page:


Requirements



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 this section:

The root page @parent could not be found in space v10.

  • No labels