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

Class ContainerForm

source code


Instance Methods [hide private]

Inherited from custom_forms.NonASCIIForm: __init__, full_clean

Class Variables [hide private]
  name = forms.CharField(max_length= 250, widget= forms.TextInpu...
  description = forms.CharField(widget= forms.Textarea(attrs= {'...
Class Variable Details [hide private]

name

Value:
forms.CharField(max_length= 250, widget= forms.TextInput(attrs= {'size\
': 45}))

description

Value:
forms.CharField(widget= forms.Textarea(attrs= {'rows': 10, 'cols': 39}\
), required= False, help_text= help_wiki)