TextBox
Last updated
Was this helpful?
Last updated
Was this helpful?
Adds supports for [System.Windows.Forms.Label]()
Component Selector: 'wm-textbox'
Kendo UI Component:
TextBoxComponent extends .
Property
Get/Set
Notify Changes
Details
source
Yes
No
Sets and gets value of the image resource.
text: string
Yes
Yes
name: string
Yes
No
enabled: boolean
Yes
No
visible: boolean
Yes
No
maxLength: number
Yes
No
Gets or sets the maximum number of characters for the control.
multiline: boolean
Yes
No
Gets or sets the multiline support.
readOnly: boolean
Yes
No
Gets or sets the readonly support.
Method
Supported
Details
None
None
None
Event
Supported
Parameter
Details
TextChanged
Yes
$event: any
Trigger Click event. $event parameter is optional and the $event object vary depending on the type of DOM event.
KeyPress
Yes
$event: any
Trigger KeyPress
event. $event parameter is optional and the $event object vary depending on the type of DOM event.
LostFocus
Yes
$event: any
Trigger LostFocus
event. $event parameter is optional and the $event object vary depending on the type of DOM event.
Inherited from ControlComponent
Inherited from ControlComponent
Inherited from ControlComponent
Inherited from ControlComponent