Mercurial > p > roundup > code
diff doc/customizing.txt @ 3129:fa200651d4c6 maint-0.7
doc fixes
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 11 Feb 2005 22:41:10 +0000 |
| parents | a37e657057c0 |
| children |
line wrap: on
line diff
--- a/doc/customizing.txt Fri Jan 28 05:11:29 2005 +0000 +++ b/doc/customizing.txt Fri Feb 11 22:41:10 2005 +0000 @@ -1819,7 +1819,23 @@ in the standard ``strftime`` call (see the `Python Library Reference: time module`__) menu only on Link and Multilink properties - render a form select - list for this property + list for this property. Takes a number of optional arguments + + size + is used to limit the length of the list labels + height + is used to set the <select> tag's "size" attribute + showid + includes the item ids in the list labels + additional + lists properties which should be included in the label + sort_on + indicates the property to sort the list on as (direction, + property) where direction is '+' or '-'. + + The remaining keyword arguments are used as conditions for + filtering the items in the list - they're passed as the + "filterspec" argument to a Class.filter() call. reverse only on Multilink properties - produce a list of the linked items in reverse order isset returns True if the property has been set to a value @@ -2479,7 +2495,7 @@ (in the heading row) <th tal:condition="request/show/due_date">Due Date</th> (in the data row) - <td tal:condition="request/show/priority" tal:content="i/due_date" /> + <td tal:condition="request/show/due_date" tal:content="i/due_date" /> 4. add the property to the issue.search.html page::
