SMART datagrid v.1 > Classes > DefaultSortHandleRenderer

Back  Forward

DataLudi.DefaultSortHandleRenderer.backgroundColor  property

ソーティングされた状態のカラムフィルターハンドルの背景色。 

色の指定方法はカラー概要トピックを参考する。 

デフォルト値は"#808080".

Getter
function backgroundColor(): String|Integer
Setter
function setBackgroundColor(value: String|Integer)
Code -1
    grid.setOperateOptions({
        sortHandleRenderer: {
            backgroundColor: "#ff0000",
            borderColor: "#880000"
            emptyBackgroundColor: null,
            emptyBorderColor: "#880000"
        }
    };
See Also
borderColor
emptyBackgroundColor
emptyBorderColor
OperateOptions.sortHandleRenderer
Color概要
Examples
Column Sorting