<?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 Placeholder text in geocoder widget in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/placeholder-text-in-geocoder-widget/m-p/170623#M15840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to put some placeholder text in my geocoder widget so users know what it's there for. I'm pretty sure I followed the instructions for adding a placeholder property...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var geocoder = new Geocoder({&amp;nbsp; map: map,&amp;nbsp; arcgisGeocoder: { &amp;nbsp; placeholder: "Zoom to a city or address"&amp;nbsp; } }, "search"); geocoder.startup();&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone see any reason why I still don't see the placeholder text?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Oct 2013 14:48:41 GMT</pubDate>
    <dc:creator>KaitlynnDavis</dc:creator>
    <dc:date>2013-10-28T14:48:41Z</dc:date>
    <item>
      <title>Placeholder text in geocoder widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/placeholder-text-in-geocoder-widget/m-p/170623#M15840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to put some placeholder text in my geocoder widget so users know what it's there for. I'm pretty sure I followed the instructions for adding a placeholder property...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var geocoder = new Geocoder({&amp;nbsp; map: map,&amp;nbsp; arcgisGeocoder: { &amp;nbsp; placeholder: "Zoom to a city or address"&amp;nbsp; } }, "search"); geocoder.startup();&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone see any reason why I still don't see the placeholder text?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 14:48:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/placeholder-text-in-geocoder-widget/m-p/170623#M15840</guid>
      <dc:creator>KaitlynnDavis</dc:creator>
      <dc:date>2013-10-28T14:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Placeholder text in geocoder widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/placeholder-text-in-geocoder-widget/m-p/170624#M15841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Which browser are you using? It should work fine with Chrome and Firefox.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 15:08:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/placeholder-text-in-geocoder-widget/m-p/170624#M15841</guid>
      <dc:creator>JanelYang</dc:creator>
      <dc:date>2013-10-28T15:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Placeholder text in geocoder widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/placeholder-text-in-geocoder-widget/m-p/170625#M15842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried firefox and Internet Explorer, neither render the text. I am using API version 3.5, if that has any bearing on this property...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 15:11:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/placeholder-text-in-geocoder-widget/m-p/170625#M15842</guid>
      <dc:creator>KaitlynnDavis</dc:creator>
      <dc:date>2013-10-28T15:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Placeholder text in geocoder widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/placeholder-text-in-geocoder-widget/m-p/170626#M15843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, this is a known issue at v3.5. It should work fine with other versions. A workaround for v3.5 is to use:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;dom.byId("&amp;lt;your widget id&amp;gt;_input").placeholder = "Zoom to a city or address";&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;SPAN&gt;Example: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://jsfiddle.net/83QUM/3/" rel="nofollow" target="_blank"&gt;http://jsfiddle.net/83QUM/3/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may also look at previous threads:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://forums.arcgis.com/threads/87079-placeholder-for-basicviewer?p=307914#post307914" rel="nofollow" target="_blank"&gt;http://forums.arcgis.com/threads/87079-placeholder-for-basicviewer?p=307914#post307914&lt;/A&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://forums.arcgis.com/threads/86520-Geocoder-Placeholder-not-working-in-3.5" rel="nofollow" target="_blank"&gt;http://forums.arcgis.com/threads/86520-Geocoder-Placeholder-not-working-in-3.5&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 15:28:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/placeholder-text-in-geocoder-widget/m-p/170626#M15843</guid>
      <dc:creator>JanelYang</dc:creator>
      <dc:date>2013-10-29T15:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Placeholder text in geocoder widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/placeholder-text-in-geocoder-widget/m-p/170627#M15844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yay! That worked for me. I appreciate the example and references&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 15:53:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/placeholder-text-in-geocoder-widget/m-p/170627#M15844</guid>
      <dc:creator>KaitlynnDavis</dc:creator>
      <dc:date>2013-10-29T15:53:02Z</dc:date>
    </item>
  </channel>
</rss>

