web/views/tableview.py
branchstable
changeset 9700 da7d341cca76
parent 9492 c7fc56eecd1a
child 10496 e95b559a06a2
equal deleted inserted replaced
9699:990676d3f39f 9700:da7d341cca76
  1063         self.w(u'</div>\n')
  1063         self.w(u'</div>\n')
  1064         if self.initial_load:
  1064         if self.initial_load:
  1065             self.w(u'</div>\n')
  1065             self.w(u'</div>\n')
  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 a 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 a 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         """