Select to view content in your preferred language

Intro window

3630
4
Jump to solution
09-08-2014 11:23 AM
ChristianSmith
New Contributor III

I would like to create an intro widow in the tabbed viewer similar to what Bern set up in his PS caveloop stroymap.

http://downloads.esri.com/agol/pub/lavabeds/caveloop/index.html

  I realize I will have to edit the html css and js code.  While I feel I could piece this together over time through trial and error, I am wondering if someone has the snippets ready to go and would be willing to share them.

Thanks!

Smitty

1 Solution

Accepted Solutions
MarkCooney
Occasional Contributor III

You can take a look at the source code and should be able to piece something together fairly easily.  Take a look at:

view-source:http://downloads.esri.com/agol/pub/lavabeds/caveloop/index.html

http://downloads.esri.com/agol/pub/lavabeds/caveloop/javascript/layout.js

View solution in original post

0 Kudos
4 Replies
MarkCooney
Occasional Contributor III

You can take a look at the source code and should be able to piece something together fairly easily.  Take a look at:

view-source:http://downloads.esri.com/agol/pub/lavabeds/caveloop/index.html

http://downloads.esri.com/agol/pub/lavabeds/caveloop/javascript/layout.js

0 Kudos
ChristianSmith
New Contributor III

Thanks for the tip Mark. Between looking at the code and some bootstrap documentation I got it figured out. 

0 Kudos
JulieCarter
New Contributor II

It would be great if you shared your discovery for future reference.

Thanks!

0 Kudos
ChristianSmith
New Contributor III

Hi Julie,

The reason I did not post a simple answer is that the work around I figured out involves editing the index.html, main.js and I created a custom css file as well. I am also pretty sure that my execution is not the cleanest way to do this.

If this is something you are interested in I am more then willing to share the code

0 Kudos