Re: [Xsltforms-support] Attribute Value Template (AVT)
Brought to you by:
alain-couthures
|
From: COUTHURES A. <ala...@ag...> - 2009-12-29 14:31:38
|
Jesper,
> Any news about support of AVT, Attribute Value Templates?
I consider AVT support to be the next most important feature to add in
XSLTForms but there are other candidates such as xf:range and xf:upload...
> I really
> need a way to make alternating colors in Select1 radio controls and in
> XHTML table output when using xf:itemset or xf:repeat.
>
Extra CSS classes such as xforms-odd and xforms-even might also solve
this. Would you be interested in ?
> Any suggestions of what to do at the moment, for such an indispensable
> basic feature?
>
No, sorry
> Is my clumsy CSS solution, below, really the only way?
>
> xf|item {background-color:green}
> xf|item + xf|item {background-color:red}
> xf|item + xf|item + xf|item {background-color:green}
> xf|item + xf|item + xf|item + xf|item {background-color:red}
> xf|item + xf|item + xf|item + xf|item + xf|item {background-color:green}
> etc.
>
>
Thank you for suggesting this as a CSS workaround.
Best regards,
-Alain
|