https://github.com/alerque/alerque.infinitecontentpane
And infinite scrolling content pane for the dojo toolkit
https://github.com/alerque/alerque.infinitecontentpane
Last synced: 11 months ago
JSON representation
And infinite scrolling content pane for the dojo toolkit
- Host: GitHub
- URL: https://github.com/alerque/alerque.infinitecontentpane
- Owner: alerque
- Created: 2011-02-17T22:23:13.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T09:41:28.000Z (over 7 years ago)
- Last Synced: 2025-03-30T00:19:00.573Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 63.5 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### alerque.InfiniteContentPane
(Formerly dojox.layout.InfiniteContentPane -- the move to an unused namespace
makes it easier to sideload into projects as an AMD module until such a time as
it actually gets included into the upstream dojox tree.)
An **infinite scrolling content pane** widget for the Dojo Toolkit inspired by
(but not copied from) Paul Irish's [Infinite Scroll jQeruy plugin][piis].
* Extends dojox.layout.ContentPane with scroll detection and callbacks for
fetching, placing and parsing extended data.
* Uses user supplied function for the fetcher that can easily be wired up to
xhr requests.
* Allows infinite scroll in either direction.
* Inteligently disables the widget when it runs out of data.
* Adjustable trigger zone height for optimal performance.
[piis]: https://github.com/paulirish/infinite-scroll