Forum Discussion
Turn on/off/control the checkmarks in the menu
Here is a basic example of toggling the side menu checkmarks on or off for the current slide. Click the button on the slide to toggle.
https://360.articulate.com/review/content/3a4571cc-8de2-42b6-adfb-d8507f733e55/review
You could run this script on timeline start (maybe on the master slide to apply to all slides) to hide the checkmark immediately. Run the script again to show the check (when finished with the slide).
This assumes that the side menu is present. It looks in the menu for the entry tagged with the cs-selected class (the current slide). It then hides or shows the slide state field (the checkbox).
- Tibor_Marte3 months agoCommunity Member
Thank you very much Nathan! This is a super great solution. :)
I know I will look greedy, but is it possible to have a javascript only to turn the actual slide checkmark off, and another to turn on? Playing with this set visible/set hidden logic?
Thanks in advance!- Nathan_Hilliard3 months agoCommunity Member