ARLO Nester
Static Public Attributes | List of all members
workspace.tools.views.transcriptCreation.CreateTranscriptForm Class Reference
Inheritance diagram for workspace.tools.views.transcriptCreation.CreateTranscriptForm:
Inheritance graph
[legend]
Collaboration diagram for workspace.tools.views.transcriptCreation.CreateTranscriptForm:
Collaboration graph
[legend]

Static Public Attributes

tuple exportUserTags = forms.BooleanField(label='Export User Tags', required=False, initial=True)
 
tuple exportMachineTags = forms.BooleanField(label='Export Machine Tags', required=False, initial=False)
 
tuple tagSets = forms.ModelMultipleChoiceField(TagSet.objects.none(), label='Tag Sets', widget=forms.CheckboxSelectMultiple, required=True)
 

Member Data Documentation

tuple workspace.tools.views.transcriptCreation.CreateTranscriptForm.exportMachineTags = forms.BooleanField(label='Export Machine Tags', required=False, initial=False)
static
tuple workspace.tools.views.transcriptCreation.CreateTranscriptForm.exportUserTags = forms.BooleanField(label='Export User Tags', required=False, initial=True)
static
tuple workspace.tools.views.transcriptCreation.CreateTranscriptForm.tagSets = forms.ModelMultipleChoiceField(TagSet.objects.none(), label='Tag Sets', widget=forms.CheckboxSelectMultiple, required=True)
static

The documentation for this class was generated from the following file: