Control Component
Last updated
Last updated
Property | Get/Set | Notify Changes | Details |
enabled: boolean | Yes | No | Gets or sets a value indicating whether the control can respond to user interaction. |
events: boolean | Yes | No | Gets or sets the list of event. |
height: number | Yes | No | Gets or sets the height of the control. |
model: any | Yes | No | Gets or sets the model of the control. |
name: string | Yes | No | Gets or sets the name of the control. |
text: string | Yes | Yes | Gets or sets the text associated with this control. |
visible: boolean | Yes | No | Gets or sets a value indicating whether the control and all its child controls are displayed. |
width: number | Yes | No | Gets or sets the width of the control. |
Method | Supported | Details |
isBindedEvent | Yes | Indicates if an event is binded in the server or not. |
Event | Supported | Parameter | Details |
blur | Yes | $event: any | Triggers |
change | Yes | $event: any | Triggers |
enter | Yes | $event: any | Triggers |
focus | Yes | $event: any | Triggers |
keyPress | Yes | $event: any | Triggers |
keyDown | Yes | $event: any | Triggers |
leave | Yes | $event: any | Triggers |