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 2007/12/08 08:12:47 UTC

svn commit: r602339 - in /portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/clear: ./ css/ images/ images/desktop/

Author: smilek
Date: Fri Dec  7 23:12:46 2007
New Revision: 602339

URL: http://svn.apache.org/viewvc?rev=602339&view=rev
Log:
update clear portlet-decorator to support desktop; added support for new portlet actions; support for new desktop page editor configuration settings

Added:
    portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/clear/css/desktop.css
    portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/clear/css/portal.css
    portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/clear/decoratordesktop.properties
    portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/clear/images/
    portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/clear/images/desktop/
    portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/clear/images/desktop/menu.gif   (with props)
    portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/clear/images/desktop/removeportlet.gif   (with props)

Added: portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/clear/css/desktop.css
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/clear/css/desktop.css?rev=602339&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/clear/css/desktop.css (added)
+++ portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/clear/css/desktop.css Fri Dec  7 23:12:46 2007
@@ -0,0 +1,55 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
+
+/* since IE6 doesn't support chained class selectors, we create a separate class
+   for the combination of .portletWindow and the portlet decorator name
+   if not for IE6, the next selector would be: ".clear.portletWindow" instead of ".portletWindow-clear"
+*/
+.portletWindow-clear {
+    margin: 2px !important;
+
+    border-width: 0px;
+    border-style: none;
+    border-color: #FFFFFF;
+
+    background-color: #FFFFFF;
+}
+
+.clear .portletWindowClient {
+    margin: 2px !important;
+
+    border-width: 0px;
+    border-style: none;
+    border-color: #FFFFFF;
+
+    background-color: #FFFFFF;
+}
+
+
+/* settings for customizer */
+.clear .portletWindowTitleBar {
+    background: ThreeDShadow;  /* ThreeDLightShadow ThreeDShadow ThreeDFace */
+}
+
+.clear .portletWindowTitleText {
+    color: #000000;
+}
+
+.clear .portletWindowActionButton {
+	height: 11px;
+	width: 11px;
+}

Added: portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/clear/css/portal.css
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/clear/css/portal.css?rev=602339&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/clear/css/portal.css (added)
+++ portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/clear/css/portal.css Fri Dec  7 23:12:46 2007
@@ -0,0 +1,17 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
+

Added: portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/clear/decoratordesktop.properties
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/clear/decoratordesktop.properties?rev=602339&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/clear/decoratordesktop.properties (added)
+++ portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/clear/decoratordesktop.properties Fri Dec  7 23:12:46 2007
@@ -0,0 +1,38 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+#     http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+
+#
+# override desktop portlet decorator properties:
+#
+#    window.action.button.order
+#    window.action.noimage
+#    window.action.menu.order
+#    window.action.button.maximum
+#    window.action.button.tooltip
+#    window.icon.enabled
+#    window.icon.path
+#    window.titlebar.enabled
+#    window.resizebar.enabled
+#
+# these properties allow for overriding the defaults set in headtag.xml and core.src.js
+#
+# the values for these properties are used "as is" in JSON statements
+#    e.g. strings must be quoted, arrays must be enclosed by brackets, etc.
+#
+# 
+window.action.noimage=["tile","untile","heightexpand","heightnormal","edit","view","print","help","minimized","normal","maximized","edit_defaults","config","about"]
+window.titlebar.enabled=false
+window.resizebar.enabled=false

Added: portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/clear/images/desktop/menu.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/clear/images/desktop/menu.gif?rev=602339&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/clear/images/desktop/menu.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/clear/images/desktop/removeportlet.gif
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/clear/images/desktop/removeportlet.gif?rev=602339&view=auto
==============================================================================
Binary file - no diff available.

Propchange: portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/decorations/portlet/clear/images/desktop/removeportlet.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream



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