SMART datagrid v1.4 > Classes > LineCellEditor
DataLudi.LineCellEditor.LineCellEditor constructor
LineCellEditor 생성자.
컬럼 생성 시, 혹은 DataColumn.editor로 컬럼 렌더러를 설정할 때, 설정 객체로 전달되므로 이 객체를 직접 생성할 일은 거의 없다.
function LineCellEditor (grid: GridBase, parentElement: HtmlElement);
- Returns
- Void
- Parameters
- grid - GridBase. required.
- parentElement - HtmlElement. required.
- See Also
- DataColumn.editor
- See Also
- MultiLineCellEditor
- DropDownCellEditor
- Examples
- Text Cell Editors