RealGrid2 API
Interface
TextCellEditor

TextCellEditor

텍스트 입력을 받을 수 있는 편집기들의 기반 모델

Signature:

export interface TextCellEditor extends CellEditor 

Extends: CellEditor

Remarks

CellEditor 를 상속한다.

LineCellEditor, PasswordCellEditor, DropDownCellEditor, DateCellEditor, BTDateCellEditor 들이 상속받는다.

TextCellEditor 의 모든 속성은 이를 상속한 하위 클래스들에서만 호출할 수 있다.

[상위 클래스]

CellEditor

[하위 클래스]

LineCellEditor

PasswordCellEditor

DropDownCellEditor

DateCellEditor

BTDateCellEditor

Properties

PropertyModifiersTypeDescription
maskEditMask텍스트나 날짜 필드에 적용될 수 있는 편집 형식
maxLengthnumber입력할 수 있는 문자의 최대 길이
textstring편집기에 입력되어 있는 값

Properties Desc

mask

텍스트나 날짜 필드에 적용될 수 있는 편집 형식

maxLength

입력할 수 있는 문자의 최대 길이

Remarks:

0을 입력시에 제한이 없다.

text

편집기에 입력되어 있는 값