:: Forum >>

Column Header Text Align

I tried:
var column = new Active.Templates.Header;
column.setStyle("text-align", "left");
obj.setTemplate("column",column);

get a String "undefined" when table loads.

thanks,

david
David
Tuesday, March 30, 2004
To align both header and content, for example, in the 2nd column use

.active-column-1 {text-align: right;}

To align header only:

.active-scroll-top .active-column-1 {text-align: center;}

To align all headers:

.active-scroll-top * {text-align: center;}
Alex (ActiveWidgets)
Tuesday, March 30, 2004
Just want to add that for the row header column header text (the so called corner box) the style can be set with the following CSS entry:

.active-scroll-corner * {text-align: left;}
Andreas
Wednesday, May 11, 2005

This topic is archived.


Back to support forum

Forum search