web/views/facets.py
branchstable
changeset 3006 4d85386b06a5
parent 2657 de974465d381
child 3023 7864fee8b4ec
child 3717 a0cb4ed395f4
equal deleted inserted replaced
3004:09ab5e93a02c 3006:4d85386b06a5
    38     visible = True # functionality provided by the search box by default
    38     visible = True # functionality provided by the search box by default
    39     order = 1
    39     order = 1
    40     roundcorners = True
    40     roundcorners = True
    41 
    41 
    42     needs_css = 'cubicweb.facets.css'
    42     needs_css = 'cubicweb.facets.css'
    43     needs_js = ('cubicweb.ajax.js', 'cubicweb.formfilter.js')
    43     needs_js = ('cubicweb.ajax.js', 'cubicweb.facets.js')
    44 
    44 
    45     bk_linkbox_template = u'<div class="facetTitle">%s</div>'
    45     bk_linkbox_template = u'<div class="facetTitle">%s</div>'
    46 
    46 
    47     def facetargs(self):
    47     def facetargs(self):
    48         """this method returns the list of extra arguments that should
    48         """this method returns the list of extra arguments that should