Wisej.Web.TextBox
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents a text box control that allows the user to enter any value.
Initializes a new instance of the TextBox class with default settings.
Initializes a new instance of the TextBox class with specific initial settings.
onTextChanged
Initializes a new instance of the TextBox class with specific initial settings.
label
onTextChanged
Initializes a new instance of the TextBox class with specific initial settings.
location
size
onTextChanged
Initializes a new instance of the TextBox class with specific initial settings.
label
location
size
onTextChanged
Boolean: Returns or sets whether pressing ENTER in a multiline TextBox control creates a new line of text in the control or activates the default accept button for the Form or Page. (Default: False
)
If there is no accept button for the Form or Page, the ENTER key will always create a new line of text in the control, regardless of the value of this property. If the value of this property is false and there is an accept button defined on the AcceptButton or AcceptButton, the user must press SHIFT+ENTER to create a new line in a multiline TextBox control.
CharacterCasing: Returns or sets whether the TextBox control modifies the case of characters as they are typed. (Default: Normal
)
Boolean: Returns whether the textbox with InputType set to Checkbox or Radio is checked.
String: Returns or sets a JavaScript regular expression that limits the characters that the user can type. (Default: null
)
InputType: Specifies the type, min, max and step properties to associate to the <input> element.
Char: Returns or sets the character used to mask characters of a password in a single-line TextBox control. (Default: "\0"
)
This property only enables/disables the password mode for the textbox. It doesn't change the password masking character used by the browser.
ScrollBars: Returns or sets which scroll bars should appear. (Default: Both
)
Boolean: Returns or sets whether the text in the TextBox is spell checked by the browser. (Default: False
)
String: Returns or sets the current text in the text box. (Default: ""
)
HorizontalAlignment: Returns or sets how text is aligned in a TextBox control. (Default: Left
)
value
Returns: String.
Fires the CheckedChanged event.
e
Fires the TextAlignChanged event.
e
Processes the event from the client.
e
Event arguments.
Renders the client component.
config
Dynamic configuration object.
Applies any text transformation before saving the text property.
value
Value to process before it's stored in the control.
Returns: String. The value store in the control.
Resets the InputType property.
Returns: Boolean.
EventHandler Fired when the value of the Checked property changes.
EventHandler Fired when the value of the TextAlign property has changed.
Represents a text box control that allows the user to enter a typed value.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
Provides access to the validation events and properties property for controls that support validation.
All wisej components implement this interface.
Allows an object to serialize itself.
Handler for the event.
The initial text to display in the label.
Handler for the event.
The location of the on its parent control.
The size of the .
Handler for the event.
The initial text to display in the label.
The location of the on its parent control.
The size of the .
Handler for the event.
A that contains the event data.
A that contains the event data.
Represents a control that can be hosted in a cell when the cell's is set to .
Provides access to the associated with the controls that implement this interface.
Provides access to the property for coontrols that support the read-only mode.
Provides access to the property and event for controls that implement this interface.
All wisej controls derived from the class must implement this interface.