<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Opening tutorial for webapp in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247773#M22961</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone got intro.js&amp;nbsp;to work in the regular arcgis js api? &amp;nbsp;I am having trouble implementing it into my HTML. &amp;nbsp;The instructions on their site say to include the steps within the html lines. &amp;nbsp;This makes the code messy, imo, and not all located together in one place at the end with references to each id. &amp;nbsp;I have tried both ways though and have not had much success. &amp;nbsp;I keep getting a "multiple defined" error along with "introJs not defined".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did get a different Tour called Joyride to work and it looks great! &amp;nbsp;Only problem, which is a big problem, is I can't get it to recognize a button id and I can't get the previous button to appear on the tour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn't get bootstrap tour to work either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone have any other suggestions and examples of a workflow that they know works in the environment I am using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Sep 2016 17:56:46 GMT</pubDate>
    <dc:creator>MathewSuran</dc:creator>
    <dc:date>2016-09-12T17:56:46Z</dc:date>
    <item>
      <title>Opening tutorial for webapp</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247764#M22952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;What is it called when there is a tutorial when you first open a webapp or webpage. &amp;nbsp;Basically instructions highlighting what to do in a few steps? &amp;nbsp;Are there other programs to build that in or is this done through javascript? Any resources anyone can direct me to?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 13:32:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247764#M22952</guid>
      <dc:creator>MathewSuran</dc:creator>
      <dc:date>2016-09-08T13:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Opening tutorial for webapp</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247765#M22953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I call it a "Tour".&lt;/SPAN&gt;&lt;BR style="background-color: #ffffff;" /&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Here is a decent lib.&lt;/SPAN&gt;&lt;BR style="background-color: #ffffff;" /&gt;&lt;A class="" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fintrojs.com%2F" rel="nofollow" style="color: #287433; background-color: #ffffff; border: 0px; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;Intro.js - Step-by-step guide and feature introduction for your website&lt;/A&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 13:43:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247765#M22953</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2016-09-08T13:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Opening tutorial for webapp</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247766#M22954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That looks pretty cool. &amp;nbsp;Thanks for the resource!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 13:53:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247766#M22954</guid>
      <dc:creator>MathewSuran</dc:creator>
      <dc:date>2016-09-08T13:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Opening tutorial for webapp</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247767#M22955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having trouble getting this to work. &amp;nbsp;I am getting this error:&amp;nbsp;&lt;STRONG&gt;Uncaught TypeError: Cannot read property 'querySelectorAll' of null &amp;nbsp;intro.js:130&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added the intro.js and introjs.css to my working directory. &amp;nbsp;Added the stylesheets (css &amp;amp; js) to the body. &amp;nbsp;Added the introJs().start(); script before the body. &amp;nbsp;Then added data-step="1" data-intro="Hello step one!" to the query execute id. &amp;nbsp;Am I missing a step?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if I am able to&amp;nbsp;&lt;STRONG style="font-weight: normal;"&gt;step through the&amp;nbsp;webapp? &amp;nbsp;For example, a chart is generated after the query is executed, which right now I am not able to show.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 15:32:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247767#M22955</guid>
      <dc:creator>MathewSuran</dc:creator>
      <dc:date>2016-09-08T15:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Opening tutorial for webapp</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247768#M22956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;without seeing it all its hard to determine what the issue is.&lt;/P&gt;&lt;P&gt;I would have to guess a timing issue.&lt;/P&gt;&lt;P&gt;Try setting a delay before it starts to test...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample&lt;/P&gt;&lt;P&gt;setTimeout(function ()&lt;BR /&gt; {&lt;BR /&gt;&amp;nbsp;_createIntro();&lt;BR /&gt; }, 2000)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 15:39:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247768#M22956</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2016-09-08T15:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Opening tutorial for webapp</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247769#M22957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should the &lt;SPAN style="background-color: #ffffff;"&gt;introJs().start(); be before the arcgis api?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Unfortunately I cant share the whole app since the data is not public. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 15:57:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247769#M22957</guid>
      <dc:creator>MathewSuran</dc:creator>
      <dc:date>2016-09-08T15:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Opening tutorial for webapp</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247770#M22958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is how I implemented it a while back..&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this.appTour = introJs();&lt;BR /&gt;this.appTour.setOptions({&lt;BR /&gt; showStepNumbers: false,&lt;BR /&gt; exitOnOverlayClick: true,&lt;BR /&gt; steps: [&lt;BR /&gt; {&lt;BR /&gt; intro: "Welcome to my site"&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; element: "#myElementId",&lt;BR /&gt; intro: "Sample Text",&lt;BR /&gt; position: "bottom",&lt;BR /&gt; }&lt;BR /&gt; ]&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;//START THE TOOL&lt;BR /&gt;this.appTour.start();&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 16:01:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247770#M22958</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2016-09-08T16:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Opening tutorial for webapp</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247771#M22959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, that makes more sense. &amp;nbsp;Where did you plug that into your html?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 16:14:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247771#M22959</guid>
      <dc:creator>MathewSuran</dc:creator>
      <dc:date>2016-09-08T16:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Opening tutorial for webapp</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247772#M22960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the code in a WAB widget. The elements it needs to attach to are already loaded.&lt;BR /&gt;Thats why I suggested the timer, it could add a delay... Try calling the code on a button click or something - That way all other elements are loaded . see if it works anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 17:17:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247772#M22960</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2016-09-08T17:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Opening tutorial for webapp</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247773#M22961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone got intro.js&amp;nbsp;to work in the regular arcgis js api? &amp;nbsp;I am having trouble implementing it into my HTML. &amp;nbsp;The instructions on their site say to include the steps within the html lines. &amp;nbsp;This makes the code messy, imo, and not all located together in one place at the end with references to each id. &amp;nbsp;I have tried both ways though and have not had much success. &amp;nbsp;I keep getting a "multiple defined" error along with "introJs not defined".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did get a different Tour called Joyride to work and it looks great! &amp;nbsp;Only problem, which is a big problem, is I can't get it to recognize a button id and I can't get the previous button to appear on the tour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn't get bootstrap tour to work either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone have any other suggestions and examples of a workflow that they know works in the environment I am using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 17:56:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247773#M22961</guid>
      <dc:creator>MathewSuran</dc:creator>
      <dc:date>2016-09-12T17:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Opening tutorial for webapp</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247774#M22962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt,&lt;BR /&gt;If you can post some &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-search-3d/index.html"&gt;sample code&lt;/A&gt; of a working app with the error I can see if I can figure out what is happening and maybe provide a working sample back to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 18:14:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247774#M22962</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2016-09-12T18:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Opening tutorial for webapp</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247775#M22963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, before I provide some code though, is there a way to provide a step, then have the user do that action which moves on to the next step?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 18:57:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247775#M22963</guid>
      <dc:creator>MathewSuran</dc:creator>
      <dc:date>2016-09-12T18:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Opening tutorial for webapp</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247776#M22964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not that I know of. It basically highlights the node and you provide a some text . Then the user can click next.... Etc..&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 19:02:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247776#M22964</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2016-09-12T19:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Opening tutorial for webapp</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247777#M22965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That would be the ideal situation. &amp;nbsp;I am using Joyride at the moment since I can get the most functionality out of it but it doesnt have what I mentioned above. &amp;nbsp;Have you seen anything that has those capabilities?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 19:05:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247777#M22965</guid>
      <dc:creator>MathewSuran</dc:creator>
      <dc:date>2016-09-12T19:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Opening tutorial for webapp</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247778#M22966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not seen anything like that.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 19:17:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/opening-tutorial-for-webapp/m-p/247778#M22966</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2016-09-12T19:17:31Z</dc:date>
    </item>
  </channel>
</rss>

