ertz
|
Posted: 12/02/2004, 10:43 AM |
|
Is there a way to dynamically change the style class? For example:
<td class="ThemeAltDataTD">{Alt_some_data}</td>
In some circumstances, we need to be able to change the class of certain elements. To, for example:
<td class="ThemeMarkAltDataTD">{Alt_somedata}</td>
We would do this in "Custom Code".
We are using CCS and perl.
Thanks!
--paul
|
|
 |
peterr
Posts: 5971
|
Posted: 12/03/2004, 1:12 AM |
|
Paul,
Maybe try replacing the "ThemeAltDataTD" with a Label control, then change the Label's value in the Before Show event.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|