<?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: Any documentation on scalebar styles? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/any-documentation-on-scalebar-styles/m-p/560418#M52284</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The API reference for the Scalebar widget lists the css classes associated with the scalebar widget:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/scalebar.htm"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/scalebar.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jun 2012 15:25:33 GMT</pubDate>
    <dc:creator>KellyHutchins</dc:creator>
    <dc:date>2012-06-13T15:25:33Z</dc:date>
    <item>
      <title>Any documentation on scalebar styles?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/any-documentation-on-scalebar-styles/m-p/560417#M52283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to style the scalebar, and the only reference or example I've found so far is the color property for .esriScalebarLabel.&amp;nbsp; Does anybody know of documentation for the properties for the scalebar CSS class?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 13:53:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/any-documentation-on-scalebar-styles/m-p/560417#M52283</guid>
      <dc:creator>TyroneLigon</dc:creator>
      <dc:date>2012-06-12T13:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Any documentation on scalebar styles?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/any-documentation-on-scalebar-styles/m-p/560418#M52284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The API reference for the Scalebar widget lists the css classes associated with the scalebar widget:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/scalebar.htm"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/scalebar.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 15:25:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/any-documentation-on-scalebar-styles/m-p/560418#M52284</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2012-06-13T15:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Any documentation on scalebar styles?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/any-documentation-on-scalebar-styles/m-p/560419#M52285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Maybe it's because I haven't done any JavaScript work in about 6 years, but I was expecting a list of CSS properties somewhere. For example, I discovered how to change the color of the scalebar label because of another post, but I haven't been successful in changing the font; is the property "font", "fontFamily", or something completely different? If I want to change other scalebar properties (like the ruler block color, which I haven't been able to figure out), where do I find those properties and the values I can plug in?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 13:40:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/any-documentation-on-scalebar-styles/m-p/560419#M52285</guid>
      <dc:creator>TyroneLigon</dc:creator>
      <dc:date>2012-06-20T13:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Any documentation on scalebar styles?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/any-documentation-on-scalebar-styles/m-p/560420#M52286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think the easiest way to figure out how to modify the scalebar is to run one of the existing samples with either Firebug or Chrome Developer Tools open. In Firebug you can select the css tab then choose 'Scalebar.css' from the dropdown list. This shows the styles that are currently applied to the Scalebar Widget. You can modify some of these in Firebug and view the changes. For example, I modified the background-color for the ruler block to purple using this css:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;esriScalebarRulerBlock {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color: purple;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Those changes aren't persisted but its a nice way to play around with the settings until you get the look you want. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/demos/widget/widget_scalebarExt.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/demos/widget/widget_scalebarExt.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 15:08:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/any-documentation-on-scalebar-styles/m-p/560420#M52286</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2012-06-20T15:08:09Z</dc:date>
    </item>
  </channel>
</rss>

