TextBox
Wisej.Web.TextBox
Last updated
Was this helpful?
Wisej.Web.TextBox
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents a text box control that allows the user to enter any value.
: Returns or sets whether pressing ENTER in a multiline control creates a new line of text in the control or activates the default button for the form.
This property only enables/disables the password mode for the textbox. It doesn't change the password masking character used by the browser.
Bindable components implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
: Returns or sets whether the control modifies the case of characters as they are typed.
: Returns whether the textbox with set to or is checked.
: Returns or sets a JavaScript regular expression that limits the characters that the user can type.
: Specifies the type, min, max and step properties to associate to the element.
: Returns or sets the character used to mask characters of a password in a single-line control.
: Returns or sets which scroll bars should appear.
: Returns or sets whether the text in the is spell checked by the browser.
: Returns or sets the current text in the text box.
: Returns or sets how text is aligned in a control.
Resets the property.
Fired when the value of the property changes.
Fired when the value of the property has changed.
Represents a control that can be hosted in a cell when the cell's is set to .
All wisej controls derived from the class must implement this interface.