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 sm...@apache.org on 2006/11/13 14:28:43 UTC

svn commit: r474304 - /portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/headtag.xml

Author: smilek
Date: Mon Nov 13 05:28:43 2006
New Revision: 474304

URL: http://svn.apache.org/viewvc?view=rev&rev=474304
Log:
added comprehensive mode/state support

Modified:
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/headtag.xml

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/headtag.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/headtag.xml?view=diff&rev=474304&r1=474303&r2=474304
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/headtag.xml (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/headtag.xml Mon Nov 13 05:28:43 2006
@@ -73,10 +73,21 @@
                     <!-- default window width -->
                     <value>280</value>
                 </entry>
+                <entry key="desktop.window.theme">
+                    <!-- default desktop window theme -->
+                    <value>tigris</value>
+                </entry>
+                <entry key="desktop.window.theme.allowed">
+                    <!-- list of allowed desktop window themes -->
+                    <list>
+                        <value>tigris</value>
+                        <value>blueocean</value>
+                    </list>
+                </entry>
                 <entry key="desktop.window.action.button.order">
                     <!-- order, left to right, that action buttons should be rendered -->
                     <!-- all listed actions are expected to have associated images at derived path {windowtheme}/images/{action}.gif -->
-                    <!-- no image mapping is offered because if it is to be supported, it should be a DecoratorAction level -->
+                    <!-- no image mapping is offered because if it is to be supported, it should be from DecoratorAction -->
                     <!-- any listed action not supported by portlet is omitted -->
                     <!-- some actions, such as "menu" and "restore" have special behaviors (e.g. restore replaces minimize when window is minimized) -->
                     <list>
@@ -85,9 +96,9 @@
                         <value>view</value>
                         <value>print</value>
                         <value>help</value>
-                        <value>minimize</value>
-                        <value>maximize</value>
-                        <value>restore</value>
+                        <value>minimized</value>
+                        <value>maximized</value>
+                        <value>normal</value>
                     </list>
                 </entry>
                 <entry key="desktop.window.action.button.maximum">



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