Javscript Challenge #366 - How can I disable master slide buttons on certain slides?
Hello,
I would like to disable a couple of navigation buttons I have on my master slide on several slides in my project.
My first idea was to run the Javascript cp.disable('si41119') on slide enter and cp.enable('si41119') on slide exit. This works, but I was wondering if there was a way I could do this for all relevant slides in one fell swoop.
Any ideas?
I was thinking I could "tag" all of my slides by adding something like 'nonavigate' to the label, loop through my slides, find the slides with the tag, and deactivate the button only on this slide, but because the Captivate JS API documentation is less than thorough, I'm finding this to be a bit of a challenge.
