<?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: Remove Copyright Text in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/remove-copyright-text/m-p/198070#M18372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot for the answer, it works.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jan 2014 02:58:09 GMT</pubDate>
    <dc:creator>sunithanaik</dc:creator>
    <dc:date>2014-01-13T02:58:09Z</dc:date>
    <item>
      <title>Remove Copyright Text</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/remove-copyright-text/m-p/198067#M18369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How do you remove the copyright text from appearing in the bottom right hand corner of Javascript API application. I've looked around a bit, but can't seem to figure out how. It is easy enough to remove the Esri logo, but the copyright test from map services, I can't see how to disable?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 21:41:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/remove-copyright-text/m-p/198067#M18369</guid>
      <dc:creator>ShaunWeston</dc:creator>
      <dc:date>2012-12-10T21:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Copyright Text</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/remove-copyright-text/m-p/198068#M18370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try adding showAttribution: false to the constructor parameters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/EN/webapi/javascript/arcgis/help/jsapi/map.htm#MapConst" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/EN/webapi/javascript/arcgis/help/jsapi/map.htm#MapConst&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var map = new esri.Map('mapdiv', { showAttribution: false });&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 21:52:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/remove-copyright-text/m-p/198068#M18370</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2012-12-10T21:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Copyright Text</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/remove-copyright-text/m-p/198069#M18371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah! sweet, too easy...thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 23:32:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/remove-copyright-text/m-p/198069#M18371</guid>
      <dc:creator>ShaunWeston</dc:creator>
      <dc:date>2012-12-10T23:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Copyright Text</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/remove-copyright-text/m-p/198070#M18372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot for the answer, it works.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 02:58:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/remove-copyright-text/m-p/198070#M18372</guid>
      <dc:creator>sunithanaik</dc:creator>
      <dc:date>2014-01-13T02:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Copyright Text</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/remove-copyright-text/m-p/198071#M18373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you come across this post and are looking for an answer in Esri Javascript 4.0, try this:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;view.ui.remove("attribution");&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This will remove the widget from the ui of the view.&amp;nbsp; In 4.0, the attibution widget is added by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you can specify the widgets you want created automatically in the default UI object when defining your view&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-ui-DefaultUI.html" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-ui-DefaultUI.html"&gt;DefaultUI | API Reference | ArcGIS API for JavaScript 4.0&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Fore more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 22:46:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/remove-copyright-text/m-p/198071#M18373</guid>
      <dc:creator>JackFairfield</dc:creator>
      <dc:date>2016-07-25T22:46:03Z</dc:date>
    </item>
  </channel>
</rss>

