How could be 2 different looks for same esri 3D Layer List widget?

564
4
Jump to solution
09-03-2020 09:48 AM
MichaelLev
Occasional Contributor III

For API 4.16, 3D Layer List widget has 2 different looks:

  1. In Sample Code - LayerList widget
  2. In Web AppBuilder (Developer Edition)

Both use same widget - "esri/widgets/LayerList", so how I see 2 totally different looks?

Attached is screenshots showing the 2 different lloks.

Michael

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Michael,

   The WAB team takes the JS API and further customizes and extends it. So the fact that they appear different is not surprising.

View solution in original post

0 Kudos
4 Replies
RobertScheitlin__GISP
MVP Emeritus

Michael,

   The WAB team takes the JS API and further customizes and extends it. So the fact that they appear different is not surprising.

0 Kudos
MichaelLev
Occasional Contributor III

Where is the customization code? I have not seen it inside LayerList widget. What am I not seeing?

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Have you looked at the css rules?

0 Kudos
MichaelLev
Occasional Contributor III

I’ll look tomorrow morning. I also remember there is “item.js” file. I’ll look also in it to understand how the change stems from the code.