Page 1 of 1

Exit designer by JS code

Posted: Thu Jun 09, 2022 11:54 pm
by hugo
Hi,

O tried many ways to exist designer by JS code but all are ignored (no console error).
Ex: jsObject.ExecuteAction("exitDesigner");

Re: Exit designer by JS code

Posted: Fri Jun 10, 2022 4:48 pm
by hugo
Solved.
I dispatch the exitDesigner event and outside of the designer I catch the event and remove the designer from the page.

Re: Exit designer by JS code

Posted: Mon Jun 13, 2022 12:13 pm
by Max Shamanov
Hello,

You are welcome.