Author: taylor
Date: Fri Feb 27 18:57:23 2015
New Revision: 1662793
URL: http://svn.apache.org/r1662793
Log:
JS2-1315: responsive layout portlet definition
Modified:
portals/jetspeed-2/portal/trunk/applications/jetspeed-layouts/src/main/webapp/WEB-INF/portlet.xml
Modified:
portals/jetspeed-2/portal/trunk/applications/jetspeed-layouts/src/main/webapp/WEB-INF/portlet.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/applications/jetspeed-layouts/src/main/webapp/WEB-INF/portlet.xml?rev=1662793&r1=1662792&r2=1662793&view=diff
==============================================================================
---
portals/jetspeed-2/portal/trunk/applications/jetspeed-layouts/src/main/webapp/WEB-INF/portlet.xml
(original)
+++
portals/jetspeed-2/portal/trunk/applications/jetspeed-layouts/src/main/webapp/WEB-INF/portlet.xml
Fri Feb 27 18:57:23 2015
@@ -621,6 +621,44 @@ limitations under the License.
<short-title>FourColumns</short-title>
</portlet-info>
</portlet>
-
+
+ <portlet id="ResponsiveLayout">
+ <portlet-name>ResponsiveLayout</portlet-name>
+ <display-name>Responsive Layout</display-name>
+
<portlet-class>org.apache.jetspeed.portlets.layout.responsive.ResponsiveLayoutPortlet</portlet-class>
+ <init-param>
+ <name>ViewPage</name>
+ <value>responsive</value>
+ </init-param>
+ <init-param>
+ <name>MaxPage</name>
+ <value>max-responsive</value>
+ </init-param>
+ <init-param>
+ <name>columns</name>
+ <value>2</value>
+ </init-param>
+ <init-param>
+ <name>sizes</name>
+ <value>50%,50%</value>
+ </init-param>
+ <init-param>
+ <name>layoutType</name>
+ <value>TwoColumns</value>
+ </init-param>
+ <expiration-cache>0</expiration-cache>
+ <supports>
+ <mime-type>text/html</mime-type>
+ <portlet-mode>view</portlet-mode>
+ <portlet-mode>edit</portlet-mode>
+ <portlet-mode>help</portlet-mode>
+ </supports>
+
<resource-bundle>org.apache.jetspeed.portlets.layout.resources.LayoutResource</resource-bundle>
+ <portlet-info>
+ <title>Responsive Layout</title>
+ <short-title>Responsive</short-title>
+ </portlet-info>
+ </portlet>
+
</portlet-app>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]