Home
DevShare Downloads
Enable Interactivity using JSAPI
averma
The attached code sample uses enableIV() in a callback to submit() function that enables the interactive viewing features, here is the code excerpt:
viewer.submit(function(v){ v.enableIV(); });
Find more posts tagged with
Comments
There are no comments yet