
functions
files
intro
|
|
Restore module
|
include/restore/summary_dialog.ycp
|
Display summary dialog.
|
|
|
Display summary dialog in wizard with optional details. Summary can be saved to file.
Imports
Local Functions
|
|
|
local RemoveTags (string input) -> string
|
|
This function removes HTML tags from input string
- Parameters:
- Return value:
local DisplaySummaryDialog (string text, string detail_text, string helptext, string label, symbol button) -> symbol
|
|
Display summary dialog with optional details, it is possible to save dialog contents to file
- Parameters:
text |
Summary text |
detail_text |
Detailed summary text |
helptext |
Help text for wizard |
label |
Text in label |
button |
Label for `next button, possible values are `next (label is "Next"), `ok ("Ok") or `finish ("Finish") |
- Return value:
|
Id of pressed button (`next, `back, `abort) |
|