Commonly used popup dialogs


Table of Contents

Popup::AnyMessage - Generic message popup
Popup::AnyQuestion - Generic question popup with two buttons.
Popup::AnyQuestion3 - Generic question popup with three buttons.
Popup::AnyQuestionRichText - Show a question that might need scrolling.
Popup::AnyTimedMessage - Generic message popup
Popup::ClearFeedback - Clear feedback message
Popup::ConfirmAbort - Confirmation for "Abort" button during installation.
Popup::ContinueCancel - Dialog which displays the "message" and has a <b>Continue</b> and a <b>Cancel</b> button.
Popup::ContinueCancelHeadline - Dialog which displays the "message" and has a <b>Continue</b> and a <b>Cancel</b> button.
Popup::Error - Show an error message and wait until user clicked "OK".
Popup::LongText - Show a long text that might need scrolling.
Popup::Message - Show a simple message and wait until user clicked "OK".
Popup::ModuleError - Special error popup for YCP modules that don't work.
Popup::NoHeadline - Indicator for empty headline for popups that can optionally have one
Popup::Notify - Show a notification message and wait until user clicked "OK".
Popup::ReallyAbort - Confirmation popup when user clicked "Abort".
Popup::ShowFeedback - Show popup with a headline and a message for feedback
Popup::ShowFile - Show the contents of an entire file in a popup.
Popup::ShowText - Show the contents of an entire file in a popup.
Popup::ShowTextTimed - Show the contents of an entire file in a popup.
Popup::TimedAnyQuestion - Timed question popup with two buttons and time display
Popup::TimedError - Show an error message and wait specified amount of time or until user clicked "OK".
Popup::TimedMessage - Display a message with a timeout and return when the user clicks "OK" or when the timeout expires.
Popup::TimedOKCancel - Display a message with a timeout
Popup::TimedWarning - Show a warning message and wait specified amount of time or until user clicked "OK".
Popup::Warning - Show a warning message and wait until user clicked "OK".
Popup::YesNo - Display a yes/no question and wait for answer.
Popup::YesNoHeadline - This dialog displays "message" (a question) and has a <b>Yes</b> and a <b>No</b> button.