Update of /var/cvs/config
In directory james.mmbase.org:/tmp/cvs-serv14050
Modified Files:
datatypes.xml
Log Message:
added some handlers
See also: http://cvs.mmbase.org/viewcvs/config
Index: datatypes.xml
===================================================================
RCS file: /var/cvs/config/datatypes.xml,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -b -r1.66 -r1.67
--- datatypes.xml 4 Aug 2008 16:15:15 -0000 1.66
+++ datatypes.xml 7 Aug 2008 19:59:21 -0000 1.67
@@ -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.66 2008/08/04 16:15:15 michiel Exp $ -->
+ <!-- @version $Id: datatypes.xml,v 1.67 2008/08/07 19:59:21 michiel Exp $ -->
<!--
schematic syntax of one datatype entry:
@@ -70,6 +70,7 @@
String fields contain text.
</description>
<class name="org.mmbase.datatypes.StringDataType" />
+ <handler mimetype="text/html,application/xml+xhtml"
name="org.mmbase.datatypes.handlers.html.StringHandler" />
<specialization id="lastmodifier">
<description xml:lang="en">
@@ -178,6 +179,7 @@
<description xml:lang="en">
Mainly supplied for backwards compatibility. A String without further
restrications. Practicly this will result in textarea form entries.
</description>
+ <handler mimetype="text/html,application/xml+xhtml"
name="org.mmbase.datatypes.handlers.html.AreaHandler" />
<pattern value="(?s)\A.*\z" />
</specialization>
@@ -578,6 +580,7 @@
Not so very big integer numbers. Common base for all kind of
enumerations.
</description>
<class name="org.mmbase.datatypes.IntegerDataType" />
+ <handler mimetype="text/html,application/xml+xhtml"
name="org.mmbase.datatypes.handlers.html.IntegerHandler" />
<specialization id="dirs">
<description xml:lang="en">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs