Subversion Repositories oidplus

Rev

Rev 1400 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1400 Rev 1408
Line 411... Line 411...
411
                west__togglerAlign_closed:    "center",
411
                west__togglerAlign_closed:    "center",
412
                west__togglerContent_closed:  tmpObjectTree,
412
                west__togglerContent_closed:  tmpObjectTree,
413
                west__togglerTip_closed:      _L("Open & Pin Menu"),
413
                west__togglerTip_closed:      _L("Open & Pin Menu"),
414
                west__sliderTip:              _L("Slide Open Menu"),
414
                west__sliderTip:              _L("Slide Open Menu"),
415
                west__slideTrigger_open:      "mouseover",
415
                west__slideTrigger_open:      "mouseover",
-
 
416
                west__enableCursorHotkey:     false, // disable Ctrl+Shift+LeftArrow hotkey ( see https://github.com/danielmarschall/oidplus/issues/28 )
416
                center__maskContents:         true, // IMPORTANT - enable iframe masking
417
                center__maskContents:         true, // IMPORTANT - enable iframe masking
417
                onresize_start:               function() { if (typeof handle_glayout_onresize_start == 'function') handle_glayout_onresize_start(); }
418
                onresize_start:               function() { if (typeof handle_glayout_onresize_start == 'function') handle_glayout_onresize_start(); }
418
        });
419
        });
419
 
420
 
420
        if ($('#gotobox').length == 0) $("#languageBox").css('right', '20px'); // Language Box to the right if there is no goto-box
421
        if ($('#gotobox').length == 0) $("#languageBox").css('right', '20px'); // Language Box to the right if there is no goto-box