-
Notifications
You must be signed in to change notification settings - Fork 34
classes_lib_jquery ui_dialog_uimessagebox.class
Daniel Spors edited this page Dec 19, 2023
·
3 revisions
Displays a uiDialog with an OK button.
Extends: uiDialog » uiControl » Control » Renderable
Creates a new uiMessageBox as error.
Definition: public static function Error($message)
Returns: static
A new uiMessagebox
Parameters:
-
string $message
Error text
Creates a new uiMessageBox as hint.
Definition: public static function Hint($message)
Returns: static
A new uiMessagebox
Parameters:
-
string $message
Hint text
Definition: public function __construct($message_text, $type, $title)
Returns: NOT DOCUMENTED
Parameters:
-
string $message_text
Message text -
string $type
Defines the css class, so you may use this to style different kinds of messages -
string $title
A title