SMART datagrid v.1 > Classes > TextCellEditor

Back  Forward

DataLudi.TextCellEditor.TextCellEditor  constructor

TextCellEditor构造器。 

因为是抽象类,所以无需创建这个类对象。 

function TextCellEditor (grid: GridBase, parentElement: Object);
Returns
Void
Parameters
grid - GridBase. required.
parentElement - Object. required.
See Also
DataColumn.editor
maxLength
Examples
文本单元格编辑器