MapID help files...am I just doing it wrong?
Hi again, here with another (feels like) silly question.
My devs said, "We need the URL to call the files so we can begin the contextual help integration."
Since the help file built on the server is myserver.servername.com and we're using basic WebHelp as the output, I can't seem to figure out what the specific call needs to be made.
My mapID file and project map files exist with a full listing of both, but I can't for the life of me get it to work.
I followed this specific information from the Robohelp 8 manual:
Call a context-sensitive function for WebHelp or FlashHelp
Call the following API for getting the context-sensitive information from the server.
http://servername>/robohelp/rest/robowindow?wtype=ctx&context=<MAP ID>
For example:
To open the topic mapped as numbe 1, change the <MAP ID> with 1.
- Run the application and test the Help call.
Where:
myserver.myservername.com/UserGuide_YarpYarphelpYar?wtype=ctx&context=58
is what I see being the correct URL to call for the article mapped to the mapID 58. That SHOULD work once I've built the mapID file in Robohelp, and when I generate the project and load it to the support site, it should automatically
The one thing I am NOT seeing is a mapID file in the generated WebHelp output, however.
Am I just doing it wrong, or is there a specific structure I need to achieve to be able to use mapIDs for context-sensitive help in the project?