|
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) |
|
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: