Update of /var/cvs/config
In directory james.mmbase.org:/tmp/cvs-serv23700

Modified Files:
      Tag: MMBase-1_8
        datatypes.xml 
Log Message:
ported colors from HEAD


See also: http://cvs.mmbase.org/viewcvs/config


Index: datatypes.xml
===================================================================
RCS file: /var/cvs/config/datatypes.xml,v
retrieving revision 1.45.2.12
retrieving revision 1.45.2.13
diff -u -b -r1.45.2.12 -r1.45.2.13
--- datatypes.xml       24 Apr 2008 09:47:57 -0000      1.45.2.12
+++ datatypes.xml       19 Jun 2008 13:49:15 -0000      1.45.2.13
@@ -4,7 +4,7 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
     xsi:schemaLocation="http://www.mmbase.org/xmlns/datatypes 
http://www.mmbase.org/xmlns/datatypes.xsd";>
 
-  <!-- @version $Id: datatypes.xml,v 1.45.2.12 2008/04/24 09:47:57 michiel Exp 
$ -->
+  <!-- @version $Id: datatypes.xml,v 1.45.2.13 2008/06/19 13:49:15 michiel Exp 
$ -->
 
   <!--
   schematic syntax of one datatype entry:
@@ -208,6 +208,19 @@
       <pattern value="\A[^\n\r]*\z" />
     </specialization>
 
+    <specialization id="colors">
+      <description xml:lang="en">
+        Colors as can be used in css.
+      </description>
+      <default value="white" />
+      <maxLength value="64" />
+      <pattern 
value="(?i)\A(aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|purple|red|silver|teal|white|yellow|#[0-9,a-f]{3}|#[0-9,a-f]{6})\z"
 />
+      <enumeration>
+        <entry basename="org.mmbase.datatypes.resources.string.colors" />
+      </enumeration>
+    </specialization>
+
+
     <specialization id="trimmedline">
       <description xml:lang="en">
         A String that may not contain newlines, after it is trimmed. Practicly 
this will result in 'input type="text"' form entries.
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to