Mercurial > p > roundup > code
diff doc/customizing.txt @ 1136:7e193bbda38e
added generic item editing
. much nicer layout of template rendering errors
. added context/is_edit_ok and context/is_view_ok convenience methods and
implemented use of them in the classic template
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 13 Sep 2002 03:31:19 +0000 |
| parents | 36ec30d286ea |
| children | eac669d738d1 |
line wrap: on
line diff
--- a/doc/customizing.txt Fri Sep 13 01:29:24 2002 +0000 +++ b/doc/customizing.txt Fri Sep 13 03:31:19 2002 +0000 @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.32 $ +:Version: $Revision: 1.33 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -877,6 +877,8 @@ submit generate a submit button (and action hidden element) renderWith render this class with the given template. history returns 'New node - no history' :) +is_edit_ok is the user allowed to Edit the current class? +is_view_ok is the user allowed to View the current class? =========== ============================================================= Note that if you have a property of the same name as one of the above methods, @@ -910,6 +912,8 @@ the query hasPermission specific to the "user" class - determine whether the user has a Permission +is_edit_ok is the user allowed to Edit the current item? +is_view_ok is the user allowed to View the current item? =============== =============================================================
