Constructor Summary
Public Constructor | ||
public |
constructor(id: String, options: Object) Constructor |
Method Summary
Public Methods | ||
public |
enable or disable the MaskedTextBox |
|
public |
Toggles the readonly state of the MaskedTextBox. |
|
public |
Gets or sets the value of the MaskedTextBox. |
Public Methods
public enable(flag: Boolean): Null source
enable or disable the MaskedTextBox
Params:
Name | Type | Attribute | Description |
flag | Boolean | if false, MaskedTextBox will be disabled |
Return:
Null |