You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by wo...@apache.org on 2009/10/02 16:56:08 UTC

svn commit: r821042 - /portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml

Author: woonsan
Date: Fri Oct  2 14:56:08 2009
New Revision: 821042

URL: http://svn.apache.org/viewvc?rev=821042&view=rev
Log:
JS2-1071: Configuring editable preferences (as ordered) by 'EDITABLEPREFS' preference value. Also, enables to customize title by "TITLE" preference.

Modified:
    portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml

Modified: portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml?rev=821042&r1=821041&r2=821042&view=diff
==============================================================================
--- portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml (original)
+++ portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml Fri Oct  2 14:56:08 2009
@@ -1339,6 +1339,14 @@
     </portlet-info>
     <portlet-preferences>
       <preference>
+        <name>EDITABLEPREFS</name>
+        <value>TITLE, SRC, PROXYREMOTEURL, PROXYLOCALPATH, WIDTH, HEIGHT, MAX-WIDTH, MAX-HEIGHT, SCROLLING, AUTORESIZE, VISITLASTPAGE</value>
+      </preference>
+      <preference>
+        <name>TITLE</name>
+        <value></value>
+      </preference>
+      <preference>
         <name>SRC</name>
         <value>http://localhost:${serverPort}${contextPath}/examples/basicauth.jsp</value>
       </preference>
@@ -1427,6 +1435,14 @@
     </portlet-info>
     <portlet-preferences>
       <preference>
+        <name>EDITABLEPREFS</name>
+        <value>TITLE, SRC, PROXYREMOTEURL, PROXYLOCALPATH, WIDTH, HEIGHT, MAX-WIDTH, MAX-HEIGHT, SCROLLING, AUTORESIZE, VISITLASTPAGE</value>
+      </preference>
+      <preference>
+        <name>TITLE</name>
+        <value></value>
+      </preference>
+      <preference>
         <name>SRC</name>
         <value>http://localhost:${serverPort}${contextPath}/examples/formauth.jsp</value>
       </preference>
@@ -1511,6 +1527,14 @@
     </portlet-info>
     <portlet-preferences>
       <preference>
+        <name>EDITABLEPREFS</name>
+        <value>TITLE, SRC, WIDTH, HEIGHT, MAX-WIDTH, MAX-HEIGHT, SCROLLING, AUTORESIZE, VISITLASTPAGE</value>
+      </preference>
+      <preference>
+        <name>TITLE</name>
+        <value></value>
+      </preference>
+      <preference>
         <name>SRC</name>
         <value>/demo/sso-demo</value>
       </preference>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org