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?
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.
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.