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

Class TagAnnotationForm

source code


Instance Methods [hide private]

Inherited from custom_forms.NonASCIIForm: __init__, full_clean

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

tag

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

description

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