12-07-2017 08:20
12-07-2017 08:20
I'm using the panoramic view, but I am unable to access the elements that are on the pages
following the first one. There is no documentation, but i kinda assumed i could....
var panoView = document.getElememtById("panoViewId");
panoView.getElementById("svgFirstPageId")
panoView.getElementById("svgSecondPageId")
..and so forth to get to the children of each, using the Id/class to find
the elements I want doesn't work. Everything returns null regardless
of what I search for to get the elements on the pages that follow the first page
12-12-2017 05:49
12-12-2017 05:49
Please can you provide a more detailed example?
12-12-2017 05:59 - edited 12-13-2017 11:05
12-12-2017 05:59 - edited 12-13-2017 11:05
Actually, it's working fine, I had to use less objects, I had a typo lol