|
IDEA
|
Hi @DebHSF , Thank you for posting this idea. There are two existing options that come to mind based on what you have described. 1. Add the Table widget to a Widget Controller. The controller will allow the user to move and resize the window for the Table widget. The widget controller will also adjusts to small screens. 2. Or use a template with a side panel, such as the Jewelry Box template. The sidebar (or bottom bar, if you dock it at the bottom), can be collapsed or expanded by the front-end user. See below for example: Please let us know if you have an example on how this could be implemented differently.
... View more
11-02-2021
10:50 AM
|
0
|
0
|
3055
|
|
POST
|
Hi @OfraAi , We have fixed some sign in issues in the Smart Editor in more recent updates of ArcGIS Online. You may want to try downloading the widget files from the latest WAB developer edition and using them as a Custom widget in your Portal for see if that resolves your issue. If it does not, I would recommend contacting Technical Support so they can help troubleshoot the issue and find another workaround.
... View more
11-02-2021
08:34 AM
|
2
|
1
|
2715
|
|
POST
|
Hi @OfraAi , Since the application is publicly shared, are you able to provide a link so we can review the issue? Thank you!
... View more
11-01-2021
08:51 AM
|
0
|
0
|
2732
|
|
POST
|
Hi @DataOfficer , Thank you for posting your comments and questions. Regarding your first question and the Feature ID, right now the widget is displaying an attribute value in the header. The value is picked from my service's "Display Field", which I have defined before publishing the service from ArcGIS Pro as shown here: Re: what is the display field - Esri Community. For the issues you have observed with the 3 approaches you have described, I have forwarded your comments for review and the team will get back to you.
... View more
10-29-2021
01:15 PM
|
0
|
2
|
2437
|
|
POST
|
Hi @SCVTAGIS , We apologize for the delayed reply to your questions. I understand what you are trying to do, and I've done something similar in the past for some of my applications - sometimes we just need a more customized legend! 🙂 Right now, you won't be able to customize the Legend widget out-of-the-box, but as you mentioned you can use the About widget and add an image to it (like the image "After" you have attached to your post above) and use the About widget as a Legend instead (that is assuming your Legend will not change over time). There may be a way to add your images if you customize the widget code if you are using the developer edition, and I hope someone else can jump in to help with that. Regarding "Web AppBuilder templates do not allow more than one pop-up to be open at one time" - this depends which template you are using. Some of the themes will have two widget "controllers", for example below the Foldable Theme allows you to add widgets in the Header and under the Search bar. If you add your widgets separately in those sections, you will be able to open both when the application loads. For example: I hope this helps and will allow you to move forward with your project!
... View more
10-29-2021
11:49 AM
|
1
|
0
|
2790
|
|
POST
|
Hi @Sil_ , One more option that may be considered is using both the Map widget and the Edit widget together in an Experience Builder application. This would still provide an intuitive map for the users, along with the ability to create a "form" experience by grouping fields and adding field and group descriptions in the Edit widget. This video demonstrates the new Edit widget: https://youtu.be/BLjwvTDnLlA?t=115 It is also shown in this blog: What's New in ArcGIS Experience Builder (September 2021) (esri.com) Keep in mind that the widget is still in beta which means there could be some breaking changes in the next releases. Experience Builder also allows you to configure your app for a mobile experience. For example below, without going into all the configuration details, I've recorded creating an application with the Edit widget and using it on mobile.
... View more
10-28-2021
03:31 PM
|
1
|
1
|
3635
|
|
POST
|
Hi @Sil_ , Regarding the keyboard displaying when selecting from a domain dropdown, this is due to the search capability. For example, in the screen capture below, I can type to search a value from the domain values list. This is valuable if a long list of domains is provided so a user can type to quickly find the value. Perhaps your users can also use that search capability to find the value they are looking for rather than scroll through the list? I do understand, of course, that it's only valuable if they know what they are looking for... Unfortunately, there is no way to customize this dropdown. I was wondering if perhaps you would consider using Survey123 to crowdsource data instead? The survey mobile interface may be easier to use for your users.
... View more
10-28-2021
09:36 AM
|
0
|
3
|
3646
|
|
POST
|
Thank you David, that's a good point. I'll make sure the change is made.
... View more
10-25-2021
08:47 AM
|
0
|
0
|
4133
|
|
POST
|
Presently, there is no easy way to do this on the web. Editing related records and features should be on the roadmap for future editing tools built in the JavaScript API 4.x , so you should see this eventually in the new Map Viewer and in Experience Builder. Perhaps, another way you could get around this limitation, would be to have a "project area" polygon layer. The polygon layer would have a field for the key ID you are using to relate your features. You could then use an Intersection Attribute Action in the Smart Editor to get the ID from the polygon for all the features that you place within the area. In this way, the ID will be automatically populated into your related features, which will prevent user error and be less tedious. If your "project areas" overlap, you could use the Value Picker to pick the key ID (in other words, the relationship) you would want the feature to participate in. If this doesn't make sense, I can put together a quick example.
... View more
10-22-2021
04:13 PM
|
0
|
0
|
4648
|
|
POST
|
Hi @DavidRichey , Only related Table layers are supported for adding new features. If your layers have geometries, then you will not be able to add new features through the related table/layer list. This is a limitation for this widget and it's explained into more details here: Smart Editor widget—ArcGIS Web AppBuilder | Documentation I hope this helps!
... View more
10-22-2021
03:54 PM
|
0
|
0
|
4653
|
|
POST
|
@andreoudi The next update is usually in the first half of December.
... View more
10-18-2021
08:31 AM
|
0
|
0
|
3716
|
|
POST
|
Hi @MariaAndreoudi , we believe we have found the source of the issue and it is tied to the SHAPE index having isUnique set to true for some services. This should be resolved in the next ArcGIS Online update.
... View more
10-15-2021
04:26 PM
|
0
|
0
|
3724
|
|
POST
|
Right!! I follow now, I'm sorry it took so much back an forth. I thought the templates were showing unexpectedly. Short answer is no, you cannot hide templates without customizing the code for the template picker, for which I provided more details in an above comment.
... View more
10-15-2021
09:26 AM
|
1
|
1
|
3379
|
|
POST
|
If my understanding is right, this is the step I missed?
... View more
10-15-2021
09:21 AM
|
0
|
0
|
3384
|
|
POST
|
@MarkEastwood Please are you able to share a copy of your service with its symbology with me through an ArcGIS Online Group? It will be difficult for me to replicate exactly what you did through chat and comments. My username is AlixSolutions.
... View more
10-15-2021
09:19 AM
|
0
|
0
|
3385
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-07-2024 06:50 AM | |
| 1 | 07-06-2026 12:48 PM | |
| 1 | 01-08-2026 09:58 AM | |
| 5 | 03-31-2026 01:39 PM | |
| 4 | 03-03-2026 10:00 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|