RealGrid2 API
Interface
PasswordCellEditor

PasswordCellEditor

암호를 입력하기 위한 편집기

Signature:

export interface PasswordCellEditor extends TextCellEditor 

Extends: TextCellEditor

Remarks

입력한 값들이 * 로 표시된다.

TextCellEditor 를 상속한다.

[상위 클래스]

CellEditor - TextCellEditor

Example

// string type
column.editor = "password"
 
// object type
column.editor = { type: "password", maxLength: 6}

Properties

PropertyModifiersTypeDescription
type'password'셀편집기 종류: 암호

Properties Desc

type

셀편집기 종류: 암호