Download the PHP package hypejunction/hypelists without Composer
On this page you can find all versions of the php package hypejunction/hypelists. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hypejunction/hypelists
More information about hypejunction/hypelists
Files in hypejunction/hypelists
Download hypejunction/hypelists
More information about hypejunction/hypelists
Files in hypejunction/hypelists
Vendor hypejunction
Package hypelists
Short Description AJAX lists for Elgg
License proprietary
Homepage http://hypejunction.com/
Package hypelists
Short Description AJAX lists for Elgg
License proprietary
Homepage http://hypejunction.com/
Please rate this library. Is it a good library?
Informations about the package hypelists
hypeLists
A set of tools that improve UX and simplify common list patterns for developers.
Features
- Seamless integration with core and existing plugins
- AJAXed list pagination and infinite scroll
- Lazy loading of preceeding and succeeding list pages
- Auto refreshing of lists
- An interface for creating sortable/searchable lists
Server-Side
The following options are accepted by , , and by and views. These parameters will only take effect, if you have in your options. Additional options, that need to be passed to the jQuery plugin, can be prefixed with
- STRING is an optional parameter, but it is strongly recommended to pass it to your list. List id must be unique to the page.
- STRING (pagination bar with page number navigation) or (before and after navigation)
- STRING can be used to specify the position of pagination items. , ,
- INT can be used to specify how many page number navigation items to show, use 0 to only show Next and Prev links
- INT can be used to initialize lazy loading of pages
- INT can be used to specify at which interval in seconds new items should be fetched
- BOOL can be used to specify reversed lists. If list is reversed, it is assumed that the new items will be located at the end of the list
Client-Side
Lists that have received the necessary parameters server-side will be instantiated automatically. If you need to instantiate a list programmatically, use .
All versions of hypelists with dependencies
PHP Build Version
Package Version
The package hypejunction/hypelists contains the following files
Loading the files please wait ....