|
DOC
|
@JohnSasso2 That is a warning. None of those warning or errors have anything to do with the eLocate widget. Have you tried shutting down EB and restarting?
... View more
02-25-2022
08:47 AM
|
0
|
0
|
16542
|
|
DOC
|
@JohnSasso2 Any errors in the browsers web console?
... View more
02-25-2022
07:56 AM
|
0
|
0
|
16555
|
|
POST
|
@MichaelGinzburg Bookmarks added at runtime are stored locally on that machine. If you need bookmarks to me globally available to your app then you must add the bookmark(s) at setup of the widget using the "Add Bookmark" button in the widgets settings dialog.
... View more
02-25-2022
05:47 AM
|
0
|
0
|
831
|
|
DOC
|
@DavidDas__GISP Which application template are you using? So I can add that to my list of tested templates. There are quite a few templates (map centric) in EB and I have yet to test my widgets in each of them.
... View more
02-25-2022
05:33 AM
|
0
|
0
|
24551
|
|
DOC
|
@DavidDas__GISP The change is simple. In the Widget.html file make these changes (adding data-dojo-props="maxHeight:200"): <select class="esearch-select-graphic" style="margin-bottom:10px;float:left;" data-dojo-attach-point="selectLayerGraphical"
data-dojo-type="dijit/form/Select" data-dojo-props="maxHeight:200"></select>
....
<select class="esearch-select-attrib" style="margin-bottom:10px;float:left;" data-dojo-attach-point="selectLayerAttribute"
data-dojo-type="dijit/form/Select" data-dojo-props="maxHeight:200"></select>
....
<select class="select-layer-spatial" data-dojo-attach-point="selectLayerSpatial" data-dojo-type="dijit/form/Select" data-dojo-props="maxHeight:200"></select>
... View more
02-25-2022
05:30 AM
|
0
|
0
|
17000
|
|
DOC
|
@KindraBlair I am not a ArcGIS Enterprise user, but. You just need to follow the steps you would normally use for adding a custom widget and replace the eSearch widget with the new version. As far as apps you have that have eSearch configured they will remain configured as their configuration file is separate from the eSearch widget folder.
... View more
02-25-2022
05:15 AM
|
0
|
0
|
17007
|
|
POST
|
@JohnSasso2 Have you seen this sample? https://developers.arcgis.com/experience-builder/sample-code/widgets/get-map-coordinates-function/ You can also look at the code in custom widgets like my elocate to get coding examples (specifically the widget.tsx handleRevGeocodeBtnClick function).
... View more
02-24-2022
12:34 PM
|
0
|
1
|
1609
|
|
POST
|
@RodWoodfordOld Here is the Feature Panel widget link. It is a little different then the WAB Popup Panel widget, but I think you will like the changes. https://community.esri.com/t5/experience-builder-custom-widgets/feature-panel-widget-1-7-0-2-24-22/ta-p/1147687
... View more
02-24-2022
11:37 AM
|
2
|
0
|
1649
|
|
DOC
|
Note: This is an EB 1.7 Widget (not backward compatible). Live Preview Site (In the live preview site then a map toggle in the lower left that allows you to test different maps, One has a simple single point layer and the other has multiple layers, polygon and raster, that have pop-ups defined) Details: The widget allows shows the content of the maps pop-up in a panel. The widget does not paginate the results it concatenates then in this on panel. What the means is there is no next and previous for multiple pop-up results, they are all listed together and you just scroll down to see them all. If this widget is used in a application template that uses a sidebar (like Jewelry box or Pocket templates) then the widget can be set to auto open an close the sidebar To install this widget extract the contents of the zip file to your EB\client\your-extensions\widgets. So once you extract the whole path would look like: \client\your-extensions\widgets\FeaturePanel. Refresh your client and server windows (easiest way is to close both and 'npm start' them like you normally do to start EB). Now the Feature Panel widget will appear in your apps widget menu. Add the widget to your app. Now use the widgets settings panel to configure the widget. What's New: Fix selection reloading when app is reloaded
... View more
02-24-2022
11:34 AM
|
14
|
51
|
25471
|
|
POST
|
@altair ....
view.on('click', onClickGraphicsMap);
.....
const onClickGraphicsMap = (event) => {
view.zoom = 6;
}
... View more
02-22-2022
05:12 AM
|
0
|
0
|
815
|
|
DOC
|
@MiguelTorres Sure send me a DM (I have now connected to you in GeoNet, which is required for DMs).
... View more
02-17-2022
07:02 AM
|
0
|
0
|
15319
|
|
DOC
|
@MiguelTorres, One of the first things to check is the protocol that is being used for the layer. For example if the map has the layer added as https and you have configured the layer as http in the widgets config file.
... View more
02-16-2022
05:36 AM
|
0
|
0
|
15345
|
|
POST
|
This thread may also interest you. in 3.x there was a navigation toolbar and in this link I have a sample that creates the navigation toolbar in 4.x (which includes prev and next view extents) https://community.esri.com/t5/arcgis-api-for-javascript-questions/does-the-class-quot-esri-toolbars-navigation-quot/m-p/567061
... View more
02-14-2022
11:27 AM
|
2
|
1
|
5328
|
|
POST
|
@RodWoodfordOld Since this is a much more simple widget then others on my list I will more this to the top of the Dev que.
... View more
02-14-2022
05:37 AM
|
3
|
0
|
1690
|
|
DOC
|
@JohnSasso2 So I think I will go the GeoJSON route then, in my future enhancement to this widget.
... View more
02-09-2022
08:01 AM
|
0
|
0
|
10296
|
| Title | Kudos | Posted |
|---|---|---|
| 16 | 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 | |
| 1 | 03-28-2022 06:20 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|