SMART datagrid v1.4
>
Classes
Back
Forward
abstract
DataLudi.
TextCellEditor
class
한 줄 짜리 텍스트 편집기들을 위한 기반 클래스.
Base Classes
CellEditor
>
EventAware
>
DLBase
Inherited Classes
LineCellEditor
,
ListCellEditor
,
MaskCellEditor
,
NumberCellEditor
Constructor
function
TextCellEditor
(grid: GridBase, parentElement: Object);
Properties
maxLength
minLength
noHangul
text
Inherited Properties
CellEditor
.booleanFormat
CellEditor
.datetimeFormat
CellEditor
.emptyValue
CellEditor
.fontName
CellEditor
.fontSize
CellEditor
.keyCallback
CellEditor
.textCase
Inherited Methods
EventAware
.addListener
DLBase
.assign
CellEditor
.ctor
DLBase
.getProperties
DLBase
.getProperty
EventAware
.removeListener
DLBase
.setProperties
DLBase
.setProperty
DLBase
.toggle
See Also
MultiLineCellEditor
Examples
Text Cell Editors