Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Again, many thanks!