diff -r 19861294506f -r cf8f9180e63e doc/book/en/development/webstdlib/autoform.rst --- a/doc/book/en/development/webstdlib/autoform.rst Fri Jun 19 09:19:27 2009 +0200 +++ b/doc/book/en/development/webstdlib/autoform.rst Fri Jun 19 20:38:32 2009 +0200 @@ -2,7 +2,7 @@ --------------------------------------------------------------- It is possible to manage attributes/relations in the simple or multiple -editing form thanks to the following *rtags*: +editing form thanks to the following *rtags*: * `primary`, indicates that an attribute or a relation has to be inserted **in the simple or multiple editing forms**. In the case of @@ -26,6 +26,6 @@ * `generated`, indicates that an attribute is dynamically computed or other, and that it should not be displayed in the editing form. -If necessary, it is possible to overwrite the method +If necessary, it is possible to overwrite the method `relation_category(rtype, x='subject')` to dynamically compute a relation editing category.