Skip to main content
A newer version of this page is available. .

TextBoxBuilder Members

A TextBox control.

Constructors

Name Description
TextBoxBuilder(OptionsOwnerContext) For internal use only. Initializes a new TextBoxBuilder class instance.

Methods

Name Description
AccessKey(JS) Mirrors the client-side accessKey option.
AccessKey(String) Mirrors the client-side accessKey option.
ActiveStateEnabled(JS) Mirrors the client-side activeStateEnabled option.
ActiveStateEnabled(Boolean) Mirrors the client-side activeStateEnabled option.
Buttons(JS) Mirrors the client-side buttons option.
Buttons(Action<CollectionFactory<TextEditorButtonBuilder>>) Provides access to the client-side buttons option that represents an editor button collection.
Buttons(IEnumerable<TextBoxButtonName>) Mirrors the client-side buttons option.
Buttons(IEnumerable<String>) Mirrors the client-side buttons option.
Disabled(JS) Mirrors the client-side disabled option.
Disabled(Boolean) Mirrors the client-side disabled option.
ElementAttr(JS) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(Dictionary<String, Object>) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(Object) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(String, Object) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FocusStateEnabled(JS) Mirrors the client-side focusStateEnabled option.
FocusStateEnabled(Boolean) Mirrors the client-side focusStateEnabled option.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Height(JS) Mirrors the client-side height option.
Height(Double) Mirrors the client-side height option.
Height(String) Mirrors the client-side height option.
Hint(JS) Mirrors the client-side hint option.
Hint(String) Mirrors the client-side hint option.
HoverStateEnabled(JS) Mirrors the client-side hoverStateEnabled option.
HoverStateEnabled(Boolean) Mirrors the client-side hoverStateEnabled option.
ID(JS) Specifies the id attribute for the control’s HTML element (used for nested controls within templates).
ID(String) Specifies the id attribute for the control’s HTML element.
InputAttr(JS) Mirrors the client-side inputAttr option, specifies attributes for the control’s underlying <input> HTML element.
InputAttr(Dictionary<String, Object>) Mirrors the client-side inputAttr option, specifies attributes for the control’s underlying <input> HTML element.
InputAttr(Object) Mirrors the client-side inputAttr option, specifies attributes for the control’s underlying <input> HTML element.
InputAttr(String, Object) Mirrors the client-side inputAttr option, specifies attributes for the control’s underlying <input> HTML element.
IsValid(JS) Mirrors the client-side isValid option.
IsValid(Boolean) Mirrors the client-side isValid option.
Mask(JS) Mirrors the client-side mask option.
Mask(String) Mirrors the client-side mask option.
MaskChar(JS) Mirrors the client-side maskChar option.
MaskChar(String) Mirrors the client-side maskChar option.
MaskInvalidMessage(JS) Mirrors the client-side maskInvalidMessage option.
MaskInvalidMessage(String) Mirrors the client-side maskInvalidMessage option.
MaskRules(Object) Mirrors the client-side maskRules option.
MaxLength(JS) Mirrors the client-side maxLength option.
MaxLength(Int32) Mirrors the client-side maxLength option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Mode(TextBoxMode) Mirrors the client-side mode option.
Name(JS) Mirrors the client-side name option.
Name(String) Mirrors the client-side name option.
OnChange(RazorBlock) Mirrors the client-side onChange option.
OnChange(String) Mirrors the client-side onChange option.
OnContentReady(RazorBlock) Mirrors the client-side onContentReady option.
OnContentReady(String) Mirrors the client-side onContentReady option.
OnCopy(RazorBlock) Mirrors the client-side onCopy option.
OnCopy(String) Mirrors the client-side onCopy option.
OnCut(RazorBlock) Mirrors the client-side onCut option.
OnCut(String) Mirrors the client-side onCut option.
OnDisposing(RazorBlock) Mirrors the client-side onDisposing option.
OnDisposing(String) Mirrors the client-side onDisposing option.
OnEnterKey(RazorBlock) Mirrors the client-side onEnterKey option.
OnEnterKey(String) Mirrors the client-side onEnterKey option.
OnFocusIn(RazorBlock) Mirrors the client-side onFocusIn option.
OnFocusIn(String) Mirrors the client-side onFocusIn option.
OnFocusOut(RazorBlock) Mirrors the client-side onFocusOut option.
OnFocusOut(String) Mirrors the client-side onFocusOut option.
OnInitialized(RazorBlock) Mirrors the client-side onInitialized option.
OnInitialized(String) Mirrors the client-side onInitialized option.
OnInput(RazorBlock) Mirrors the client-side onInput option.
OnInput(String) Mirrors the client-side onInput option.
OnKeyDown(RazorBlock) Mirrors the client-side onKeyDown option.
OnKeyDown(String) Mirrors the client-side onKeyDown option.
OnKeyPress(RazorBlock) Obsolete. Mirrors the client-side onKeyPress option.
OnKeyPress(String) Obsolete. Mirrors the client-side onKeyPress option.
OnKeyUp(RazorBlock) Mirrors the client-side onKeyUp option.
OnKeyUp(String) Mirrors the client-side onKeyUp option.
OnOptionChanged(RazorBlock) Mirrors the client-side onOptionChanged option.
OnOptionChanged(String) Mirrors the client-side onOptionChanged option.
OnPaste(RazorBlock) Mirrors the client-side onPaste option.
OnPaste(String) Mirrors the client-side onPaste option.
OnValueChanged(RazorBlock) Mirrors the client-side onValueChanged option.
OnValueChanged(String) Mirrors the client-side onValueChanged option.
Option(String, Object) Specifies an option by its name.
Placeholder(JS) Mirrors the client-side placeholder option.
Placeholder(String) Mirrors the client-side placeholder option.
ReadOnly(JS) Mirrors the client-side readOnly option.
ReadOnly(Boolean) Mirrors the client-side readOnly option.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Render() Inherited from WidgetBuilder.
RtlEnabled(JS) Mirrors the client-side rtlEnabled option.
RtlEnabled(Boolean) Mirrors the client-side rtlEnabled option.
ShowClearButton(JS) Mirrors the client-side showClearButton option.
ShowClearButton(Boolean) Mirrors the client-side showClearButton option.
ShowMaskMode(ShowMaskMode) Mirrors the client-side showMaskMode option.
Spellcheck(JS) Mirrors the client-side spellcheck option.
Spellcheck(Boolean) Mirrors the client-side spellcheck option.
StylingMode(EditorStylingMode) Mirrors the client-side stylingMode option.
TabIndex(JS) Mirrors the client-side tabIndex option.
TabIndex(Int32) Mirrors the client-side tabIndex option.
ToString() Inherited from WidgetBuilder.
ToTemplate() Renders the control as a template string for use in another control’s template. Inherited from WidgetBuilder.
UseMaskedValue(JS) Mirrors the client-side useMaskedValue option.
UseMaskedValue(Boolean) Mirrors the client-side useMaskedValue option.
ValidationError(Object) Mirrors the client-side validationError option.
ValidationErrors(JS) Mirrors the client-side validationErrors option.
ValidationErrors(IEnumerable) Mirrors the client-side validationErrors option.
ValidationMessageMode(ValidationMessageMode) Mirrors the client-side validationMessageMode option.
ValidationStatus(ValidationStatus) Mirrors the client-side validationStatus option.
Value(JS) Mirrors the client-side value option.
Value(String) Mirrors the client-side value option.
ValueChangeEvent(JS) Mirrors the client-side valueChangeEvent option.
ValueChangeEvent(String) Mirrors the client-side valueChangeEvent option.
Visible(JS) Mirrors the client-side visible option.
Visible(Boolean) Mirrors the client-side visible option.
Width(JS) Mirrors the client-side width option.
Width(Double) Mirrors the client-side width option.
Width(String) Mirrors the client-side width option.
See Also