Package omeroweb :: Package webclient :: Module forms :: Class BaseAnnotationForm
[hide private]
[frames] | no frames]

Class BaseAnnotationForm

source code


This is the superclass of the various forms used for annotating single or multiple objects. All these forms use hidden fields to specify the object(s) currently being annotated.

Instance Methods [hide private]
 
__init__(self, *args, **kwargs) source code

Inherited from custom_forms.NonASCIIForm: full_clean

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 
Overrides: custom_forms.NonASCIIForm.__init__