comparison roundup/cgi/client.py @ 1638:4a47eb555e51

more doc
author Richard Jones <richard@users.sourceforge.net>
date Fri, 09 May 2003 04:04:27 +0000
parents e5e00d3a3fe2
children 284c26c1ef19
comparison
equal deleted inserted replaced
1637:e72158c2f831 1638:4a47eb555e51
1 # $Id: client.py,v 1.116 2003-05-09 03:32:41 richard Exp $ 1 # $Id: client.py,v 1.117 2003-05-09 04:04:27 richard Exp $
2 2
3 __doc__ = """ 3 __doc__ = """
4 WWW request handler (also used in the stand-alone server). 4 WWW request handler (also used in the stand-alone server).
5 """ 5 """
6 6
1432 1432
1433 <propname> 1433 <propname>
1434 - property on the current context item 1434 - property on the current context item
1435 1435
1436 <designator>:<propname> 1436 <designator>:<propname>
1437 - property on the indicated item 1437 - property on the indicated item (for editing related
1438 information)
1438 1439
1439 <classname>-<N>:<propname> 1440 <classname>-<N>:<propname>
1440 - property on the Nth new item of classname 1441 - property on the Nth new item of classname (generally for
1442 creating new items to attach to the current item)
1441 1443
1442 Once we have determined the "propname", we check to see if it 1444 Once we have determined the "propname", we check to see if it
1443 is one of the special form values: 1445 is one of the special form values:
1444 1446
1445 :required 1447 :required

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