<?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: Can the zoom slider tick marks be styled? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-the-zoom-slider-tick-marks-be-styled/m-p/207408#M19294</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Derek&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to change color of the Zoom Slider with CSS property. I wanted to change entire color vertical zoom slider to different colour, not just + and - symbol with blue as you have shown in the example above. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this possible.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Dec 2013 19:46:59 GMT</pubDate>
    <dc:creator>GaneshSolai_Sambandam</dc:creator>
    <dc:date>2013-12-09T19:46:59Z</dc:date>
    <item>
      <title>Can the zoom slider tick marks be styled?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-the-zoom-slider-tick-marks-be-styled/m-p/207406#M19292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Our map service is dark gray, so the tick marks are very hard (if not impossible) to see. I'm sure there's a way to change the tick mark color, but I haven't found the magic handle; I tried ".esriLargerSliderTicks" and ".esriLargeSliderVertical .esriLargeSliderTicks", setting both to "color: white !important;".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 16:52:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-the-zoom-slider-tick-marks-be-styled/m-p/207406#M19292</guid>
      <dc:creator>TyroneLigon</dc:creator>
      <dc:date>2013-12-03T16:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can the zoom slider tick marks be styled?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-the-zoom-slider-tick-marks-be-styled/m-p/207407#M19293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes. After you include a link tag that references esri.css, use a style tag or another link to a CSS file that defines a color for the .esriSimpleSlider class like so:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;.esriSimpleSlider { &amp;nbsp; color: blue; }&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that there's not need for !important. Example:&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://jsbin.com/IbisUJet/1/edit" rel="nofollow" target="_blank"&gt;http://jsbin.com/IbisUJet/1/edit&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit:&amp;nbsp; just realized you're talking about the larger slider tick marks. For that, you have to re-define some dijit theme rules. We have an old sample that shows that (ignore the thumbnail, look at the live sample):&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/en/javascript/jssamples/mapconfig_customlabels.html" rel="nofollow" target="_blank"&gt;https://developers.arcgis.com/en/javascript/jssamples/mapconfig_customlabels.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When using the claro theme, the relevant CSS looks like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;.claro .dijitRuleMark { &amp;nbsp; border: 1px solid #fff; }&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 17:41:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-the-zoom-slider-tick-marks-be-styled/m-p/207407#M19293</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2013-12-03T17:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can the zoom slider tick marks be styled?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-the-zoom-slider-tick-marks-be-styled/m-p/207408#M19294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Derek&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to change color of the Zoom Slider with CSS property. I wanted to change entire color vertical zoom slider to different colour, not just + and - symbol with blue as you have shown in the example above. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this possible.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 19:46:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-the-zoom-slider-tick-marks-be-styled/m-p/207408#M19294</guid>
      <dc:creator>GaneshSolai_Sambandam</dc:creator>
      <dc:date>2013-12-09T19:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can the zoom slider tick marks be styled?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-the-zoom-slider-tick-marks-be-styled/m-p/207409#M19295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, it's all CSS. Here's a tweaked (and very ugly) version:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://jsbin.com/IbisUJet/3/edit"&gt;http://jsbin.com/IbisUJet/3/edit&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 22:11:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-the-zoom-slider-tick-marks-be-styled/m-p/207409#M19295</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2013-12-09T22:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can the zoom slider tick marks be styled?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-the-zoom-slider-tick-marks-be-styled/m-p/207410#M19296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Derek&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It works fine with javascript api 3.7 version. But, the .esrisimplerSlider css property doesn't seem to work with version 2.8. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there anyway, you could provide me&amp;nbsp; a code that can work with 2.8 version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the way, as you are working as Product Engineer team with ESRI on the ARCGIS JavaScript api development team,&amp;nbsp; I thought of asking this question to you. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At the moment, with editor widget - only simple point, line and polygon features is working with this functionality. But, Multipoint feature isn't supported at the moment. Is there any update on this, for the future releases. If this has already amended, then, can you please point me in the right direction - with relevant code and sample application. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ganesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 18:58:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-the-zoom-slider-tick-marks-be-styled/m-p/207410#M19296</guid>
      <dc:creator>GaneshSolai_Sambandam</dc:creator>
      <dc:date>2013-12-10T18:58:12Z</dc:date>
    </item>
  </channel>
</rss>

