breadcrumbs=array( 'Programme'=>array('index'), 'Manage', ); $this->menu=array( array('label'=>'List Programme', 'url'=>array('index')), array('label'=>'Create Programme', 'url'=>array('create')), ); Yii::app()->clientScript->registerScript('search', " $('.search-button').click(function(){ $('.search-form').toggle(); return false; }); $('.search-form form').submit(function(){ $('#programme-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')); ?>