| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
| _DictLike | |||
| LDAPEntryContainer | |||
|
IZebraStyle Marker interface for zebra. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
__package__ =
|
|||
__warningregistry__ =
|
|||
|
|||
Render items in a mapping using patterns found in the children of the element. Keyvalue recognizes the following patterns:
Example:
<table nevow:render="sequence" nevow:data="peopleSeq">
<tr nevow:pattern="header">
<th>name</th>
<th>email</th>
</tr>
<tr nevow:pattern="item" class="odd">
<td>name goes here</td>
<td>email goes here</td>
</tr>
<tr nevow:pattern="item" class="even">
<td>name goes here</td>
<td>email goes here</td>
</tr>
<tr nevow:pattern="empty">
<td colspan="2"><em>they've all gone!</em></td>
</tr>
</table>
|
Provide alternating background colors for e.g. zebra tables.
|
|
|||
__warningregistry__
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jun 23 18:26:38 2010 | http://epydoc.sourceforge.net |