Version

SharePlusOnLoad

This hook method can be implemented or not. When implemented, the method is called to notify that your Mobile Workspace or Custom Form hs finished loading and JavaScript functions are enabled. You can use SharePlusOnLoad to add custom logic before your Mobile Workspace or Custom Form is displayed on screen.

Syntax

function SharePlusOnLoad (){
        //TODO: Add custom logic before the Custom Form or Mobile Workspace is displayed
}