OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | exoplatform List | Febuary 2008 Index

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

[exoplatform] Re: Re: Configuration of portal and portlet skins


These classes defined in the css are used in the groovy templates, which organize the layout of the portlet.
For instance, the class UIItemSelector is used in the groovy template:

/exo.portal.web.portal/src/main/webapp/groovy/webui/form/UIVTabInputSet.gtmpl

or sometimes in the processRender(WebuiRequestContext) method of your webui component e.g.

org.exoplatform.organization.webui.component.UIUserInGroup.processRender(WebuiRequestContext)

Cédric.

PS : I haven't found UIAccountPortlet used in the eXo code I have. May be it is not used any more.

alotegi@xxxxxxxxx a écrit :
Hi,
thank you for your reply.

Yes, I know that skins are loaded through SkinConfigScript.groovy. In the CSS
file that I wish to use the style is defined like this example:

.UIAccountPortlet .UIItemSelector .ItemDetailList .DefaultAccountImage{
  width: 330px;
  height: 195px;
  margin: auto;
  background: url('DefaultSkin/background/DefaultAccountImage.jpg') no-repeat;
}

But how can I know the names of classes that I have to use? In the example the
class names are .UIAccountPortlet, .UIItemSelector, .ItemDetailList and
.DefaultAccountImage

Thanks.



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

Reply via email to:

Powered by MHonArc.

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