w-maskedtextbox

Adds supports for [MaskedTextBoxComponent]

Implementation Details

Component Selector: 'wm-editmask'

Class inheritance

MaskedTextBoxComponent extends BaseControlComponent.

Support

Properties

Property

Get/Set

Notify Changes

Details

border: boolean

Yes/No

No

Inherited from BaseControlComponent see BaseControlComponent

enabled: boolean

Yes/Yes

No

Inherited from BaseControlComponent see BaseControlComponent

mask: string

Yes/No

No

Gets the mask processed by the EditMaskService.

MaskDataType: enumerated

Yes/No

No

Gets the mask type.

name: string

Yes/No

No

Inherited from BaseControlComponent see BaseControlComponent

text: string

Yes/Yes

Yes

Inherited from BaseControlComponent see BaseControlComponent

visible: boolean

Yes/Yes

No

Inherited from BaseControlComponent see BaseControlComponent

Events

Event

Supported

Parameter

Details

getfocus

Yes

$event: any

Triggers getfocus Event.

losefocus

Yes

$event: any

Triggers losefocus Event.

Functions

Function

Supported

Details

Last updated