<?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: Place buttons on Map aligned one below other in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/place-buttons-on-map-aligned-one-below-other/m-p/200113#M18536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/393897"&gt;rajni sharma&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For an example with all the buttons aligned one below another in the top left corner, see &lt;A class="link-titled" href="https://twiav.nl/cursus/arcgis/javascript/cursus_arcgis_javascript_dkk_geocoder.htm" title="https://twiav.nl/cursus/arcgis/javascript/cursus_arcgis_javascript_dkk_geocoder.htm"&gt;this map&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The buttons are added to the &lt;SPAN style="font-family: andale mono, monospace;"&gt;view.ui&lt;/SPAN&gt; like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: medium; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;view.ui.add([aboutExpand, searchWidgetExpand, zoom, homeWidget, compass, basemapGalleryExpand, layerListExpand], "top-left");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you replace the &lt;SPAN style="font-family: andale mono, monospace;"&gt;top-left&lt;/SPAN&gt; with &lt;SPAN style="font-family: andale mono, monospace;"&gt;bottom-right&lt;/SPAN&gt;, the buttons will appear in that other corner, but aligned horizontally (instead of vertically).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also an option &lt;SPAN style="font-family: andale mono, monospace;"&gt;manual&lt;/SPAN&gt;. Using &lt;CODE&gt;manual&lt;/CODE&gt; allows you to place the component in a container where you can position it anywhere using CSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Egge-Jan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://twiav.nl/cursus/arcgis/javascript/cursus_arcgis_javascript_dkk_geocoder.htm"&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/487040_pastedImage_1.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Apr 2020 09:28:36 GMT</pubDate>
    <dc:creator>Egge-Jan_Pollé</dc:creator>
    <dc:date>2020-04-01T09:28:36Z</dc:date>
    <item>
      <title>Place buttons on Map aligned one below other</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/place-buttons-on-map-aligned-one-below-other/m-p/200112#M18535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i try to align buttons on map one below other on bottom right corner manually, but it do not align automatically for different computer size???&lt;/P&gt;&lt;P&gt;i have read this link &lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-ui-UI.html#move" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-ui-UI.html#move"&gt;UI | ArcGIS API for JavaScript 4.14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but it do not mention&amp;nbsp; to place multiple buttons one below other in any corner or bottom right??&lt;/P&gt;&lt;P&gt;Thanks in advance for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2020 08:27:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/place-buttons-on-map-aligned-one-below-other/m-p/200112#M18535</guid>
      <dc:creator>rsharma</dc:creator>
      <dc:date>2020-04-01T08:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Place buttons on Map aligned one below other</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/place-buttons-on-map-aligned-one-below-other/m-p/200113#M18536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/393897"&gt;rajni sharma&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For an example with all the buttons aligned one below another in the top left corner, see &lt;A class="link-titled" href="https://twiav.nl/cursus/arcgis/javascript/cursus_arcgis_javascript_dkk_geocoder.htm" title="https://twiav.nl/cursus/arcgis/javascript/cursus_arcgis_javascript_dkk_geocoder.htm"&gt;this map&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The buttons are added to the &lt;SPAN style="font-family: andale mono, monospace;"&gt;view.ui&lt;/SPAN&gt; like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: medium; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;view.ui.add([aboutExpand, searchWidgetExpand, zoom, homeWidget, compass, basemapGalleryExpand, layerListExpand], "top-left");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you replace the &lt;SPAN style="font-family: andale mono, monospace;"&gt;top-left&lt;/SPAN&gt; with &lt;SPAN style="font-family: andale mono, monospace;"&gt;bottom-right&lt;/SPAN&gt;, the buttons will appear in that other corner, but aligned horizontally (instead of vertically).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also an option &lt;SPAN style="font-family: andale mono, monospace;"&gt;manual&lt;/SPAN&gt;. Using &lt;CODE&gt;manual&lt;/CODE&gt; allows you to place the component in a container where you can position it anywhere using CSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Egge-Jan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://twiav.nl/cursus/arcgis/javascript/cursus_arcgis_javascript_dkk_geocoder.htm"&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/487040_pastedImage_1.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2020 09:28:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/place-buttons-on-map-aligned-one-below-other/m-p/200113#M18536</guid>
      <dc:creator>Egge-Jan_Pollé</dc:creator>
      <dc:date>2020-04-01T09:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Place buttons on Map aligned one below other</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/place-buttons-on-map-aligned-one-below-other/m-p/200114#M18537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; Egge,&lt;/P&gt;&lt;P&gt;I mean like 3 buttons in bottom right.&lt;/P&gt;&lt;P&gt;2 buttons of zoom horizontally above that button in bottom right and&lt;/P&gt;&lt;P&gt;1 button above it&lt;/P&gt;&lt;P&gt;and i am already doing it manually&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2020 09:44:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/place-buttons-on-map-aligned-one-below-other/m-p/200114#M18537</guid>
      <dc:creator>rsharma</dc:creator>
      <dc:date>2020-04-01T09:44:58Z</dc:date>
    </item>
  </channel>
</rss>

