Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
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)
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.