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