Public Member Functions | |
init () | |
Static Public Member Functions | |
static | addMessage ($statusBarId, $text, $scriptId, $type= 'message') |
Data Fields | |
$showStatusBarOneAtATime = true | |
$statusBarId = 'StatusBar' | |
$cssFile = null | |
Protected Member Functions | |
registerClientScripts () | |
renderJavaScript () |
Class to render a highlight or error message box.
Definition at line 42 of file JNotify.php.
init | ( | ) |
Initialize the JNotify Widget
Definition at line 55 of file JNotify.php.
static addMessage | ( | $ | statusBarId, | |
$ | text, | |||
$ | scriptId, | |||
$ | type = 'message' | |||
) | [static] |
Add a message to an existing initialized jnotify div. Registers the addMessage script.
string | $statusBarId | |
string | $text | |
string | $scriptId |
Definition at line 97 of file JNotify.php.