C
|
cgphp 8/27/2012 |
Uncheck the "Show basic search options (Contains, Any field)" option in the "List page settings" window. More info here: http://xlinesoft.com/phprunner/docs/edit_page_settings.htm |
P
|
procheck author 8/27/2012 |
Hi Christian,
|
C
|
cgphp 8/27/2012 |
Open the generated template file pagename_search_panel.htm and remove the following html code: <div class="addOption"> |
P
|
procheck author 8/27/2012 |
Hi Christian, |
C
|
cgphp 8/27/2012 |
Did you try to remove the div block from the DOM? $("div.addOption").remove(); |
P
|
procheck author 8/27/2012 |
Yes I did but it removes everything including the Add button. |
C
|
cgphp 8/28/2012 |
$("#showHideSearchType"+pageid).hide();
$("#showHideSearchType"+pageid).remove(); |
P
|
procheck author 8/28/2012 |
Hi Christian, |