OnProfileDisplay

Revision as of 18:49, 18 January 2013 by Sinisakrisan (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;
 
}