Methods
_processResponses()
This processes the user's responses to import questions.
export()
Shows the page where a user can choose which settings to export.
import()
Shows the page where a user can import settings from text or a URL.
postRenderCallback()
This attaches event handlers after the page loads.
reset()
Resets the settings export form by erasing all export settings and questions.
saveAndGoToExport()
Saves export settings, then redirects to the export settings page.
saveAndGoToQuestions()
Saves export settings, then redirects to the questions page.
showExportJson()
Shows the exported settings in JSON format in a modal dialog. The user can copy the JSON to the system clipboard from here.
showImportResult()
Show the result of a successful import. This displays a list of imported settings and questions, if there are any.
showQuestionsForm()
Shows the form where a user can define setup questions.