This extension is a widget that simply filters an array of strings by some input.
Please visit the plugin homepage for demonstration and documentation.
see: jQuery Simple Filter
protected/extensionsSee the following code example:
$this->widget( 'ext.simpleFilter.JSimpleFilter', array( 'model'=>$model, 'attribute'=>'country', 'htmlOptions'=>array('size'=>65), 'data'=>array('Germany','USA','Russia','Bulgaria'), 'showAll' => true, 'position' => 1, ));
The widget support german and english at the moment. If you have a translation of the message file in an other language than feel you free and send me a mail with your translation!
Be the first person to leave a comment
Please login to leave your comment.