<?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: Customize Geocode Widget in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-geocode-widget/m-p/197486#M18302</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just using the default theme and overwriting some of the CSS:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.soria .simpleGeocoder .esriGeocoder .esriGeocoderSearch {
&amp;nbsp;&amp;nbsp; position:absolute;
&amp;nbsp;&amp;nbsp; right:5px;
&amp;nbsp;&amp;nbsp; cursor: pointer;
}


.soria .simpleGeocoder .esriGeocoderHasValue .esriGeocoderReset {
&amp;nbsp;&amp;nbsp; position:absolute;
&amp;nbsp;&amp;nbsp; right:20px;
}
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The one thing I want to change is the "Select geocoder" text, but not sure where to change that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 09:51:57 GMT</pubDate>
    <dc:creator>ShaunWeston</dc:creator>
    <dc:date>2021-12-11T09:51:57Z</dc:date>
    <item>
      <title>Customize Geocode Widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-geocode-widget/m-p/197484#M18300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Really liking the new geocode widget:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/geocoder.html#geocoderMenu"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/geocoder.html#geocoderMenu&lt;BR /&gt;&lt;BR /&gt;I&lt;/A&gt;&lt;SPAN&gt;t pretty much does all the things we after, just wondering how to go about customising it a bit now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the site I'm working on they need to be able to change the search, which you can do with the geocodeMenu parameter. How would go about moving the dropdown to the right and changing the "Select geocoder" text. Can this be done via CSS? Also is it possible to select all geocoders and a search on all or would you have to create a composite locator?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2013 04:10:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-geocode-widget/m-p/197484#M18300</guid>
      <dc:creator>ShaunWeston</dc:creator>
      <dc:date>2013-04-17T04:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Geocode Widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-geocode-widget/m-p/197485#M18301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Really liking the new geocode widget:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/geocoder.html#geocoderMenu"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/geocoder.html#geocoderMenu&lt;BR /&gt;&lt;BR /&gt;I&lt;/A&gt;t pretty much does all the things we after, just wondering how to go about customising it a bit now.&lt;BR /&gt;&lt;BR /&gt;For the site I'm working on they need to be able to change the search, which you can do with the geocodeMenu parameter. How would go about moving the dropdown to the right and changing the "Select geocoder" text. Can this be done via CSS? Also is it possible to select all geocoders and a search on all or would you have to create a composite locator?&lt;BR /&gt;&lt;BR /&gt;Cheers &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hey Shaun,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There's an option to set your own theme which will add a custom CSS class to the root widget Domnode. You can use that to style the widget however you like or just use the default theme and overwrite the css. The select geocoder text can probably be removed or changed via JavaScript.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Searching all geocoders at once would probably require some logic but might not be the best way to go about it. I think the composite locator is a better route.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Apr 2013 00:29:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-geocode-widget/m-p/197485#M18301</guid>
      <dc:creator>MattDriscoll</dc:creator>
      <dc:date>2013-04-20T00:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Geocode Widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-geocode-widget/m-p/197486#M18302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just using the default theme and overwriting some of the CSS:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.soria .simpleGeocoder .esriGeocoder .esriGeocoderSearch {
&amp;nbsp;&amp;nbsp; position:absolute;
&amp;nbsp;&amp;nbsp; right:5px;
&amp;nbsp;&amp;nbsp; cursor: pointer;
}


.soria .simpleGeocoder .esriGeocoderHasValue .esriGeocoderReset {
&amp;nbsp;&amp;nbsp; position:absolute;
&amp;nbsp;&amp;nbsp; right:20px;
}
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The one thing I want to change is the "Select geocoder" text, but not sure where to change that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:51:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-geocode-widget/m-p/197486#M18302</guid>
      <dc:creator>ShaunWeston</dc:creator>
      <dc:date>2021-12-11T09:51:57Z</dc:date>
    </item>
  </channel>
</rss>

