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

Class HistoryTypeForm

source code


Class Variables [hide private]
  HISTORY_CHOICES = 'all', '---------', ('project', 'Projects'),...
  data_type = forms.ChoiceField(choices= HISTORY_CHOICES, widget...
Class Variable Details [hide private]

HISTORY_CHOICES

Value:
'all', '---------', ('project', 'Projects'), ('dataset', 'Datasets'), \
('image', 'Images'),

data_type

Value:
forms.ChoiceField(choices= HISTORY_CHOICES, widget= forms.Select(attrs\
= {'onchange': 'window.location.href=\'?history_type=\'+this.options[t\
his.selectedIndex].value'}))