helpOut Tab ready JavaScript event

How do I execute a custom JavaScript when HelpOut tab is fully loaded?

The HelpOut tab load event is fired when HelpOut Tab is fully loaded.

There is a way to trigger custom code on HelpOut tab load event:

 

HelpOut Tab executes the following function upon load, so by simply having this function on the page where HelpOut Tab is hosted will run its code:

function LHN_HelpPanel_onLoad(){

       //your code

}

 

 

There are a variety of other ways to customize the HelpOut Tab:
http://help.livehelpnow.net/article/1/2205/installation-as-a-tab-slideout

 

Related articles