multiselect This extension adds a multiselect dropdown list. It implements all options of jQuery MultiSelect.

This extension adds a multiselect dropdown list. It implements all options of jQuery MultiSelect To use this widget, you may insert the following code in a view:

$this->widget('ext.multiselect.JMultiSelect',array(
      'model'=>$model,
      'attribute'=>'attribute',
      'data'=>$data,
      // additional javascript options for the MultiSelect plugin
      'options'=>array()
));
5 0
15 followers
2 437 downloads
Yii Version: 1.1
License: MIT
Category: User Interface
Developed by: segoddnja
Created on: Dec 2, 2011
Last updated: 12 years ago

Downloads

show all

Related Extensions