I assume I still need to load a separate CSS for the FloatingPane and ResizeHandle. Up until version 3.11 the path was
<link rel="stylesheet" type="text/css" href="https://js.arcgis.com/3.10/js/dojo/dojox/layout/resources/FloatingPane.css">
<link rel="stylesheet" type="text/css" href="https://js.arcgis.com/3.10/js/dojo/dojox/layout/resources/ResizeHandle.css">
I know the stylesheet URLs had changes starting with 3.11. What should the path be for these two CSS?
Solved! Go to Solution.
Tracy you just need to remove the js/dojo from the path. Here are the new urls:
https://js.arcgis.com/3.11/dojox/layout/resources/ResizeHandle.css
https://js.arcgis.com/3.11/dojox/layout/resources/FloatingPane.css
Tracy you just need to remove the js/dojo from the path. Here are the new urls:
https://js.arcgis.com/3.11/dojox/layout/resources/ResizeHandle.css
https://js.arcgis.com/3.11/dojox/layout/resources/FloatingPane.css
That fixed it, thanks.