This topic is locked

search panel - show options initially

9/18/2013 5:55:35 AM
PHPRunner General questions
ffrinai author

Hi,

is possible to show options (equal, less then, between ecc.)

in search panel of list page automatically when i open it?
thanks
(phprunner 5.3 build 7474)

admin 9/19/2013

Add the following code to List page: Javascript OnLoad event:

$("[id^='showHideSearchType']").click();


This will only work if search panel is open on the page load.