Mercurial > p > roundup > code
comparison doc/customizing.txt @ 1331:3b953be32cdc 0.5.3
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 11 Dec 2002 03:29:04 +0000 |
| parents | b4d4770658c1 |
| children | 9371d34141bd |
comparison
equal
deleted
inserted
replaced
| 1330:d008233b22aa | 1331:3b953be32cdc |
|---|---|
| 1 =================== | 1 =================== |
| 2 Customising Roundup | 2 Customising Roundup |
| 3 =================== | 3 =================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.65 $ | 5 :Version: $Revision: 1.66 $ |
| 6 | 6 |
| 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: | 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: |
| 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx | 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx |
| 9 | 9 |
| 10 .. contents:: | 10 .. contents:: |
| 1491 | 1491 |
| 1492 Searching Views | 1492 Searching Views |
| 1493 --------------- | 1493 --------------- |
| 1494 | 1494 |
| 1495 Note: if you add a new column to the ``:columns`` form variable potentials | 1495 Note: if you add a new column to the ``:columns`` form variable potentials |
| 1496 then you will need to add the column to the `index view`_ | 1496 then you will need to add the column to the appropriate `index views`_ |
| 1497 template so it is actually displayed. | 1497 template so it is actually displayed. |
| 1498 | 1498 |
| 1499 This is one of the class context views. The template used is typically | 1499 This is one of the class context views. The template used is typically |
| 1500 "*classname*.search". The form on this page should have "search" as its | 1500 "*classname*.search". The form on this page should have "search" as its |
| 1501 ``:action`` variable. The "search" action: | 1501 ``:action`` variable. The "search" action: |
