cdli/modal-selector

Extensible, twitter-bootstrap-based modal selector dialog for ZF2

dev-master 2013-03-08 23:00 UTC

This package is not auto-updated.

Last update: 2024-04-19 04:32:08 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