Jump to content

Add help page to a module


be_tnt

Recommended Posts

Hello,

 

I am developing a module for which I would like to associate the help icon (in the toolbar) to my own help page.

I have checked the documentation and the section about HelperHelpAccess does not exist yet.

 

Did someone know how to do that? Any help would be appreciated.

 

Thx!

Link to comment
Share on other sites

Probably have to modify the js/helpAccess.js file.

 

In here you have the functions:

function displayHelpButton(label, iso_user, country_iso_code, _PS_VERSION_){
 
function showHelp(url, label, iso_lang, ps_version, doc_version, country)
 

and

 

function trackClickOnHelp(label, doc_version)
 

 

My 2 cents,

pascal

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...