+-------[ Andrew Milton ]----------------------
| +-------[ Mark Phillips ]----------------------
| | I have a table and I am putting data into the cells using tal. I want to
bold the data under a certain condition. I tried this,
| | but it didn't work:
| |
| | <td tal:content="string:${player/name}"><b
tal:condition="python:str(player['name']) == 'Team'">name</b></td>
|
| Try using css
|
| <td><div tal:replace="string:${player/name}" tal:attributes="class
| python:test(player['name'] == 'Team', 'someboldcss', '')" /></td>
s/tal:replace/tal:content/
--
Andrew Milton
[email protected]
_______________________________________________
Zope maillist - [email protected]
https://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope-dev )