Mercurial > p > roundup > code
comparison doc/index.html @ 540:636e9b81f5cd
split tags..
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 16 Jan 2002 03:04:03 +0000 |
| parents | 8298fea69bc3 |
| children | d17eecdcfe35 |
comparison
equal
deleted
inserted
replaced
| 539:3bd18a0890b6 | 540:636e9b81f5cd |
|---|---|
| 1128 <p>A property must appear in the filter template for it to be available | 1128 <p>A property must appear in the filter template for it to be available |
| 1129 as a filter. | 1129 as a filter. |
| 1130 | 1130 |
| 1131 <p>Here's a simple example of a filter template. | 1131 <p>Here's a simple example of a filter template. |
| 1132 | 1132 |
| 1133 <blockquote><pre><small | 1133 <blockquote><pre><small><property name=status> |
| 1134 ><property name=status> | |
| 1135 <display call="checklist('status')"> | 1134 <display call="checklist('status')"> |
| 1136 </property> | 1135 </property> |
| 1137 <br> | 1136 <br> |
| 1138 <property name=priority> | 1137 <property name=priority> |
| 1139 <display call="checklist('priority')"> | 1138 <display call="checklist('priority')"> |
| 1158 The table cells should contain <tt><display></tt> tags | 1157 The table cells should contain <tt><display></tt> tags |
| 1159 to display the values of the item's properties. | 1158 to display the values of the item's properties. |
| 1160 | 1159 |
| 1161 <p>Here's a simple example of an index template. | 1160 <p>Here's a simple example of an index template. |
| 1162 | 1161 |
| 1163 <blockquote><pre><small | 1162 <blockquote><pre><small><tr> |
| 1164 ><tr> | |
| 1165 <property name=title> | 1163 <property name=title> |
| 1166 <td><display call="plain('title', max=50)"></td> | 1164 <td><display call="plain('title', max=50)"></td> |
| 1167 </property> | 1165 </property> |
| 1168 <property name=status> | 1166 <property name=status> |
| 1169 <td><display call="plain('status')"></td> | 1167 <td><display call="plain('status')"></td> |
| 1196 containing <tt><display></tt> tags to insert | 1194 containing <tt><display></tt> tags to insert |
| 1197 the appropriate widgets for editing properties. | 1195 the appropriate widgets for editing properties. |
| 1198 | 1196 |
| 1199 <p>Here's an example of a basic editor template. | 1197 <p>Here's an example of a basic editor template. |
| 1200 | 1198 |
| 1201 <blockquote><pre><small | 1199 <blockquote><pre><small><table> |
| 1202 ><table> | |
| 1203 <tr> | 1200 <tr> |
| 1204 <td colspan=2> | 1201 <td colspan=2> |
| 1205 <display call="field('title', size=60)"> | 1202 <display call="field('title', size=60)"> |
| 1206 </td> | 1203 </td> |
| 1207 </tr> | 1204 </tr> |
| 1286 Go Ping, you rock! Also, go Bizar Software for letting me implement this | 1283 Go Ping, you rock! Also, go Bizar Software for letting me implement this |
| 1287 system on their time. | 1284 system on their time. |
| 1288 | 1285 |
| 1289 <p> </p> | 1286 <p> </p> |
| 1290 <hr> | 1287 <hr> |
| 1291 $Id: index.html,v 1.24 2002-01-14 23:39:41 richard Exp $ | 1288 $Id: index.html,v 1.25 2002-01-16 03:04:03 richard Exp $ |
| 1292 <p> </p> | 1289 <p> </p> |
| 1293 | 1290 |
| 1294 </body></html> | 1291 </body></html> |
| 1295 | 1292 |
