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>&lt;property name=status&gt;
1134 >&lt;property name=status&gt;
1135 &lt;display call="checklist('status')"&gt; 1134 &lt;display call="checklist('status')"&gt;
1136 &lt;/property&gt; 1135 &lt;/property&gt;
1137 &lt;br&gt; 1136 &lt;br&gt;
1138 &lt;property name=priority&gt; 1137 &lt;property name=priority&gt;
1139 &lt;display call="checklist('priority')"&gt; 1138 &lt;display call="checklist('priority')"&gt;
1158 The table cells should contain <tt>&lt;display&gt;</tt> tags 1157 The table cells should contain <tt>&lt;display&gt;</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>&lt;tr&gt;
1164 >&lt;tr&gt;
1165 &lt;property name=title&gt; 1163 &lt;property name=title&gt;
1166 &lt;td&gt;&lt;display call="plain('title', max=50)"&gt;&lt;/td&gt; 1164 &lt;td&gt;&lt;display call="plain('title', max=50)"&gt;&lt;/td&gt;
1167 &lt;/property&gt; 1165 &lt;/property&gt;
1168 &lt;property name=status&gt; 1166 &lt;property name=status&gt;
1169 &lt;td&gt;&lt;display call="plain('status')"&gt;&lt;/td&gt; 1167 &lt;td&gt;&lt;display call="plain('status')"&gt;&lt;/td&gt;
1196 containing <tt>&lt;display&gt;</tt> tags to insert 1194 containing <tt>&lt;display&gt;</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>&lt;table&gt;
1202 >&lt;table&gt;
1203 &lt;tr&gt; 1200 &lt;tr&gt;
1204 &lt;td colspan=2&gt; 1201 &lt;td colspan=2&gt;
1205 &lt;display call="field('title', size=60)"&gt; 1202 &lt;display call="field('title', size=60)"&gt;
1206 &lt;/td&gt; 1203 &lt;/td&gt;
1207 &lt;/tr&gt; 1204 &lt;/tr&gt;
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>&nbsp;</p> 1286 <p>&nbsp;</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>&nbsp;</p> 1289 <p>&nbsp;</p>
1293 1290
1294 </body></html> 1291 </body></html>
1295 1292

Roundup Issue Tracker: http://roundup-tracker.org/