https://github.com/onix-systems/checkboxrangeselection
Simple check box range selection with shift button
https://github.com/onix-systems/checkboxrangeselection
Last synced: about 2 months ago
JSON representation
Simple check box range selection with shift button
- Host: GitHub
- URL: https://github.com/onix-systems/checkboxrangeselection
- Owner: Onix-Systems
- Created: 2012-07-04T11:47:33.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-04T11:54:40.000Z (almost 13 years ago)
- Last Synced: 2024-03-26T13:15:00.535Z (about 1 year ago)
- Language: PHP
- Size: 93.8 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CheckboxRangeSelection
======================Simple check box range selection with shift button
Installation
Copy folder "CheckboxRangeSelection" into "protected/extensions".Usage
To activate the widget paste the code in view$this->widget('ext.CheckboxRangeSelection.CheckboxRangeSelectionWidget', array('class'=>'your-checkboxes-class'));