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...")
(No difference)

Revision as of 18:49, 18 January 2013

Description

This event trigger when 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;
 
}