| Home | Trees | Index | Help |
|
|---|
| Package ldaptor :: Module weave |
|
| Classes | |
|---|---|
LDAPEntryContainer |
|
_DictLike |
|
| Function Summary | |
|---|---|
dnSerializer(original,
context)
| |
entrySerializer(original,
context)
| |
Render items in a mapping using patterns found in the children of the element. | |
keyvalue_item(context,
data)
| |
Provide alternating background colors for e.g. | |
| Function Details |
|---|
keyvalue(context, data)Render items in a mapping using patterns found in the children of the element. Keyvalue recognizes the following patterns:
<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>
|
zebra(styles=['zebra-odd', 'zebra-even'])Provide alternating background colors for e.g. zebra tables.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Sun Oct 1 10:49:47 2006 | http://epydoc.sf.net |