Skip to main content
HSS Sursee
Known Participant
March 5, 2015
Answered

Captivate 8: Hide the TOC Bookmark

  • March 5, 2015
  • 2 replies
  • 1267 views

Hi there

Actually, I'm working with the product Adobe Captivate 8. I'm using the default table of contents by TOC. If the independent learning is activated, users are able to set bookmarks in the navigation bar (see picture, the dark blue icon under the title "Navigation").

Where can I remove this feature? Thank you for your help.

This topic has been closed for replies.
Correct answer TLCMediaDesign

In the CPM.js file find:

d = cp.toc.loadedAssetArr.fullBookmark;

and replace with:

d = cp.toc.loadedAssetArr.blankBookmark;

2 replies

TLCMediaDesign
TLCMediaDesignCorrect answer
Inspiring
March 5, 2015

In the CPM.js file find:

d = cp.toc.loadedAssetArr.fullBookmark;

and replace with:

d = cp.toc.loadedAssetArr.blankBookmark;

HSS Sursee
Known Participant
April 30, 2015

It worked! Thank you very much.

TLCMediaDesign
Inspiring
April 30, 2015

Great, you could you mark the answer as correct.

Lilybiri
Legend
March 5, 2015

AFAIK there is no way to remove that feature.