web/views/editviews.py
branchstable
changeset 6023 900772fd9caa
parent 5996 c87bc42437f1
child 8190 2a3c1b787688
equal deleted inserted replaced
6022:061685d81ee2 6023:900772fd9caa
    87     THIS IS A TEXT VIEW. DO NOT HTML_ESCAPE
    87     THIS IS A TEXT VIEW. DO NOT HTML_ESCAPE
    88     """
    88     """
    89     __regid__ = 'combobox'
    89     __regid__ = 'combobox'
    90     title = None
    90     title = None
    91 
    91 
    92     def cell_call(self, row, col):
    92     def cell_call(self, row, col, **kwargs):
    93         """the combo-box view for an entity: same as text out of context view
    93         """the combo-box view for an entity: same as text out of context view
    94         by default
    94         by default
    95         """
    95         """
    96         self.wview('textoutofcontext', self.cw_rset, row=row, col=col)
    96         self.wview('textoutofcontext', self.cw_rset, row=row, col=col)
    97 
    97