pageTitle = 'Manage Programs - ' . Yii::app()->name; $this->breadcrumbs=array( 'Programs'=>array('index'), 'Manage', ); Yii::app()->clientScript->registerScript('search', " $('.search-button').click(function(){ $('.search-form').toggle(); return false; }); $('.search-form form').submit(function(){ $('#program-grid').yiiGridView('update', { data: $(this).serialize() }); return false; }); "); ?>
You may optionally enter a comparison operator (<, <=, >, >=, <> or =) at the beginning of each of your search values to specify how the comparison should be done.
'search-button btn')); ?>