I would like to create a package that extends back office. It is going to be some kind of ERP so i the main activity will be done in the back office thus visible workspace is crucial.
Is there a way to hide and / or resize the navigation tree and increase the size of the visible space of content window?
Back office customization
Hello!
I would like to create a package that extends back office. It is going to be some kind of ERP so i the main activity will be done in the back office thus visible workspace is crucial.
Is there a way to hide and / or resize the navigation tree and increase the size of the visible space of content window?
Regards, Istvan
Hi,
Calling this line from your angularcontroller works:
appState.setGlobalState("showNavigation", false);
But I don't know if this is the intended way because you will have to adjust the contentwrapper css to move to the left.
Kind regards,
Jeroen
Hello!
In the meantime, i have figured it out, thanks! I have added a new css in which i resize the tree and content windows.
This is not the nicest way i bet, but does the thing!
Regards, Istvan
is working on a reply...