Convert to a website look and feel
The desktop alike applications looks nice and they are necessary to understand how CodeCoupler is working. In real life they could be useful in some cases, but in the most cases we want to implement applications that looks more like a website instead like a desktop.
For this we will start our applications maximized and without a titlebar.
We could set this on each application with the following panel options:
Maximize only one Application
But we want to set this panel options for all applications. So we set this into the system default panel options:
index.js
And now try to start the applications, navigate with the back and the forward button or reload the page.
Now we have a application environment that behaves looks like a "normal" website.
Please note that the close button will behave like a back navigation. This is in the most cases usefull but in general this button makes no sense in this mode.