altinn_editor_submitted_forms module¶
- class AltinnEditorSubmittedForms(time_units, conn, variable_selector_instance)¶
Bases:
object
Module for viewing and selecting between submitted forms, and choose if they are active and/or checked.
- Parameters:
time_units (list[str])
conn (object)
variable_selector_instance (VariableSelector)
- layout()¶
Returns the module layout.
- Return type:
Div
- module_callbacks()¶
Defines the callbacks for the module.
- Return type:
None
- submitted_forms_modal()¶
Returns a modal component with a table containing all the skjema versions.
- Return type:
Modal