Difference between revisions of "OnAfterAppsLoad"

(Created page with "===Description=== Called when Community plugin has just been loaded for the first time. Used to include specific application that are enabled on specific users. @since: 1.6 ...")
 
(No difference)

Latest revision as of 15:07, 18 January 2013

Description

Called when Community plugin has just been loaded for the first time. Used to include specific application that are enabled on specific users.

@since: 1.6

Params

  • null

Example

function onAfterAppsLoad( ) 
{
     /*      perform your triggered action here.
   */
}