<?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: How to customize default map slider for compact build? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-default-map-slider-for-compact/m-p/346745#M32047</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What if you want to move the compact map slider to the right hand side of the map? I've tried using some pixel values and percentages from the right and top but have had no luck.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Aug 2012 18:26:16 GMT</pubDate>
    <dc:creator>KentuckyDGI</dc:creator>
    <dc:date>2012-08-17T18:26:16Z</dc:date>
    <item>
      <title>How to customize default map slider for compact build?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-default-map-slider-for-compact/m-p/346741#M32043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to customize the default map slider that comes with the JSAPI Compact Build but I can't seem to find any information on this.&amp;nbsp; I've tried using esri.config.defaults.map.slider but the only thing I can do with this is to set the width which only turns the slider horizontal.&amp;nbsp; What I'm looking to do is to physically change its position on the map.&amp;nbsp; I have a toolbar across the top of my map and some users are finding it difficult to tap the + to zoom in on the map with mobile devices because the slider is too close to the toolbar and they inadvertently tap a button on the toolbar instead.&amp;nbsp; So I would like to move the slider down some so it's not so close to the toolbar.&amp;nbsp; How do I do this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 15:37:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-default-map-slider-for-compact/m-p/346741#M32043</guid>
      <dc:creator>SteveClarke</dc:creator>
      <dc:date>2012-04-18T15:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize default map slider for compact build?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-default-map-slider-for-compact/m-p/346742#M32044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I want to customize the default map slider that comes with the JSAPI Compact Build but I can't seem to find any information on this.&amp;nbsp; I've tried using esri.config.defaults.map.slider but the only thing I can do with this is to set the width which only turns the slider horizontal.&amp;nbsp; What I'm looking to do is to physically change its position on the map.&amp;nbsp; I have a toolbar across the top of my map and some users are finding it difficult to tap the + to zoom in on the map with mobile devices because the slider is too close to the toolbar and they inadvertently tap a button on the toolbar instead.&amp;nbsp; So I would like to move the slider down some so it's not so close to the toolbar.&amp;nbsp; How do I do this?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you thought about developing you own dojo.form.slider and tied slider value, minimn, maxium to zoom levels?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 17:07:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-default-map-slider-for-compact/m-p/346742#M32044</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2012-04-18T17:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize default map slider for compact build?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-default-map-slider-for-compact/m-p/346743#M32045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can position the slider at the bottom of the map using the following css:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .esriSimpleSlider&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; top:90%;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:20:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-default-map-slider-for-compact/m-p/346743#M32045</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2021-12-11T16:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize default map slider for compact build?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-default-map-slider-for-compact/m-p/346744#M32046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can position the slider at the bottom of the map using the following css:&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .esriSimpleSlider&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; top:90%;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&amp;nbsp; That's exactly what I needed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:20:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-default-map-slider-for-compact/m-p/346744#M32046</guid>
      <dc:creator>SteveClarke</dc:creator>
      <dc:date>2021-12-11T16:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize default map slider for compact build?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-default-map-slider-for-compact/m-p/346745#M32047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What if you want to move the compact map slider to the right hand side of the map? I've tried using some pixel values and percentages from the right and top but have had no luck.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2012 18:26:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-default-map-slider-for-compact/m-p/346745#M32047</guid>
      <dc:creator>KentuckyDGI</dc:creator>
      <dc:date>2012-08-17T18:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize default map slider for compact build?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-default-map-slider-for-compact/m-p/346746#M32048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try specifying it from the left and top. So if I want my slider to display in the top right corner I might do the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
.esriSimpleSlider {
&amp;nbsp;&amp;nbsp;&amp;nbsp; left: 95%;
&amp;nbsp;&amp;nbsp;&amp;nbsp; top: 10px;
}

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:20:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-default-map-slider-for-compact/m-p/346746#M32048</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2021-12-11T16:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize default map slider for compact build?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-default-map-slider-for-compact/m-p/346747#M32049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This doesn't work on our end at all.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 14:07:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-default-map-slider-for-compact/m-p/346747#M32049</guid>
      <dc:creator>KentuckyDGI</dc:creator>
      <dc:date>2012-08-20T14:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize default map slider for compact build?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-default-map-slider-for-compact/m-p/346748#M32050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You may have to add the !important declaration at the end:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; .esriSimpleSlider{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; left:90% !important;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; top:15% !important;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:20:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-default-map-slider-for-compact/m-p/346748#M32050</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2021-12-11T16:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize default map slider for compact build?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-default-map-slider-for-compact/m-p/346749#M32051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks. That does work!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, you cannot utilize a "right" value or it breaks . . .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 16:08:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-default-map-slider-for-compact/m-p/346749#M32051</guid>
      <dc:creator>KentuckyDGI</dc:creator>
      <dc:date>2012-08-27T16:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize default map slider for compact build?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-default-map-slider-for-compact/m-p/346750#M32052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;because the CSS for the simple slider already has a "left" and "top" tag declared, its easier to manipulate them using important tags like in Kelly's examples than to use a "right" tag.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to see whats already in the CSS for the simpleSlider, you can use developer tools in the browser to check the source of jsapi.css&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 16:27:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-customize-default-map-slider-for-compact/m-p/346750#M32052</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2012-08-27T16:27:38Z</dc:date>
    </item>
  </channel>
</rss>

