Aus SubmersWiki

Wechseln zu: Navigation, Suche

In future we will provide an easy way to configure it. But right now if you want expanded as default, then you can change the skin.js in skins/ontoskin3/javascript/. Just change the following lines in the function resizeControl

if (state == true && this.expanded == false){
            this.expandPage();
}

to

if (state != false && this.expanded == false){
        this.expandPage();      
}

Logically it seems to be the same, but 'state' can also be null if no cookie is set for the user, which in this case represents the "default".


Copyright © ontoprise GmbH.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the article "GNU Free Documentation License".


Diese Seite wurde zuletzt am 25. November 2010 um 16:01 Uhr geändert.Diese Seite wurde bisher 2.637-mal abgerufen.