Exemplo n.º 1
0
 def _toFieldValue(self, input):
     return TextWidget._toFieldValue(self, input.strip())
Exemplo n.º 2
0
 def _getInputValue(self):
     return TextWidget.getInputValue(self)
Exemplo n.º 3
0
 def __init__(self, field, value_type, request):
     # We don't use value_type.
     TextWidget.__init__(self, field, request)
Exemplo n.º 4
0
 def _getInputValue(self):
     return TextWidget.getInputValue(self)
Exemplo n.º 5
0
 def __init__(self, field, value_type, request):
     # We don't use value_type.
     TextWidget.__init__(self, field, request)
Exemplo n.º 6
0
 def _toFieldValue(self, input):
     return TextWidget._toFieldValue(self, input.strip())