# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1242121752 -7200 # Node ID 53af44f1b6494988fe8272cd300b7b30130bdc31 # Parent 40190717e2de2d1a7613bec727c4ce05d41173af wrong name diff -r 40190717e2de -r 53af44f1b649 doc/book/en/development/devweb/rtags.rst --- a/doc/book/en/development/devweb/rtags.rst Mon May 11 19:46:01 2009 +0200 +++ b/doc/book/en/development/devweb/rtags.rst Tue May 12 11:49:12 2009 +0200 @@ -1,24 +1,14 @@ - -Relation tags --------------- -XXX cubicweb.rtags - ref to action box and auto edit form +Configuring the generated interface +----------------------------------- -*rtags* allow to specify certain behaviors of relations relative to a given -entity type (see later). They are defined for :: - - , , , - -and as values may be a `set` or single value, depending on what the relation tags is used for. - -It is possible to simplify this dictionary: - -* if we want a marker to apply independently from a subject or object entity type, - we have to use the string `*` as entity type +The "Relation tags" structure +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.. automodule:: `cubicweb.rtags` + :members: -Please note that this dictionary is *treated at the time the class is created*. -It is automatically merged with the parent class(es) (no need to copy the -dictionary from the parent class to modify it). Also, modifying it after the -class is created will not have any effect... +The `uicfg` module (:mod:`cubicweb.web.uicfg`) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.. automodule:: `cubicweb.web.uicfg` + :members: diff -r 40190717e2de -r 53af44f1b649 doc/book/en/development/webstdlib/editforms.py --- a/doc/book/en/development/webstdlib/editforms.py Mon May 11 19:46:01 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -Standard forms (:mod:`cubicweb.web.views.editforms`) ------------------------------------------------------ -XXX feed me diff -r 40190717e2de -r 53af44f1b649 doc/book/en/development/webstdlib/editforms.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/book/en/development/webstdlib/editforms.rst Tue May 12 11:49:12 2009 +0200 @@ -0,0 +1,3 @@ +Standard forms (:mod:`cubicweb.web.views.editforms`) +---------------------------------------------------- +XXX feed me