Commit ea1e7cd3 authored by Romain Courteaud's avatar Romain Courteaud

Add field ParallelListField.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3062 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2711419b
......@@ -38,7 +38,8 @@ this_module = sys.modules[ __name__ ]
document_classes = updateGlobals( this_module, globals(), permissions_module = Permissions)
# Define object classes and tools
import Form, FSForm, ListBox, MatrixBox, SelectionTool, ZGDChart, PDFTemplate, Report, PDFForm
import Form, FSForm, ListBox, MatrixBox, SelectionTool, ZGDChart, PDFTemplate,\
Report, PDFForm, ParallelListField
import PlanningBox
import RelationField, ImageField, MultiRelationField
from Products.Formulator.FieldRegistry import FieldRegistry
......@@ -86,6 +87,8 @@ def initialize( context ):
'www/StringField.gif')
FieldRegistry.registerField(ImageField.ImageField,
'www/StringField.gif')
FieldRegistry.registerField(ParallelListField.ParallelListField,
'www/StringField.gif')
FieldRegistry.registerField(StandardFields.StringField,
'www/StringField.gif')
#FieldRegistry.registerField(StandardFields.LabelField,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment