Page 1 of 1

full screen mode during case execution

Posted: Tue May 21, 2019 4:49 am
by kleung
Hi,

When user starts a case, there is still a menu column on the left.
Grateful if I can be advised how to start cases with full screen mode, i.e. users need not to close the left column manually and when the case is completed, the display resume normal.

Many thank

cheers,
Karl

Re: full screen mode during case execution

Posted: Tue May 21, 2019 10:08 pm
by amosbatto
You can hide the Cases sidebar by adding JavaScript to your Dynaforms. See:
https://www.pmusers.com/index.php/Show_ ... tree_panel

I wrote up an example how to run a case in full screen mode:
https://www.pmusers.com/index.php/Runni ... ull_screen

Re: full screen mode during case execution

Posted: Wed May 22, 2019 9:59 pm
by kleung
Hi Amos,

Thank you very much.

Furthermore, is it possible to use trigger to switch dynaforms to full screen mode by trigger instead of Javascript?

cheers,
karl

Re: full screen mode during case execution

Posted: Wed May 22, 2019 10:54 pm
by amosbatto
kleung wrote: Wed May 22, 2019 9:59 pm Furthermore, is it possible to use trigger to switch dynaforms to full screen mode by trigger instead of Javascript?
You can use header("location: URL") in a trigger, but I recommend doing it this way:
https://www.pmusers.com/index.php/Runni ... _a_trigger

Re: full screen mode during case execution

Posted: Thu May 23, 2019 11:53 pm
by kleung
Hi Amos,

Thank you very much

cheers,
karl