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!.
textCase: enumerated
Yes/Yes
No
Specifies the case in which text entered in the control displays. Values are: AnyCase!, Lower!, Upper!
Events
Event
Supported
Parameter
Details
getfocus
Yes
$event: any
Triggers getfocus
Event.
losefocus
Yes
$event: any
Triggers losefocus
Event.
Last updated