How do I hide and show objects on master slides with JavaScript in a fluid box project?
I am trying to work out how to show and hide objects on master slides via JavaScript.
cp.hide("myObject); works but I then cannot show it with cp.show("myObject") as recommended in the documentation.
It looks like once hidden it is gone! If I enter document.getElementById("myObject"); in the browser console null is returned. I have seen a similar post on StackOverflow that was not resolved.
I have tried the same with an object added to a slide rather than master slide and get the same behaviour.
What I am trying to do is create custom navigation buttons in a responsive project using fluid boxes to overcome the serious limitations of the built-in Captivate playbar. It is proving to be far from straightforward. I hope someone can help!
