web/htmlwidgets.py
branchtls-sprint
changeset 940 15dcdc863965
parent 843 5676811ef760
child 1698 1311d961ef72
equal deleted inserted replaced
939:ad72e06320e2 940:15dcdc863965
     8 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     8 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     9 """
     9 """
    10 
    10 
    11 from logilab.mtconverter import html_escape
    11 from logilab.mtconverter import html_escape
    12 
    12 
    13 from cubicweb.common.utils import UStringIO
    13 from cubicweb.utils import UStringIO
    14 from cubicweb.common.uilib import toggle_action
    14 from cubicweb.common.uilib import toggle_action
    15 
    15 
    16 # XXX HTMLWidgets should have access to req (for datadir / static urls,
    16 # XXX HTMLWidgets should have access to req (for datadir / static urls,
    17 #     i18n strings, etc.)
    17 #     i18n strings, etc.)
    18 class HTMLWidget(object):
    18 class HTMLWidget(object):