web/uicfg.py
changeset 1977 606923dff11b
parent 1944 a1b1d4f8482c
child 2126 a25859917ccc
child 2191 1f0fde12e35b
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
     1 # :organization: Logilab
       
     2 # :copyright: 2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
       
     3 # :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     4 """This module regroups a set of structures that may be used to configure
     1 """This module regroups a set of structures that may be used to configure
     5 various places of the generated web interface.
     2 various places of the generated web interface.
     6 
     3 
     7 Primary view configuration
     4 Primary view configuration
     8 ``````````````````````````
     5 ``````````````````````````
    61   Relations whose rtag is True will appears, other won't.
    58   Relations whose rtag is True will appears, other won't.
    62 
    59 
    63 Automatic form configuration
    60 Automatic form configuration
    64 ````````````````````````````
    61 ````````````````````````````
    65 
    62 
       
    63 :organization: Logilab
       
    64 :copyright: 2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
       
    65 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
    66 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
    66 """
    67 """
    67 __docformat__ = "restructuredtext en"
    68 __docformat__ = "restructuredtext en"
    68 
    69 
    69 from cubicweb import neg_role
    70 from cubicweb import neg_role
    70 from cubicweb.rtags import RelationTags, RelationTagsBool, RelationTagsSet
    71 from cubicweb.rtags import RelationTags, RelationTagsBool, RelationTagsSet