Skip to main content
Participating Frequently
July 22, 2015
Question

Using Single Advanced Actions to show TOC - BUT how to close the TOC

  • July 22, 2015
  • 3 replies
  • 369 views

Hello, again!

I created a customized Menu button (that contains the TOC as I have removed the Captivate Playbar and replaced it with a customized one) and then applied the  Single Advanced Actions "Show TOC" . However, how do learners close the TOC once it opens ?

I'm using Captivate 8.

Many thanks,

Julie

This topic has been closed for replies.

3 replies

Participating Frequently
July 23, 2015

Again, many thanks!

Legend
July 23, 2015

You don't need a separate button/ advanced action to open and close the TOC. Learners can just click the tiny button of the ToC for this.

Sreekanth

Lilybiri
Legend
July 23, 2015

Julie, it seems from your explanation that you don't use an advanced but a simple action? If that is the case, there is also a HideTOC command. To use the same button as a toggle button you need to create a one line standard advanced action with the Toggle statement that Rod provided. If you want the button to change look when the TOC is open/closed have some scenarios described on blog.

RodWard
Community Expert
Community Expert
July 23, 2015

If you can set Advanced Actions to be executed when your Menu button is clicked, use the TOGGLE action to change the value of the system variable cpCmndTOCVisible that displays the TOC.  That way each time the user clicks the button the TOC will either appear or disappear.