This topic is locked

PHPR 9 Bootstrap Themes Search Panel hidden by default

8/16/2016 6:29:37 AM
PHPRunner General questions
D
DUKE author

For some reason the search panel is hidden by default. To use the search panel you have to click on the gear icon, then 'show search panel'.
"Freeze Search Panel" also does not seem to make a difference.
'Show search panel' is on on the list page settings.
I have done the following:

  • Using Latest PHP Runner
  • Rebuilt entire project
  • Upload all files
  • Cleared Browser Cache
    The only reliable option I have found to always show the search panel is by adding the following in Javascript On Load:
    pageObj.searchController.showSearchOptions();
    Is there any way to automatically show the search panel by default without having to use javascript?