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

enabled: boolean

Yes/Yes

No

name: string

Yes/Yes

No

text: string

Yes/Yes

Yes

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

Events

Event

Supported

Parameter

Details

getfocus

Yes

$event: any

Triggers getfocus Event.

losefocus

Yes

$event: any

Triggers losefocus Event.

Last updated

Was this helpful?