Skip to main content
Known Participant
February 26, 2016
Question

RoboHelp 2015 Index question

  • February 26, 2016
  • 1 reply
  • 786 views

When I use Responsive HTML5 Output none of my child index topics will load.

All Index entries load in WebHelp format.

This little icon will turn all day long…
nothing comes up in my INDEX.

Here is what I get in Responsive HTML5 Parent Project

This topic has been closed for replies.

1 reply

Peter Grainge
Community Expert
Community Expert
February 29, 2016

Thread moved to correct forum. Existing links to the thread will still work.


See www.grainge.org for RoboHelp and Authoring tips

@petergrainge

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.
Known Participant
February 29, 2016

Thank you Peter, I have correct my discussion link.

I wonder if this might help:

INDEX CODE:
When not clicked on:
<a title="Index" class="idx" href="#" data-attr="title:@KEY_LNG.Index; href: '#'" data-class="active: @KEY_ACTIVE_TAB == 'idx'" data-click="$mc.toggleActiveTab('idx')" data-if="KEY_FEATURE.idx"> </a>
INDEX CODE:
When I click on Index to load:
<a title="Index" class="idx active" href="#" data-attr="title:@KEY_LNG.Index; href: '#'" data-class="active: @KEY_ACTIVE_TAB == 'idx'" data-click="$mc.toggleActiveTab('idx')" data-if="KEY_FEATURE.idx"> </a>
Captiv8r
Legend
February 29, 2016

HI there

Are you testing this on your local C drive or from a web server?

If from a web server, how did your files get copied to the server?

Cheers... Rick