Webclient with no content

0
https://apidocs.mendix.com/5/client/index.html states you can start the webclient with <link rel="stylesheet" href="path/to/mxui/ui/mxui.css"> <script> dojoConfig = { baseUrl: "path/to/dojo/" }; </script> <script src="path/to/mxui/mxui.js"></script> How can you get rid of the error message displayed if you want to omit <div id="content"></div> Thankyou
asked
1 answers
0

You cannot remove the content div. This is used by mendix to inject the content for the page into. Why would you want to get rid of the content div?

Regards Simon

answered