Download the PHP package janisto/yii-chosen without Composer
On this page you can find all versions of the php package janisto/yii-chosen. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download janisto/yii-chosen
More information about janisto/yii-chosen
Files in janisto/yii-chosen
Download janisto/yii-chosen
More information about janisto/yii-chosen
Files in janisto/yii-chosen
Vendor janisto
Package yii-chosen
Short Description Yii Widget for Chosen - Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly.
License public domain
Homepage https://github.com/janisto/yii-chosen
Package yii-chosen
Short Description Yii Widget for Chosen - Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly.
License public domain
Homepage https://github.com/janisto/yii-chosen
Please rate this library. Is it a good library?
Informations about the package yii-chosen
yii-chosen
Yii Widget for Chosen - Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly.
Requirements
- Yii 1.1 or above (Chosen requires jQuery 1.4)
Installation
- Download yii-chosen or Clone the files
- Extract into the widgets or extensions folder
Usage
Common usage inside a view
$this->widget('ext.chosen.EChosenWidget');
Using with a jQuery selector
$this->widget('ext.chosen.EChosenWidget',array(
// the select selector
'selector'=>'.chosen',
// Chosen options
'options'=>array(),
));
Changelog
v1.6.1
- Chosen updated to version 1.2.0.
v1.6.0
- Chosen updated to version 1.1.0.
v1.5.0
- Chosen updated to version 1.0.0.
- Default selector for jQuery change to ".chosen-select".
v1.4.0
- Chosen updated to version 0.9.13.
v1.3.0
- Chosen updated to version 0.9.12.
- Composer support.
v1.2.0
- Use CWidget instead of CInputWidget.
v1.1.0
- Chosen updated to version 0.9.10.
v1.0.0
- Initial version.
License
yii-chosen is free and unencumbered public domain software.
All versions of yii-chosen with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.1.0
The package janisto/yii-chosen contains the following files
Loading the files please wait ....