web/views/baseviews.py
branchtls-sprint
changeset 1263 01152fffd593
parent 1091 b5e253c0dd13
parent 1194 e224f064a268
child 1451 982e8616d9a2
equal deleted inserted replaced
1246:76b3cd5d4f31 1263:01152fffd593
   517     id = 'treeitem'
   517     id = 'treeitem'
   518     
   518     
   519     def cell_call(self, row, col):
   519     def cell_call(self, row, col):
   520         self.wview('incontext', self.rset, row=row, col=col)
   520         self.wview('incontext', self.rset, row=row, col=col)
   521 
   521 
   522 # context specific views ######################################################
       
   523 
   522 
   524 class TextSearchResultView(EntityView):
   523 class TextSearchResultView(EntityView):
   525     """this view is used to display full-text search
   524     """this view is used to display full-text search
   526 
   525 
   527     It tries to highlight part of data where the search word appears.
   526     It tries to highlight part of data where the search word appears.