Searched refs:DynamicDataWidget (Results 1 - 3 of 3) sorted by relevance

/ec/ECAutoAssessmentBox/Products/ECAutoAssessmentBox/content/
H A DDynamicDataWidget.py2 # $Id: DynamicDataWidget.py 1584 2011-08-14 09:45:05Z amelung $
31 class DynamicDataWidget(TypesWidget): class in inherits:TypesWidget
75 # raise AttributeError, "DynamicDataWidget missing column definition for " + id + " in field " + field.getName()
109 __all__ = ('DynamicDataWidget')
111 registerWidget(DynamicDataWidget,
H A DDynamicDataField.py32 from Products.ECAutoAssessmentBox.content import DynamicDataWidget namespace
51 - must be DynamicDataWidget
62 'widget' : DynamicDataWidget,
H A DECAutoAssessmentBox.py44 from Products.ECAutoAssessmentBox.content.DynamicDataWidget import DynamicDataWidget namespace
116 widget = DynamicDataWidget(

Completed in 9 milliseconds