SMART datagrid v1.4 > Classes > CellEditor

Back  Forward

DataLudi.CellEditor.fontName  property

편집기에서 사용할 폰트 이름. 

기본값은 null.

Getter
function fontName(): String
Setter
function setFontName(value: String)
Code -1
    var columns = [{
        name: "col1",
        fieldName: "Data1",
        editor: {
            fontName: "Tahoma",
            fontSize: "12"
        },
        ....
    }];
    grid.setColumns(columns);
See Also
fontSize
textCase
Examples
Text 셀 편집기