Posted on 29/10/2007 10:13:53
sune@fonqi.dk wrote:
Is there a javascript to close the pages window on startup in the
backend?
- Sune
Not realy - but you can do this:
- Create a html file in the /Files/Html folder - call it CloseMenuNavigation.html (or something else)
- Add a piece of Javascript
parent.parent.left.closeMenu('Navigation');
- Go to control panel, General and insert the link into the field "Latest news page" ("/Files/Html/CloseMenuNavigation.html")
This will hide the navigation on every login. Not pretty - but it works.