common/view.py
changeset 522 385ce5e0b30b
parent 497 68d4211518c5
child 543 c0f2b6378f70
equal deleted inserted replaced
521:b3430af22580 522:385ce5e0b30b
    26 
    26 
    27 CW_XHTML_EXTENSIONS = '''[
    27 CW_XHTML_EXTENSIONS = '''[
    28   <!ATTLIST html xmlns:cubicweb CDATA  #FIXED \'http://www.logilab.org/2008/cubicweb\'  >
    28   <!ATTLIST html xmlns:cubicweb CDATA  #FIXED \'http://www.logilab.org/2008/cubicweb\'  >
    29 
    29 
    30 <!ENTITY % coreattrs
    30 <!ENTITY % coreattrs
    31  "id          ID             #IMPLIED
    31  "id          ID            #IMPLIED
    32   class       CDATA          #IMPLIED
    32   class       CDATA         #IMPLIED
    33   style       CDATA   #IMPLIED
    33   style       CDATA         #IMPLIED
    34   title       CDATA         #IMPLIED
    34   title       CDATA         #IMPLIED
    35 
    35 
    36  cubicweb:sortvalue         CDATA   #IMPLIED
    36  cubicweb:sortvalue         CDATA   #IMPLIED
    37  cubicweb:target            CDATA   #IMPLIED
    37  cubicweb:target            CDATA   #IMPLIED
    38  cubicweb:limit             CDATA   #IMPLIED
    38  cubicweb:limit             CDATA   #IMPLIED
    56  cubicweb:rooteid           CDATA   #IMPLIED   
    56  cubicweb:rooteid           CDATA   #IMPLIED   
    57  cubicweb:dataurl           CDATA   #IMPLIED
    57  cubicweb:dataurl           CDATA   #IMPLIED
    58  cubicweb:size              CDATA   #IMPLIED   
    58  cubicweb:size              CDATA   #IMPLIED   
    59  cubicweb:tlunit            CDATA   #IMPLIED
    59  cubicweb:tlunit            CDATA   #IMPLIED
    60  cubicweb:loadurl           CDATA   #IMPLIED
    60  cubicweb:loadurl           CDATA   #IMPLIED
       
    61  cubicweb:lazyloadurl       CDATA   #IMPLIED
    61  cubicweb:uselabel          CDATA   #IMPLIED
    62  cubicweb:uselabel          CDATA   #IMPLIED
    62  cubicweb:facetargs         CDATA   #IMPLIED
    63  cubicweb:facetargs         CDATA   #IMPLIED
    63  cubicweb:facetName         CDATA   #IMPLIED
    64  cubicweb:facetName         CDATA   #IMPLIED
    64   "> ] '''
    65   "> ] '''
    65 
    66