Class wwWebTextBox
The TextBox control provides basic text input functionality for single line, multiline and password type text input.
wwWebControl
wwWebTextBox
Class Members
Member | Description | |
---|---|---|
![]() |
Change | Change event that is fired if the value of the control is changed. Only fired when AutoPostBack=true. <ww:wwWebTextBox runat="server" id="txtName" … |
![]() |
ControlSource | The ControlSource binds a value expression to the Text Property by default. Expressions can be any valid Visual FoxPro expression that is in Scope including variables, class properties or even… |
![]() |
ControlSourceFormat | FoxPro Format String used when a control source is bound to data. Also support a format method. You can use standard FoxFormat expressions like "@!" for uppercase, or "@YL" for a… |
![]() |
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. Note the text is placed as plain text - no table formatting. |
![]() |
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 The following modes are supported: SingleLine MultiLine Password |