emultiselect Multiselect with JQuery UI

  1. Requirements
  2. Usage
  3. Resources

Creates a multiselect based on http://www.quasipartikel.at/multiselect/

Requirements

Yii 1.1 or more (Tested on 1.1.7)

Usage

Place emultiselect folder in /protected/widget/ Add to form views as needed:

$this->widget(
      'application.widget.emultiselect.EMultiSelect',
      array('sortable'=>false/true, 'searchable'=>false/true)
);

Add the class multiselect and multiselect to dropdowns that you want to be multiselected.

Eg:

echo $form->dropDownList(
    $model,
    'trainings',
    $trainings,
    array('multiple'=>'multiple',
        'key'=>'trainings', 'class'=>'multiselect')
);

Resources

12 0
36 followers
3 656 downloads
Yii Version: 1.1
License: MIT
Category: User Interface
Developed by: Loren
Created on: May 12, 2011
Last updated: 12 years ago

Downloads

show all

Related Extensions