align in <call command="attachFooter">

[code]<?xml version="1.0" encoding="iso-8859-1"?>

Area
Commessa
TotaleSettembre 2012
#text_filter,#rspan,#rspan,#rspan

	  <call command="attachFooter"><param>Totale Generale,,#stat_total,#stat_total</param></call>

   </afterInit></head>
   <row id = "GE1000"><cell>* SERVIZI GENERALI</cell><cell>SPESE GENERALI</cell><cell style="color:red;"></cell><cell>4</cell></row></rows>[/code]

Hi !
cells in the footer are left-aligned. How can I change this alignment (set with xml)?

You can use

<call command="attachFooter"> <param>Totale Generale,,#stat_total,#stat_total</param> <param>text-align:right;,text-align:right;,text-align:right;,text-align:right;</param> </call>

Second, optional, parameter of attachFooter is an array ( or comma separated string ) of columns styles.

perfect! it works!

thanks