I have just a simple page with the Split View plug-in running. I'm trying just to load different HTML pages in to the "main" data-id. every attempt I've tried leads to an error. First off is it possible?
I've tried
- <li><a href="page3.html" data-panel="main">Page 3</a></li>
I do get the preloader in "main" panel but then I get "Error Loading Page".
All pages and assets are on the same root lvl. I've also tried creating "page3.html" with same left and right panel system as the index. I've adding the "rel=external" attribute, but that leads to straight to the error.
Yes I understand I that I can build all content in to one html file, but I'm trying to work building method that would allow for multiple developers. Having different pages just seems to be the easiest way. If it can't be done this way then I guess I would have to start working on a js to dynamically write the index from several txt files.
"You might say that I'm a dreamer. But I'm not..."
- John Lennon