Advanced Search opened by default

Hello…What a must do in order to get the advanced search in the admin view opened by default?

Check the JSs and the CSSs, what have you tried what did not work?

In the view file, remove the style attribute of div containing the search form.

With all respect, giving the user the straight answer doesn’t help him face new future problems.

Please help, with using giiplus generated admin page the search form is opened by default. I want it to not open by default.

hi

plz remove ‘style=“display:none”’ attribute.


<?php echo CHtml::link('Advanced Search','#',array('class'=>'search-button')); ?>

<div class="search-form" >