I am trying to find a way of hiding the left hand menu if displaying certain pages to allow full width but do not seem to be able to achieve this with my original code used in earlier versions of phpmaker. I am currently using the latest version 2020.0.15, any suggestions…
You may click the “bars” icon at top left programmatically by .click().
To explain in detail what i want to achieve is on a list page I have that contains many fields is to on page opened that the left side menu collapses to allow more desktop space for administering the table. I need to do this without the intervention of the user clicking the collapse menu button in the top bar.
arbei wrote:
You may click the “bars” icon at top left programmatically by .click().
You may add your code to call .click() in Startup Script. If your code does not work, post it for discussion.