Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/config/applications/responseform/builders
In directory 
james.mmbase.org:/tmp/cvs-serv23938/portlets-dynamicforms/config/applications/responseform/builders

Modified Files:
        formfield.xml 
Log Message:
CMSC-756 CMSC-758 Dyna Form.
checkbox enable.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/config/applications/responseform/builders
See also: http://www.mmbase.org/jira/browse/CMSC-756
See also: http://www.mmbase.org/jira/browse/CMSC-758


Index: formfield.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/config/applications/responseform/builders/formfield.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- formfield.xml       9 Nov 2007 08:34:03 -0000       1.2
+++ formfield.xml       15 Feb 2008 09:05:52 -0000      1.3
@@ -353,5 +353,41 @@
             <type key="false" notnull="false" size="255" 
state="persistent">STRING</type>
          </db>
       </field>
+
+        <field>
+         <!-- Descriptions.
+               They are useful for GUI editors to provide helptexts.
+               Descriptions can be provided in various languages. -->
+         <descriptions>
+            <!-- description per language as defined by ISO 639 -->
+            <description xml:lang="nl"></description>
+            <description xml:lang="en"></description>
+                       <description xml:lang="zh"></description>
+         </descriptions>
+         <!-- gui related -->
+         <gui>
+            <guiname xml:lang="nl">De default waarde</guiname>
+            <guiname xml:lang="en">Maxlength</guiname>
+                       <guiname xml:lang="zh">最大值</guiname>
+         </gui>
+         <!-- editor related -->
+         <editor>
+            <positions>
+               <!-- position in the input area of the editor -->
+               <input>12</input>
+               <!-- position in the list area of the editor -->
+               <list>-1</list>
+               <!-- position in the search area of the editor -->
+               <search>-1</search>
+            </positions>
+         </editor>
+         <!-- database related -->
+         <db>
+            <!-- name of the field in the database -->
+            <name>maxlength</name>
+            <!-- MMBase datatype and demands on it -->
+            <type key="false" notnull="false" state="persistent">INTEGER</type>
+         </db>
+      </field>
 </fieldlist>
 </builder>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to