SMART datagrid v1.4 > Classes > MultiLineCellEditor

Back  Forward

DataLudi.MultiLineCellEditor.text  property

현재 편집기가 표시하는 텍스트. 

Getter
function text(): String
Code -1
    $('#getText').click(function () {
        var column = grid.focusedIndex().column;
        alert(column.editor().text());
    });
See Also
maxLength
Examples
Text Cell Editors