Kendo.Mvc.UI.TextBox
Kendo UI TextBox component
Fields
urlGenerator
The URL generator.
Properties
Enable
If set to false, the widget will be disabled and will not allow user input. The widget is enabled by default and allows user input.
Label
Adds a label before the input. If the input has no id attribute, a generated id will be assigned. The string and the function parameters are setting the inner HTML of the label.
Placeholder
The hint displayed by the widget when it is empty. Not set by default.
Readonly
If set to true, the widget will be readonly and will not allow user input. The widget is not readonly by default and allows user input.
Value
The value of the widget.
Methods
WriteInitializationScript(System.IO.TextWriter)
Writes the initialization script.
Parameters
writer System.IO.TextWriter
The TextWriter.
WriteHtml(System.Web.UI.HtmlTextWriter)
Writes the HTML.
Parameters
writer System.Web.UI.HtmlTextWriter
The HtmlTextWriter.