writing-mode CSS style in headers
My first day using the active widget grid - mightily impressed so far!
One question I have - is it possible to have vertical text in the column headings? In my old HTML table I set the 'writing-mode' for the cell to be 'tb-rl'. I have tried setting the style in a template and using that but I get no text at all then:
var objHdrTemplate = new Active.Templates.Header;
objHdrTemplate.setStyle("writing-mode", "tb-rl");
objGrid.setTemplate("top/item", objHdrTemplate);
Is this possible? If so, does anyone know what I'm doing wrong?
Thanks for any hints,
Al.
One question I have - is it possible to have vertical text in the column headings? In my old HTML table I set the 'writing-mode' for the cell to be 'tb-rl'. I have tried setting the style in a template and using that but I get no text at all then:
var objHdrTemplate = new Active.Templates.Header;
objHdrTemplate.setStyle("writing-mode", "tb-rl");
objGrid.setTemplate("top/item", objHdrTemplate);
Is this possible? If so, does anyone know what I'm doing wrong?
Thanks for any hints,
Al.
Al Henderson
February 15,