3.2.0

newbie question : font in grid

AW V 2.5.1
I just want to have my entire grid in Arial font size 8.
I don’t see how to do that....
Imbault
January 18,
You can set font either with CSS

#myGrid {
    font: 8pt Arial;
}


or using script

obj.setStyle("font", "8pt Arial");
Alex (ActiveWidgets)
January 18,
better to use font in % and all size in em unit - see firefox 3.0 for a demo of loop effects by increasing the % of the font !
Philippe Marzin
January 21,

This topic is archived.

See also:


Back to support forum