void OnPageRendered()
Description
This callback function is called when a page is displayed
Return Type
void
Example
Prompt a message with the current question for each page displayed
function OnPageRendered() {
Prompt("You are now in Questions: " +CurrQues);
}
Comments
Please sign in to leave a comment.