Question
Change CSS of some element at runtime and change image at runtime using javascript functions.
We have create a course using Captivate. Now we want to change CSS of some elements like header panel, footer and banner at run time. How can we do that.
Also, can we replace any image from course HTML with any other image at runtime using javascript?
We were able to find functions like
cp.hide("ss1");
cp.show("ss2");
cp.changeState("","");
Where can we find complete list of all javascript functions provided in Captivate module.
