Package madrona :: Package manipulators :: Module manipulators :: Class ClipToGraticuleManipulator :: Class Form
[hide private]

Class Form

source code

django.forms.Form --+
                    |
                   ClipToGraticuleManipulator.Form

Instance Methods [hide private]
 
clean(self) source code
Class Variables [hide private]
  available = True
  n = forms.FloatField(label= 'Northern boundary', required= False)
  s = forms.FloatField(label= 'Southern boundary', required= False)
  e = forms.FloatField(label= 'Eastern boundary', required= False)
  w = forms.FloatField(label= 'Western boundary', required= False)
  target_shape = forms.CharField(widget= forms.HiddenInput)