Package turbogears :: Package widgets :: Module datagrid :: Class PaginateDataGridDesc :: Class Paginate
[hide private]

Class Paginate

source code


Instance Methods [hide private]
 
get_href(self, page, **kw) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  page_count = 5
  pages = [1, 2, 3, 4, 5]
  limit = 3
  current_page = 2
  href_first = 'javascript:alert(\'This is only a mock-up.\')'
  href_last = 'javascript:alert(\'This is only a mock-up.\')'
  href_next = 'javascript:alert(\'This is only a mock-up.\')'
  href_prev = 'javascript:alert(\'This is only a mock-up.\')'
Properties [hide private]

Inherited from object: __class__