raphael 01/05/27 08:35:20
Modified: src/xml psml.xsd
Log:
add a Skin registry and use named Skin configuration within PortletConfig
Revision Changes Path
1.6 +5 -1 jakarta-jetspeed/src/xml/psml.xsd
Index: psml.xsd
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/src/xml/psml.xsd,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- psml.xsd 2001/03/23 04:54:23 1.5
+++ psml.xsd 2001/05/27 15:35:20 1.6
@@ -58,7 +58,7 @@
<!--
PSML - Jetspeed Portal Site Markup Language
-Version: $Id: psml.xsd,v 1.5 2001/03/23 04:54:23 taylor Exp $
+Version: $Id: psml.xsd,v 1.6 2001/05/27 15:35:20 raphael Exp $
Authors: Kevin A. Burton <[EMAIL PROTECTED]>
Rapha�l Luta <[EMAIL PROTECTED]>
@@ -162,6 +162,9 @@
The available list of properties is defined by the current control or
controller and set by the control(ler) or control(ler) customization pane
+ The name references a Skin entry in the system Registry that defines the
+ relevant properties.
+
The state defines whether the portlet should be shown in NORMAL mode,
MAXIMIZED mode, MINIMIZED mode or DETACHED. Not yet implemented.
-->
@@ -171,6 +174,7 @@
<element ref="property" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="state" type="string" minOccurs="0"/>
+ <attribute name="name" type="string" minOccurs="0"/>
</complexType>
</element>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]