I'm trying to enable the drag functionality on popup windows in Web AppBuilder version 2.12 (ArcGIS Enterprise 10.7.1). I tried to follow the steps detailed in this technical support article, but I don't see a mo.createWebMap section in utils.js. The closest I can find is
e.createWebMap=function(a,b,c,d){a=r.getStandardPortalUrl(a);a=r.getBaseItemUrl(a);N.arcgisUrl=a;return N.createMap(b,c,d)};
Do the steps described in that article still apply on this version and I'm not looking in the right place, or has the code changed?
Solved! Go to Solution.
@StephenM01 That article and direction are for WAB Developer not ArcGIS Enterprise which has it's code uglified/minified.
@StephenM01 That article and direction are for WAB Developer not ArcGIS Enterprise which has it's code uglified/minified.
Ah, that makes sense. Thank you!
I was in same situation trying to apply the above solution to ArcGIS Enterprise(uglified,minified). My workaround was to define the dojo toolkits in jimu.js/main.js instead of utils.js, and then edited the code in the createWebMap section in the same main.js file.
Also modified jimu.js/css/jimu-theme.css instead of common.css .