web/views/tableview.py
changeset 9492 c7fc56eecd1a
parent 9356 22c96944b175
child 9700 da7d341cca76
equal deleted inserted replaced
9484:31f070752462 9492:c7fc56eecd1a
  1066 
  1066 
  1067     def page_navigation_url(self, navcomp, path, params):
  1067     def page_navigation_url(self, navcomp, path, params):
  1068         """Build an url to the current view using the <navcomp> attributes
  1068         """Build an url to the current view using the <navcomp> attributes
  1069 
  1069 
  1070         :param navcomp: a NavigationComponent to call an url method on.
  1070         :param navcomp: a NavigationComponent to call an url method on.
  1071         :param path:    expected to be json here ?
  1071         :param path:    expected to be json here?
  1072         :param params: params to give to build_url method
  1072         :param params: params to give to build_url method
  1073 
  1073 
  1074         this is called by :class:`cubiweb.web.component.NavigationComponent`
  1074         this is called by :class:`cubiweb.web.component.NavigationComponent`
  1075         """
  1075         """
  1076         if hasattr(self, 'divid'):
  1076         if hasattr(self, 'divid'):