OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | exoplatform List | January 2008 Index

<--  Date Index  --> <--  Thread Index  -->

[exoplatform] Re: Widgets tool bar displayed by default?


OK. Found out: in eXoResources\javascript\eXo\portal\UIWorkspace.js, just add the following modification denoted (with ===> <===) around line 14:

if(!eXo.portal.Workspace) {
 eXo.portal.Workspace = new UIWorkspace("UIWorkspace") ;
};
if(!eXo.portal.UIControlWorkspace) {
 eXo.portal.UIControlWorkspace = new UIWorkspace("UIControlWorkspace") ;
===>  eXo.portal.UIControlWorkspace.showControlWorkspace = true ; <=====
};

 eXo.portal.UIControlWorkspace.showControlWorkspace = true ;

Cédric TRAN-XUAN a écrit :
Hi all,
I was wondering whether it was possible to get the left-hand side toolbar with the widgets and the start button, automatically displayed once the user is logged on?
And if it is possible, how can we do this (through config files or programmatically)?


Thanks in advance,

Cédric.



<--  Date Index  --> <--  Thread Index  -->

Reply via email to:

Powered by MHonArc.

Copyright © 2006-2007, OW2 Consortium | contact | webmaster.