jamselect A widget that encapsulates the jQuery amselect plugin for multiple selects.

  1. Requirements
  2. Usage
  3. Resources

Requirements

Yii 1.1.4 or above

Usage

The widget is a form element.

Put in a view with a form...

$this->widget(
    'ext.widgets.asmselect.JAMSelect',
    array(
        'selected'=>$model->features,
        'data'=>$model->getFeatureList(), // an array
        'htmlOptions'=>array(
            'title'=>'Click to select here...',
            'name'=>'features'
        ),
        'animate'=>true
    ));

Resources

4 0
5 followers
789 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Developed by: volkmar
Created on: Oct 20, 2010
Last updated: 13 years ago

Downloads

show all

Related Extensions