|
POST
|
??? There is no step 8 and 9 in that link. There are only 6 steps.
... View more
12-11-2020
07:48 AM
|
0
|
3
|
3644
|
|
DOC
|
@MaxM There is no exaggerate option in the profile task that this widget uses.
... View more
12-09-2020
07:52 AM
|
0
|
0
|
21173
|
|
POST
|
Great I will look into integrating this into the eSearch code base then.
... View more
12-08-2020
07:52 AM
|
0
|
0
|
1196
|
|
POST
|
Victor, This is a workaround for the override_1 label/text in the legend of the print task?
... View more
12-08-2020
05:27 AM
|
0
|
1
|
1198
|
|
POST
|
Lance, Here is a css rule that works on my end using Chrome and IE 11, for removing the focus ring. .esri-view:focus,
.esri-view-root:focus,
.esri-view .esri-view-surface:focus {
outline: -webkit-focus-ring-color none !important;
}
... View more
12-07-2020
05:50 AM
|
1
|
0
|
2345
|
|
POST
|
You just use this line of code: view.popup.open({
features: graphics // array of graphics or a single graphic in an array
});
... View more
12-07-2020
05:25 AM
|
1
|
3
|
6618
|
|
POST
|
Though you did not write any code the WAB development team did using the JS API. You you need to get the WAB Developer edition and start looking into the code. WAB is not going to be simple to understand like the JS API samples, but at it's core is is just a JS API application. In the WAB jimu.js folder you will find a MapManager.js file that creates the app Map Object (probably good place to start).
... View more
12-05-2020
08:11 PM
|
0
|
0
|
1257
|
|
POST
|
Rabin, WAB is built using the JS API... Your question is way to unspecific.
... View more
12-04-2020
10:20 AM
|
0
|
2
|
1284
|
|
POST
|
James, The third option I provided should give you the text.
... View more
12-04-2020
07:47 AM
|
1
|
1
|
1944
|
|
POST
|
James, If I am understanding your question correctly you are asking to know which search Layer is selected. To get the index: this.AttributeLayerIndex If you want the actual layer object then: this.config.layers[this.AttributeLayerIndex] If you just want the text/name then: this.selectLayerAttribute.get('value')
... View more
12-04-2020
07:09 AM
|
1
|
3
|
1949
|
|
POST
|
This is the AGOL documentation link for adding a field. There is no ability for doing this using the JS API at runtime. https://doc.arcgis.com/en/arcgis-online/manage-data/add-or-delete-fields.htm
... View more
12-03-2020
08:24 AM
|
1
|
1
|
1413
|
|
POST
|
Michel, Have you seen this page? https://developers.arcgis.com/web-appbuilder/guide/make-widget-configurable-in-builder.htm It covers what you are attempting to do.
... View more
12-01-2020
11:24 AM
|
0
|
4
|
2302
|
|
POST
|
Mitchell, I have no experience with wkhtmltoimage but that you are wanting to do is exactly what the print task on ArcGIS server is designed to do. https://developers.arcgis.com/javascript/latest/api-reference/esri-tasks-PrintTask.html https://developers.arcgis.com/javascript/3/jsapi/printtask-amd.html
... View more
12-01-2020
05:39 AM
|
0
|
0
|
1308
|
|
POST
|
Victor, Unfortunately I don't see a way around it either.
... View more
12-01-2020
05:24 AM
|
0
|
0
|
1431
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-14-2020 11:36 AM | |
| 17 | 05-17-2021 01:51 PM | |
| 1 | 07-06-2020 05:32 AM | |
| 1 | 07-10-2018 05:49 AM | |
| 9 | 01-28-2022 10:58 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-08-2026
06:27 AM
|