Skip to main content
Participant
November 30, 2012
Question

How can a Robhelp project be integrated within an Oracle web application

  • November 30, 2012
  • 1 reply
  • 795 views

Is it possible to distribute a webhelp project within an application without using map ID's or point to the files before it converts to html?  I'm publishing to Robohelp 9 server using the HTTP path and need to integrate the help project in an Oracle web application with the ability to drill down the individual topics withou using anchors/mapping.  Please advise, thank you.

    This topic has been closed for replies.

    1 reply

    Jeff_Coatsworth
    Community Expert
    Community Expert
    November 30, 2012

    A few clarification questions:

    - are you generating WebHelp or WebHelp Pro help output?

    - where are publishing this content to? a web server or a web server running Robohelp Server?

    You can always explicitly call individual html pages within WebHelp help content - it's just more of a pain to do that from the calling application.

    CCHSL&DAuthor
    Participant
    November 30, 2012

    Thank you for the response here are the answers to your questions.

    - We are generating using Web Help

    - We are publishing Web Server

    Our developers are trying to avoid to call individual html pages- The idea of using the API is to provide a channel behind the scenes where ECM/Oracle EBS could request Robohelp for the whole content. We are trying to avoid doing anchors to specific html pages since there could be thousands of pages out there and that would be very hard to maintain.  We are not clear if API is the solution.

    Jeff_Coatsworth
    Community Expert
    Community Expert
    November 30, 2012

    Ok, so you don't want to do Context Sensitive Help (CSH) calls from within the app; what's the problem with just launching the start page of the help content? It's usually called "index.htm", but you can call it whatever name you want when you generate the help. Then it just launches in a browser - there's no API involved.