• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Robohelp help file paramter problem?

New Here ,
Sep 24, 2009 Sep 24, 2009

Copy link to clipboard

Copied

I am using robohelp on the web application  as the following code:  The question is that how do I get  the parameter for NoNavPane in the following code? Where does it come from?

Thanks.

javascript:RH_ShowHelp(0,'FieldHelp/default.htm>NoNavPane',
HH_HELP_CONTEXT, 6)

function RH_ShowHelp(hParent, a_pszHelpFile, uCommand, dwData)
{
    // this function only support WebHelp
    var strHelpPath = a_pszHelpFile;
    var strWnd = "";
    var nPos = a_pszHelpFile.indexOf(">");
    if (nPos != -1)
    {
        strHelpPath = a_pszHelpFile.substring(0, nPos);
        strWnd = a_pszHelpFile.substring(nPos+1);
    }
    if (isServerBased(strHelpPath))
        RH_ShowWebHelp_Server(hParent, strHelpPath, strWnd, uCommand, dwData);
    else
        RH_ShowWebHelp(hParent, strHelpPath, strWnd, uCommand, dwData);
}

Views

691

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 24, 2009 Sep 24, 2009

Copy link to clipboard

Copied

LATEST

I think "NoNavPane" is the name of a window definition. That is, it's the window that the help topic will open in.

I can't help with the rest of the question unfortunately.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
RoboHelp Documentation
Download Adobe RoboHelp