<?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: debug map object css styling in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631048#M58878</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, this is helpful.&amp;nbsp; while I had the legend, and other objects with a high z-index, i had the map set at -1 value,because of other issues (popups).&amp;nbsp; Once I changed the z value to a positive value, the map was clickable.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2015 17:23:02 GMT</pubDate>
    <dc:creator>DavidMarquardt</dc:creator>
    <dc:date>2015-06-03T17:23:02Z</dc:date>
    <item>
      <title>debug map object css styling</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631041#M58871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an app that runs in a small space - 400 x 500 px.&amp;nbsp; In order to do this, I'm having the map object cover the entire space, and all other elements sit on top of it (title, text and legend).&amp;nbsp; My legend is created outside of of the default map legend. When I change the map object styling - in this case position:relative - I loose the ability to have a click event on the map (in debugging, added a click event that works only when position is absolute).&amp;nbsp; If I keep it absolute (and the child elements position themselves according to the window instead of map), then I am able to click on map.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to figure out what could be 'covering' the map object, making it unclickable. Or, find out if the map object just looses functionality when changing the position to relative. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what the app looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="map.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/105998_map.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the map creation script looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;app.map = new esri.Map("map", {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; extent : ext,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; showAttribution : false,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; logo : false,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; navigationMode : "classic"&lt;/P&gt;&lt;P&gt;});&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The html looks like this:&lt;/P&gt;&lt;P&gt;&amp;lt;div id = "map"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id = "TitleLayer"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;span id = "title"&amp;gt; ERS ATLAS&amp;lt;/span&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id= "legend"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id= "units" &amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;table id = "legend" border = '1'&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tbody id = "tabBody1"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tbody&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/table&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="note" &amp;gt; Click map to zoom &amp;lt;br&amp;gt;To pan, click and hold while moving pointer&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the css side, the legend, title and notes all have a position of 'absolute' and the map object has a position of 'relative'&lt;/P&gt;&lt;P&gt;I'm guessing that some object, while map is in relative mode, is covering it up.&amp;nbsp; While debugging elements in the browser, it seems like these three children objects don't cover a larger space than what is shown in the illustration above.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody had a similar issue?&amp;nbsp; Any ideas on how to better debug this situation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S., I'm using the js api 3.10.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 17:39:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631041#M58871</guid>
      <dc:creator>DavidMarquardt</dc:creator>
      <dc:date>2015-06-02T17:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: debug map object css styling</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631042#M58872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you by chance have this publicly accessible anywhere? I embed several maps on pages and have run into similar issues due to lack of real-estate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 20:14:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631042#M58872</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-06-02T20:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: debug map object css styling</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631043#M58873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, I don't have it publicly available.&amp;nbsp; There's a lot of extraneous script and styling attached, but was hoping that, since changing the position from relative to absolute made the difference, the description would be enough to get a discussion going.&amp;nbsp; I'll see if I can get a short example on here to illustrate the point...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 20:20:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631043#M58873</guid>
      <dc:creator>DavidMarquardt</dc:creator>
      <dc:date>2015-06-02T20:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: debug map object css styling</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631044#M58874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can but the legend out side of map DIV without need of be inside of map.. anyways there is more flexible solution in such small places like the legend in this &lt;A href="http://developers.arcgis.com/javascript/sandbox/sandbox.html?sample=mobile_soilmap"&gt;sample&lt;/A&gt; .. Hope this help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Yusuf &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 06:29:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631044#M58874</guid>
      <dc:creator>YousefQuran</dc:creator>
      <dc:date>2015-06-03T06:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: debug map object css styling</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631045#M58875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is David for sure having a problem with the legend? It sounds like he isn't certain what's causing the problem - I was hoping to have a look at it live to get a better feel for what's going on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 14:01:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631045#M58875</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-06-03T14:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: debug map object css styling</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631046#M58876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are saying that the legend and other elements are covered by the map because the map takes up the entire space, you can set a z-index:0; in your css for the map like so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;#map
{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; z:index:0;
}

#legend
{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; z:index:50;
}&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will place your legend on top of the map. If the legend is not where you want it, you may want to use absolute positioning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 02:50:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631046#M58876</guid>
      <dc:creator>ChrisSergent</dc:creator>
      <dc:date>2021-12-12T02:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: debug map object css styling</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631047#M58877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&amp;nbsp; this is great to know.&amp;nbsp; I'm having issues with positioning (relative, absolute) of these objects.&amp;nbsp; But I might use this in the future, thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 17:14:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631047#M58877</guid>
      <dc:creator>DavidMarquardt</dc:creator>
      <dc:date>2015-06-03T17:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: debug map object css styling</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631048#M58878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, this is helpful.&amp;nbsp; while I had the legend, and other objects with a high z-index, i had the map set at -1 value,because of other issues (popups).&amp;nbsp; Once I changed the z value to a positive value, the map was clickable.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 17:23:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631048#M58878</guid>
      <dc:creator>DavidMarquardt</dc:creator>
      <dc:date>2015-06-03T17:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: debug map object css styling</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631049#M58879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here's an attached example.&amp;nbsp; If you change the z-index to -1, you can click on the map as long as the css style position is absolute.&amp;nbsp; As soon as you change it to relative and position child elements according to the parent, the map itself becomes un-clickable.&amp;nbsp; Make the maps z-index positive, though, and this problem goes away.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, am wondering how to have a child positioned to the parent, but outside the object (such as just below it).&amp;nbsp; If i change the text in my example (#message) to be below the map object (bottom:-40, for example)&amp;nbsp;&amp;nbsp; it is hidden.&amp;nbsp; Any thoughts on how to solve this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 17:29:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631049#M58879</guid>
      <dc:creator>DavidMarquardt</dc:creator>
      <dc:date>2015-06-03T17:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: debug map object css styling</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631050#M58880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had problems with legend placement - I ended up attaching it to a node below the map, then massaged the returned object in jQuery. Basically, I transposed the table horizontally and applied some styling overrides, so it ended-up looking like this:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="106347" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/106347_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;It removed any clutter I had with the standard legend overlaying the map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 17:31:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631050#M58880</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-06-03T17:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: debug map object css styling</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631051#M58881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, if I understand correctly, you have a parent object of some sort, and the map and the legend are its two children.&amp;nbsp; Correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would love to see the .js you used to construct the horizintal legend (new column for each value).&amp;nbsp; I've been working outside of ESRI legend tools, and making my own.&amp;nbsp; All I can do at this point is add a row with swatch image and value, such as in the attached file.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 17:53:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631051#M58881</guid>
      <dc:creator>DavidMarquardt</dc:creator>
      <dc:date>2015-06-03T17:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: debug map object css styling</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631052#M58882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically, I have the map container, and below it, placeholder divs for stuff I don't want on the map, such as the legend. I create the legend like you would normally:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var legend = new Legend({
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map: map,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; layerInfos: [{ "layer": mapLayer, "title": mapTitle}],
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; autoUpdate: false
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, ",phMapLegend");
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; legend.startup();&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attach to some map events, so after the maps loads and all of the category rendering is done, and the legend is created, I call up a custom map module to massage the legend that the API created from whatever is currently displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I actually end-up doing a bit of massaging on the labels, and then on the transposition - I started with this from Stack Overflow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/6297591/how-to-invert-the-rows-and-columns-of-an-html-table" title="http://stackoverflow.com/questions/6297591/how-to-invert-the-rows-and-columns-of-an-html-table" rel="nofollow noopener noreferrer" target="_blank"&gt;javascript - How to invert the rows and columns of an HTML table? - Stack Overflow&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which got the basic transposition to work, pretty much without a lot of modification, though I did need to point it to the right object:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;$("table", $('#phMapLegend_featLayer')).each(function () {...&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a lot of custom stuff for our purpose I'd need to pull out before I can get something I can post as far as a full working demo. But, in hindsight, this might not be the greatest idea since you're tied to the API... if it changes, like during a version upgrade, it could (and probably will) break the custom handling in place. I am actually looking at just creating my own legend class, so I don't need the API legend object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 02:50:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631052#M58882</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2021-12-12T02:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: debug map object css styling</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631053#M58883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, trying to get away from the API.&amp;nbsp; The only real ESRI module I'm using at this point for the legend creation is ESRI request.&amp;nbsp; Everything else is dojo.&amp;nbsp; If you've got some more examples, snippets, feel free to share.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 19:41:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/debug-map-object-css-styling/m-p/631053#M58883</guid>
      <dc:creator>DavidMarquardt</dc:creator>
      <dc:date>2015-06-03T19:41:41Z</dc:date>
    </item>
  </channel>
</rss>

