w-multiline
Adds supports for [MultiLineEditComponent]
Implementation Details
Component Selector: 'wm-multi-line-edit'
Class inheritance
MenuComponent extends BaseControlComponent.
Support
Properties
Property | Get/Set | Notify Changes | Details |
alignment: enumerated | Yes/Yes | No | Specifies the text alignment in the control. Values are: Center!, Justify!, Left!, Right!. |
border: boolean | Yes/No | No | Inherited from BaseControlComponent see BaseControlComponent |
enabled: boolean | Yes/Yes | No | Inherited from BaseControlComponent see BaseControlComponent |
name: string | Yes/Yes | No | Inherited from BaseControlComponent see BaseControlComponent |
text: string | Yes/Yes | Yes | Inherited from BaseControlComponent see BaseControlComponent |
textCase: enumerated | Yes/Yes | No | Specifies the case in which text entered in the control displays. Values are: AnyCase!, Lower!, Upper! |
visible: boolean | Yes/Yes | No | Inherited from BaseControlComponent see BaseControlComponent |
Events
Event | Supported | Parameter | Details |
getfocus | Yes | $event: any | Triggers |
losefocus | Yes | $event: any | Triggers |
Last updated