search panel as collapsed

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
josecnp1
User
Posts: 73

search panel as collapsed

Post by josecnp1 »

I have selected in the advanced settings panel the option to initialize search panel as collapsed.

but I like that in a table is not so.

is possible to see not collapsed?


scs
User
Posts: 694

Post by scs »

In client script -> list page,
f<tablename>listsrch.InitSearchPanel = true;

eg. fuserslistsrch.InitSearchPanel = true;
or fuserlevelslistsrch.InitSearchPanel = false;


Post Reply