alert_confirm.phpTest script for the following xajaxResponse commandsSummary
clsPageContains functions that will be registered and called from the browser. Summary
sendAlert
Generates a xajaxResponse->alert command that displays a message. sendConfirmCommands
Generates a xajaxResponse->confirmCommands command that will prompt the user if they want to see the alert, then a xajaxResponse->alert command. |
See clsPage->sendAlert
function sendAlert( $sValue )
Generates a xajaxResponse->alert command that displays a message.
function sendAlert( $sValue )
See clsPage->sendAlert
function sendConfirmCommands()
Constructor
function clsPage()
Response command that is used to display an alert message to the user.
function alert( $sMsg )
Generates a xajaxResponse->confirmCommands command that will prompt the user if they want to see the alert, then a xajaxResponse->alert command.
function sendConfirmCommands()
Response command that prompts user with [ok] [cancel] style message box.
function confirmCommands( $iCmdNumber, $sMessage )