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

Class TagsAnnotationForm

source code


Form for annotating one or more objects with existing Tags or New tags

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

Inherited from custom_forms.NonASCIIForm: full_clean

Class Variables [hide private]
  tag = forms.CharField(widget= forms.TextInput(attrs= {'size': ...
  description = forms.CharField(widget= forms.Textarea(attrs= {'...
Method Details [hide private]

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

source code 
Overrides: custom_forms.NonASCIIForm.__init__

Class Variable Details [hide private]

tag

Value:
forms.CharField(widget= forms.TextInput(attrs= {'size': 36}), required\
= False)

description

Value:
forms.CharField(widget= forms.Textarea(attrs= {'rows': 3, 'cols': 31})\
, required= False, label= "Desc")