Update of
/var/cvs/contributions/didactor2/src/core/config/builders/didactor_core
In directory james.mmbase.org:/tmp/cvs-serv12433
Modified Files:
editcontexts.xml
Log Message:
cleaned up
See also:
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/core/config/builders/didactor_core
Index: editcontexts.xml
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/core/config/builders/didactor_core/editcontexts.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- editcontexts.xml 28 Sep 2007 12:06:08 -0000 1.1
+++ editcontexts.xml 24 Jan 2008 17:37:02 -0000 1.2
@@ -1,62 +1,43 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE builder PUBLIC "-//MMBase/DTD builder config 1.1//EN"
"http://www.mmbase.org/dtd/builder_1_1.dtd">
-<builder name="editcontexts" maintainer="didactor.nl" version="2"
extends="object">
- <status>active</status>
+<?xml version="1.0" ?>
+<builder
+ xmlns="http://www.mmbase.org/xmlns/builder"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.mmbase.org/xmlns/builder
http://www.mmbase.org/xmlns/builder.xsd"
+ name="editcontexts" maintainer="didactor.nl" version="2" extends="object">
- <classfile>Dummy</classfile>
<searchage>31</searchage>
<names>
- <!-- singles per language as defined by ISO 639 -->
<singular xml:lang="nl">Editcontext</singular>
<singular xml:lang="en">Editcontext</singular>
- <!-- multiple per language as defined by ISO 639 -->
<plural xml:lang="nl">Editcontexts</plural>
<plural xml:lang="en">Editcontexts</plural>
</names>
<descriptions>
- <!-- descriptions per language as defined by ISO 639 -->
<description xml:lang="nl">Editcontext</description>
<description xml:lang="en">Editcontext</description>
</descriptions>
- <properties>
- <property name="max-nodes-from-query">99999</property>
- </properties>
-
<fieldlist>
- <!-- POS 3 : <field> 'name' -->
- <field>
+ <field name="name">
<descriptions>
- <!-- descriptions per language as defined by ISO 639 -->
<description xml:lang="nl">Naam van de editcontext</description>
<description xml:lang="en">Name of the editcontext</description>
</descriptions>
- <!-- gui related -->
<gui>
<guiname xml:lang="nl">Naam</guiname>
<guiname xml:lang="en">Name</guiname>
- <guitype>string</guitype>
</gui>
- <!-- editor related -->
<editor>
<positions>
- <!-- position in the input area of the editor -->
- <input>1</input>
- <!-- position in list area of the editor -->
<list>1</list>
- <!-- position in search area of the editor -->
- <search>1</search>
</positions>
</editor>
- <!-- database related -->
- <db>
- <!-- name of the field in the database -->
- <name>name</name>
- <!-- MMBase datatype and demands on it -->
- <type state="persistent" size="255" notnull="true"
key="false">STRING</type>
- </db>
+ <datatype base="eline" xmlns="http://www.mmbase.org/xmlns/datatypes">
+ <required value="true" />
+ <maxLength value="255" />
+ </datatype>
</field>
</fieldlist>
</builder>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs