Mercurial > p > roundup > code
comparison doc/customizing.txt @ 1278:0c0494deb09f
doc for the retire action
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 15 Oct 2002 06:39:44 +0000 |
| parents | c3424abf7f77 |
| children | f7d9fefcae88 |
comparison
equal
deleted
inserted
replaced
| 1277:a9a3c378acc2 | 1278:0c0494deb09f |
|---|---|
| 1 =================== | 1 =================== |
| 2 Customising Roundup | 2 Customising Roundup |
| 3 =================== | 3 =================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.57 $ | 5 :Version: $Revision: 1.58 $ |
| 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:: |
| 692 action is performed before the requested page is generated. Actions are | 692 action is performed before the requested page is generated. Actions are |
| 693 triggered by using a ``:action`` CGI variable, where the value is one of: | 693 triggered by using a ``:action`` CGI variable, where the value is one of: |
| 694 | 694 |
| 695 **login** | 695 **login** |
| 696 Attempt to log a user in. | 696 Attempt to log a user in. |
| 697 | |
| 697 **logout** | 698 **logout** |
| 698 Log the user out - make them "anonymous". | 699 Log the user out - make them "anonymous". |
| 700 | |
| 699 **register** | 701 **register** |
| 700 Attempt to create a new user based on the contents of the form and then log | 702 Attempt to create a new user based on the contents of the form and then log |
| 701 them in. | 703 them in. |
| 704 | |
| 702 **edit** | 705 **edit** |
| 703 Perform an edit of an item in the database. There are some special form | 706 Perform an edit of an item in the database. There are some special form |
| 704 elements you may use: | 707 elements you may use: |
| 705 | 708 |
| 706 :link=designator:property and :multilink=designator:property | 709 :link=designator:property and :multilink=designator:property |
| 717 The named properties are required to be filled in the form. | 720 The named properties are required to be filled in the form. |
| 718 | 721 |
| 719 **new** | 722 **new** |
| 720 Add a new item to the database. You may use the same special form elements | 723 Add a new item to the database. You may use the same special form elements |
| 721 as in the "edit" action. | 724 as in the "edit" action. |
| 725 | |
| 726 **retire** | |
| 727 Retire the item in the database. | |
| 722 | 728 |
| 723 **editCSV** | 729 **editCSV** |
| 724 Performs an edit of all of a class' items in one go. See also the | 730 Performs an edit of all of a class' items in one go. See also the |
| 725 *class*.csv templating method which generates the CSV data to be edited, and | 731 *class*.csv templating method which generates the CSV data to be edited, and |
| 726 the "_generic.index" template which uses both of these features. | 732 the "_generic.index" template which uses both of these features. |
