TextBox
Wisej.Web.TextBox
Last updated
Was this helpful?
Wisej.Web.TextBox
Last updated
Was this helpful?
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 class with default settings.
Initializes a new instance of the class with specific initial settings.
onTextChanged
Initializes a new instance of the class with specific initial settings.
label
onTextChanged
location
size
onTextChanged
label
location
size
onTextChanged
This property only enables/disables the password mode for the textbox. It doesn't change the password masking character used by the browser.
e
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.
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.
Initializes a new instance of the class with specific initial settings.
The location of the on its parent control.
The size of the .
Handler for the event.
Initializes a new instance of the class with specific initial settings.
The initial text to display in the label.
The location of the on its parent control.
The size of the .
Handler for the event.
: Returns or sets whether pressing ENTER in a multiline control creates a new line of text in the control or activates the default accept button for the or . (Default: False
)
If there is no accept button for the or , 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 or , the user must press SHIFT+ENTER to create a new line in a multiline TextBox control.
: Returns or sets whether the control modifies the case of characters as they are typed. (Default: Normal
)
: 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. (Default: null
)
: Specifies the type, min, max and step properties to associate to the <input> element.
: Returns or sets the character used to mask characters of a password in a single-line control. (Default: "\0"
)
: Returns or sets which scroll bars should appear. (Default: Both
)
: Returns or sets whether the text in the is spell checked by the browser. (Default: False
)
: Returns or sets the current text in the text box. (Default: ""
)
: Returns or sets how text is aligned in a control. (Default: Left
)
Fires the event.
A that contains the event data.
Fires the event.
A that contains the event data.
Returns: . The value store in the 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 .
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.