How to always show search options in the search panel ? |
12/31/2015 12:04:43 PM |
PHPRunner General questions | |
M
Markb789 author
I would like to have the options (actually the search fields) ALWAYS displayed on the search panel, and remove the "show/hide options" button which is just confusing for basic users. (Actually I have just a few fields to search in, and each one has its possible and unique search type pre-set.) |
|
![]() |
Sergey Kornilov admin 12/31/2015 |
In PHPRunner 8.1 you can add something like this to List page: Javascript OnLoad event: if ($("a[id=showHideSearchType1]").text()=="Show options" ) {
|