Example #1
0
 def __init__(self, *args, **kwargs):
     BrowserView.__init__(self, *args, **kwargs)
     TextAreaWidget.__init__(self, *args, **kwargs)
Example #2
0
 def _getInputValue(self):
     return TextAreaWidget.getInputValue(self)
Example #3
0
 def _getInputValue(self):
     return TextAreaWidget.getInputValue(self)
Example #4
0
 def __init__(self, field, value_type, request):
     # We don't use value_type.
     TextAreaWidget.__init__(self, field, request)
Example #5
0
 def __init__(self, field, value_type, request):
     # We don't use value_type.
     TextAreaWidget.__init__(self, field, request)