cdli / modal-selector
Extensible, twitter-bootstrap-based modal selector dialog for ZF2
Requires
Suggests
- rwoverdijk/assetmanager: Manage static assets (Javascript files)
- zf-commons/zfc-user: Use ZfcUser accounts as datasource for modal selector
This package is not auto-updated.
Last update: 2024-11-15 07:00:48 UTC
README
Version 0.1.0 Created by the Centre for Distance Learning and Innovation (www.cdli.ca)
Introduction
CdliUserProfile is a ZF2 module which provides a framework UI for selecting individual/groups of items from a large dataset.
Bundled Datasources:
- ZfcUser (Requires that ZfcUser be installed and configured)
NOTE: This module is still under heavy development, and is highly unlikely to work properly or safely at this time
Installation
This module is available via Composer. Packagist package: cdli/modal-selector
There is an optional dependency on AssetManager, which is used to expose this module's static assets. If you choose not to install this module, you will need to symlink or copy the contents of this module's public
folder to your application's public webroot.
Configuration & Usage
TODO