Class ViewManager : onGetHTMLForWelcome Event


String onGetHTMLForWelcome()

Summary

Called to obtain the HTML text that will be used for the Welcome page.


Returns


Return the string, with HTML formatting that you wish to appear as the Welcome page.


Examples

var vm = app.getViewManager();

// Override our ViewManager event
vm.onGetHTMLForWelcome = function()
{
return "<h1>Welcome to DigiGuide</h1>"
};


Requirements

Build 1069