Django EL(Endless) Pagination
4.1.2
  • Changelog
    • Version 4.1.2
    • Version 4.1.0
    • Version 4.0.0
    • Version 3.3.0
    • Version 3.2.4
    • Version 3.2.3
    • Version 3.2.2
    • Version 3.2.0
    • Version 3.1.0
    • Version 3.0.0
    • Version 2.1.1
    • Version 2.1.0
    • Version 2.0
    • Version 1.1
  • Getting started
    • Requirements
    • Installation
    • Settings
    • Quickstart
  • Twitter-style Pagination
    • Split the template
    • A shortcut for ajaxed views
    • Paginating objects
    • Pagination on scroll
    • On scroll pagination using chunks
    • Specifying where the content will be inserted
    • Before version 2.0
  • Digg-style pagination
    • Page by page
    • Showing indexes
    • Number of pages
    • Adding Ajax
  • Multiple paginations in the same page
    • Adding Ajax for multiple pagination
    • Manually selecting what to bind
  • Lazy pagination
  • Different number of items on the first page
  • Getting the current page number
    • In the template
    • In the view
  • Templatetags reference
    • paginate
    • lazy_paginate
    • show_more
    • show_more_table
    • get_pages
    • show_pages
    • show_current_number
  • JavaScript reference
    • Activating Ajax support
    • Pagination on scroll
    • Attaching callbacks
    • Manually selecting what to bind
    • Customize each pagination
    • Selectors
    • On scroll pagination using chunks
    • Migrate from version 1.1 to 2.1
      • Basic migration
      • Pagination on scroll
      • Pagination on scroll with customized bottom margin
      • Avoid enabling Ajax on one or more paginations
  • Generic views
    • AjaxListView reference
      • AjaxListView
        • AjaxListView.key
        • AjaxListView.page_template
        • AjaxListView.page_template_suffix
        • AjaxListView.get_context_data()
        • AjaxListView.get_template_names()
        • AjaxListView.get_page_template()
    • Generic view example
  • Customization
    • Settings
    • Templates and CSS
  • Contributing
    • Creating a development environment
    • Testing the application
    • Debugging
  • Source code and contacts
    • Repository and bugs
    • Contacts
  • Thanks
Django EL(Endless) Pagination
  • Index

Index

A | E | G | K | M | P

A

  • AjaxListView (class in el_pagination.views)

E

  • el_pagination.views
    • module

G

  • get_context_data() (el_pagination.views.AjaxListView method)
  • get_page_template() (el_pagination.views.AjaxListView method)
  • get_template_names() (el_pagination.views.AjaxListView method)

K

  • key (el_pagination.views.AjaxListView attribute)

M

  • module
    • el_pagination.views

P

  • page_template (el_pagination.views.AjaxListView attribute)
  • page_template_suffix (el_pagination.views.AjaxListView attribute)

© Copyright 2009-2024, Francesco Banconi, Oleksandr Shtalinberg.

Built with Sphinx using a theme provided by Read the Docs.