Skip to content

classes_lib_jquery ui_dialog_uimessagebox.class

Daniel Spors edited this page Dec 19, 2023 · 3 revisions

Classes in file lib/jquery-ui/dialog/uimessagebox.class.php

class uiMessageBox

Displays a uiDialog with an OK button.

Extends: uiDialog » uiControl » Control » Renderable

Error

Creates a new uiMessageBox as error.

Definition: public static function Error($message)

Returns: static A new uiMessagebox

Parameters:

  • string $message Error text

Hint

Creates a new uiMessageBox as hint.

Definition: public static function Hint($message)

Returns: static A new uiMessagebox

Parameters:

  • string $message Hint text

__construct

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

Clone this wiki locally