Author: ekopalov
Date: 2012-10-15 13:58:58 -0400 (Mon, 15 Oct 2012)
New Revision: 8897
Modified:
epp/docs/branches/6.0/Reference_Guide/en-US/extras/PortalDevelopment_Skinning/default184.java
epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/Skinning.xml
Log:
fixed the problem with the callout no out of sample- workaround, this a publican bug
Modified:
epp/docs/branches/6.0/Reference_Guide/en-US/extras/PortalDevelopment_Skinning/default184.java
===================================================================
---
epp/docs/branches/6.0/Reference_Guide/en-US/extras/PortalDevelopment_Skinning/default184.java 2012-10-15
16:53:48 UTC (rev 8896)
+++
epp/docs/branches/6.0/Reference_Guide/en-US/extras/PortalDevelopment_Skinning/default184.java 2012-10-15
17:58:58 UTC (rev 8897)
@@ -1,4 +1,5 @@
@import url(DefaultSkin/portal/webui/component/UIPortalApplicationSkin.css);
@import url(DefaultSkin/webui/component/Stylesheet.css);
@import url(PortletThemes/Stylesheet.css);
-@import url(Portlet/Stylesheet.css);
\ No newline at end of file
+@import url(Portlet/Stylesheet.css);
+
Modified:
epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/Skinning.xml
===================================================================
---
epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/Skinning.xml 2012-10-15
16:53:48 UTC (rev 8896)
+++
epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/Skinning.xml 2012-10-15
17:58:58 UTC (rev 8897)
@@ -177,7 +177,7 @@
<term>WEB-INF/gatein-resources.xml</term>
<listitem>
<para>
- For the default portal skin, this file contains definitions for the
portal skin, the window decorations that this skin provides and well as defining some
JavaScript resources which are not related to the skin. The default portal skin
doesn't directly define portlet skins, these should be provided by the portlets
themselves.
+ For the default portal skin, this file contains definitions for the
portal skin, the window decorations that this skin provides as well as defining some
JavaScript resources which are not related to the skin. The default portal skin
doesn't directly define portlet skins, these should be provided by the portlets
themselves.
</para>
</listitem>
</varlistentry>
@@ -185,7 +185,7 @@
<term>WEB-INF/web.xml</term>
<listitem>
<para>
- For the default portal skin, the
<filename>web.xml</filename> of the
<literal>eXoResources.war</literal> will contains a lot of information which
is mostly irrelevant to the portal skinning. The area of interest in this file is the
<literal>resourcerequestfilter</literal> and the fact that the
<parameter>display-name</parameter> is set.
+ For the default portal skin, the
<filename>web.xml</filename> of the
<literal>eXoResources.war</literal> contains information which is mostly
irrelevant to the portal skinning. The area of interest in this file is the
<literal>resourcerequestfilter</literal> and the setting of the
<parameter>display-name</parameter> parameter.
</para>
</listitem>
</varlistentry>
@@ -206,22 +206,22 @@
<calloutlist>
<callout
arearefs="area-Reference_Guide-Skinning_the_Portal-The_Default_Skin-uiportletapplication">
<para>
- The skin for the main portal page.
+ Skin for the main portal page
</para>
</callout>
<callout
arearefs="area-Reference_Guide-Skinning_the_Portal-The_Default_Skin-components">
<para>
- Skins for various portal components.
+ Skins for various portal components
</para>
</callout>
<callout
arearefs="area-Reference_Guide-Skinning_the_Portal-The_Default_Skin-portletthemes">
<para>
- Window decoration skins.
+ Window decoration skins
</para>
</callout>
<callout
arearefs="area-Reference_Guide-Skinning_the_Portal-The_Default_Skin-portlet">
<para>
- The portlet specification CSS classes.
+ The portlet specification CSS classes
</para>
</callout>
</calloutlist>
Show replies by date