<?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: It does not work when using jsapi_vsdoc_v3,but works without jsapi_vsdoc_v3,help in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/it-does-not-work-when-using-jsapi-vsdoc-v3-but/m-p/255453#M23717</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thank you for your reply!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I has downloaded the lastest zip for jsapiv3.1 and it's Ok.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Aug 2012 05:45:42 GMT</pubDate>
    <dc:creator>gaolei</dc:creator>
    <dc:date>2012-08-16T05:45:42Z</dc:date>
    <item>
      <title>It does not work when using jsapi_vsdoc_v3,but works without jsapi_vsdoc_v3,help</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/it-does-not-work-when-using-jsapi-vsdoc-v3-but/m-p/255451#M23715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I has test arcgis_js_api v3 for studying,the test code comes from the instruction "install.html" .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I don't use "jsapi_vsdoc_v3", there is no intelligent code tip,but the html showed in Explorer collectly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I use "jsapi_vsdoc_v3",like add "&amp;lt;script type="text/javascript" src="assets/jsapi_vsdoc_v3.js"&amp;gt;&amp;lt;/script&amp;gt;" in my test html,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the intelligent code tip does work, but when I see the html in Explorer, the map doesn't showed (although it doesn't say error).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know what's the matter.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 06:02:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/it-does-not-work-when-using-jsapi-vsdoc-v3-but/m-p/255451#M23715</guid>
      <dc:creator>gaolei</dc:creator>
      <dc:date>2012-08-08T06:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: It does not work when using jsapi_vsdoc_v3,but works without jsapi_vsdoc_v3,help</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/it-does-not-work-when-using-jsapi-vsdoc-v3-but/m-p/255452#M23716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I did a quick test and confirmed that basemaps definitely still display in Internet Explorer when the code assist is referenced with a script tag in an application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used the following sample as the basis of the application and added my script tag directly below the tag referencing our API on line 21. (see below)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/map_topo.html" rel="nofollow noopener noreferrer" target="_blank"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/map_topo.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;script type="text/javascript" src="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=3.1"&amp;gt;&amp;lt;/script&amp;gt;
 &amp;lt;script type="text/javascript" src="Assets/scripts/jsapi_vsdoc_v3.js"&amp;gt;&amp;lt;/script&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script type="text/javascript"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dojo.require("dijit.layout.BorderContainer");
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dojo.require("dijit.layout.ContentPane");
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .....&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where did you get this "install.html" file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;what is the URL of the basemap which is not displaying?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Where are you placing the script tag in your application?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:36:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/it-does-not-work-when-using-jsapi-vsdoc-v3-but/m-p/255452#M23716</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2021-12-11T12:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: It does not work when using jsapi_vsdoc_v3,but works without jsapi_vsdoc_v3,help</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/it-does-not-work-when-using-jsapi-vsdoc-v3-but/m-p/255453#M23717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thank you for your reply!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I has downloaded the lastest zip for jsapiv3.1 and it's Ok.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 05:45:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/it-does-not-work-when-using-jsapi-vsdoc-v3-but/m-p/255453#M23717</guid>
      <dc:creator>gaolei</dc:creator>
      <dc:date>2012-08-16T05:45:42Z</dc:date>
    </item>
  </channel>
</rss>

