Difference between revisions of "OnProfileDisplay"

(Created page with "===Description=== This event trigger when user profile is being displayed. Used to render application box in user profile. ===Params=== *'''null''' ===Returns=== *'''htmlCon...")
 
(Description)
 
Line 1: Line 1:
 
===Description===
 
===Description===
This event trigger when user profile is being displayed. Used to render application box in user profile.
+
This event is triggered when the user profile is being displayed. Used to render application box in user profile.
  
 
===Params===
 
===Params===

Latest revision as of 07:18, 9 March 2013

Description

This event is triggered when the user profile is being displayed. Used to render application box in user profile.

Params

  • null

Returns

  • htmlContent - html content of application

Examples

function onProfileDisplay() 
{
        .
        .
        .
        return $content;
 
}