Class wwWebTextBox

The TextBox control provides basic text input functionality for single line, multiline and password type text input.

Custom
  wwWebControl
    wwWebTextBox

Class Members

MemberDescription

Change

Change event that is fired if the value of the control is changed. Only fired when AutoPostBack=true.

ControlSource

The ControlSource binds a value expression to the Text Property by default.

ControlSourceFormat

FoxPro Format String used when a control source is bound to data. Also support a format method.

IsRequired

Determines whether the text box can be left empty. If empty an error is created in the BindindErrors collection

LabelText

Text for a label before the textbox.

MaxLength

Maximum number of characters allowed in the textbox. Renders the MaxLength textbox attribute into HTML.

Text

The Text property is the key value property for the TextBox. It's the default ControlSource Property as well.

TextMode

Input mode for the TextBox control


© West Wind Technologies, 1996-2024 • Updated: 12/24/12
Comment or report problem with topic