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

Modified Files:
      Tag: b1_4
        formfield.xml 
Log Message:
FWCMSC-197(checkbox can show normally)
CMSC-873(add the maxlenth restrict of the associated field)


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


Index: formfield.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/config/applications/responseform/builders/formfield.xml,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -b -r1.2.2.1 -r1.2.2.2
--- formfield.xml       28 Apr 2008 16:39:23 -0000      1.2.2.1
+++ formfield.xml       8 May 2008 03:14:58 -0000       1.2.2.2
@@ -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