Author: ppenicka
Date: 2012-10-11 15:03:11 -0400 (Thu, 11 Oct 2012)
New Revision: 8869
Modified:
epp/docs/branches/5.2/Reference_Guide/en-US/extras/PortletBridge_Configuration/default205.xml
epp/docs/branches/5.2/Reference_Guide/en-US/modules/PortletDevelopment/PortletBridge/configuration.xml
Log:
Incorporated changes requested in BZ#851086.
Modified:
epp/docs/branches/5.2/Reference_Guide/en-US/extras/PortletBridge_Configuration/default205.xml
===================================================================
---
epp/docs/branches/5.2/Reference_Guide/en-US/extras/PortletBridge_Configuration/default205.xml 2012-10-11
05:46:21 UTC (rev 8868)
+++
epp/docs/branches/5.2/Reference_Guide/en-US/extras/PortletBridge_Configuration/default205.xml 2012-10-11
19:03:11 UTC (rev 8869)
@@ -1,3 +1,3 @@
-<script src="/richFacesPortlet/faces/rfRes/org/ajax4jsf/framework.pack.js"
type="text/javascript"></script>
-<script src="/richFacesPortlet/faces/rfRes/org/richfaces/ui.pack.js"
type="text/javascript"></script>
-<link rel="stylesheet" type="text/css"
href="/richFacesPortlet/faces/rfRes/org/richfaces/skin.xcss"/>
+<a4j:loadScript src="resource:////org/ajax4jsf/framework.pack.js"
type="text/javascript"/>
+<a4j:loadScript src="resource:////org/richfaces/ui.pack.js"
type="text/javascript"/>
+<a4j:loadStyle src="resource:////org/richfaces/skin.xcss"/>
Modified:
epp/docs/branches/5.2/Reference_Guide/en-US/modules/PortletDevelopment/PortletBridge/configuration.xml
===================================================================
---
epp/docs/branches/5.2/Reference_Guide/en-US/modules/PortletDevelopment/PortletBridge/configuration.xml 2012-10-11
05:46:21 UTC (rev 8868)
+++
epp/docs/branches/5.2/Reference_Guide/en-US/modules/PortletDevelopment/PortletBridge/configuration.xml 2012-10-11
19:03:11 UTC (rev 8869)
@@ -141,9 +141,10 @@
<para>
The styles below must also be manually added to the facelets template
header in the
<filename><replaceable>EPP_DIST</replaceable>/jboss-as/portletbridge/examples/richFacesPortlet-<replaceable>VERSION</replaceable>.war:richFacesPortlet.war/templates/main.xhtml</filename>
file.
</para>
- <programlisting language="XML" role="XML"><link
rel="stylesheet" type="text/css"
href="/richFacesPortlet/faces/rfRes/org/richfaces/renderkit/html/css/basic_both.xcss"/>
-<link rel="stylesheet" type="text/css"
href="/richFacesPortlet/faces/rfRes/org/richfaces/renderkit/html/css/extended_both.xcss"/>
-<link rel="stylesheet" type="text/css"
href="/richFacesPortlet/faces/rfRes/org/richfaces/skin.xcss"/>
+ <programlisting language="XML" role="XML">
+<a4j:loadStyle
src="resource:////org/richfaces/renderkit/html/css/basic_both.xcss"/>
+<a4j:loadStyle
src="resource:////org/richfaces/renderkit/html/css/extended_both.xcss"/>
+<a4j:loadStyle
src="resource:////org/richfaces/skin.xcss"/>
</programlisting>
<para>
The table below outlines the current status of RichFaces features when
used in both local and remote portlets.