Package omeroweb :: Package webadmin :: Module forms :: Class GroupOwnerForm
[hide private]
[frames] | no frames]

Class GroupOwnerForm

source code


Class Variables [hide private]
  PERMISSION_CHOICES = '0', 'Private', ('1', 'Collaborative '),
  permissions = forms.ChoiceField(choices= PERMISSION_CHOICES, w...
  readonly = forms.BooleanField(required= False, label= "(read-o...
Class Variable Details [hide private]

permissions

Value:
forms.ChoiceField(choices= PERMISSION_CHOICES, widget= forms.RadioSele\
ct(), required= True, label= "Permissions", help_text= "<div class=\"e\
rror\">WARNING: Changing Permissions will change permissions of all ob\
jects in a group. This will take some time for large groups and could \
break the server.</div>")

readonly

Value:
forms.BooleanField(required= False, label= "(read-only)")