Download the PHP package xanweb/c5-item-list without Composer
On this page you can find all versions of the php package xanweb/c5-item-list. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xanweb/c5-item-list
More information about xanweb/c5-item-list
Files in xanweb/c5-item-list
Download xanweb/c5-item-list
More information about xanweb/c5-item-list
Files in xanweb/c5-item-list
Vendor xanweb
Package c5-item-list
Short Description Manage your list of items easily without need to write a bunch of code
License MIT
Package c5-item-list
Short Description Manage your list of items easily without need to write a bunch of code
License MIT
Please rate this library. Is it a good library?
Informations about the package c5-item-list
Concrete5 Item List
Manage your list of items easily without need to write a bunch of code
Installation
Include library to your composer.json
Add the service provider to application/config/app.php
or load it from you package on_start
Usage
-
Load optional assets depending on your needs:
- Editor Assets (
$this->app['editor']->requireEditorAssets();
) if you need to use RichText Editor - File Manager Asset Group (
core/file-manager
) in case you will use File Selectors in your list - Sitemap Asset Group (
core/sitemap
) in case of using Page Selector in the list - Color Picker Asset Group (
core/colorpicker
) in case of using Color Picker in the list
- Editor Assets (
- Load required Item List Asset Group (
xw/item-list
) -
Setup Item List HTML structure
-
Now we need to prepare our Underscore.js item template
- Finally, we need to initialize the Item List script
License
The Concrete5 Item List is open-sourced software licensed under the MIT license.
All versions of c5-item-list with dependencies
PHP Build Version
Package Version
The package xanweb/c5-item-list contains the following files
Loading the files please wait ....