Last updated
Was this helpful?
Adds supports for [MultiLineEditComponent]
Component Selector: 'wm-multi-line-edit'
MenuComponent extends BaseControlComponent.
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!
Event
Supported
Parameter
Details
getfocus
Yes
$event: any
Triggers getfocus Event.
losefocus
Yes
$event: any
Triggers losefocus Event.
Last updated
Was this helpful?
Was this helpful?