12-07-2017 08:20
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

12-07-2017 08:20
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


12-12-2017 05:49
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Please can you provide a more detailed example?

12-12-2017 05:59 - edited 12-13-2017 11:05
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

12-12-2017 05:59 - edited 12-13-2017 11:05
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Actually, it's working fine, I had to use less objects, I had a typo lol

