Wijmo UI for the Web
textAlignment Field

Gets or sets the text alignment of data cells. Possible values are "left", "right", "canter".

Syntax
Javascript (Usage) 
var instance; // Type: wijmo.grid.IC1CommandBtnFieldOptions;
var value; // Type: string
value = instance.textAlignment;
Javascript (Specification) 
var textAlignment : string;
Example
$("#element").wijgrid({ columns: [{ textAligment: "right" }]});
Browser Compatibility
7
5
5

See Also

Reference

IC1CommandBtnFieldOptions Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.