TextCellEditor
Base model for editors that can accept text input
Signature:
export interface TextCellEditor extends CellEditorExtends: CellEditor
Remarks
Inherits CellEditor.
LineCellEditor, PasswordCellEditor, DropDownCellEditor, DateCellEditor, BTDateCellEditor are inherited.
All properties of TextCellEditor can be called only from subclasses that inherit it.
[Superclass]
[subclass]
Properties
| Property | Type | Description | 
|---|---|---|
| mask | EditMask | Editing formats that can be applied to text or date fields | 
| maxLength | number | Maximum length of characters that can be entered | 
| text | string | Value entered in editor | 
Properties Desc
mask
Edit format that can be applied to text or date fields
Type - EditMask
maxLength
Maximum length of characters that can be entered
Type - number
Remarks:
There is no limit when entering 0.
text
Value entered in editor
Type - string