BLOG
|
@DavidSolari , thank you for catching it. Now the blog post link has been updated, pointing to the latest one. The bulk editing is planned for ArcGIS Online June release and ArcGIS Enterprise 12.0. Unfortunately it will not be in Enterprise 11.5.
... View more
Thursday
|
0
|
0
|
68
|
BLOG
|
Three new widgets are available—Oriented Imagery Viewer, Processing Templates, and Flow Row. Other highlights are WAB parity features, including generating PDF reports in the Near Me widget, turning all layers on or off at once in the Map Layers widget, viewing attachments in the Table widget, and customizing the zoom scale range of 2D maps in the Map widget. Read the blog post for more information.
... View more
Thursday
|
2
|
2
|
126
|
POST
|
You may use the latest developer edition to connect data in Enterprise 11.1. This is a commonly used pattern for Enterprise users who can't migrate to the latest version of ArcGIS Enterprise but want to use the new features in Experience Builder.
... View more
|
2
|
0
|
60
|
POST
|
@Meredith_Keraga, I am not able to reproduce the issue. Where is the Edit widget located? If it is already open, the Edit data action on the pop up would not display. Is the Edit widget in Widget Controller? it would be great if you can share a reproducible sample. Thank you.
... View more
|
0
|
1
|
155
|
POST
|
@MattCashen, thank you for letting us know. Could you share a sample so we can take a look, or submit a ticket to Esri Support for a reproducible case?
... View more
|
0
|
2
|
131
|
BLOG
|
@DEWright_CA , thank you for letting us know. Which specific features are you looking for? You may already look at these documents. Listed them just in case. https://community.esri.com/t5/arcgis-experience-builder-documents/individual-widget-functionality-matrix-between-web/ta-p/1396880 https://community.esri.com/t5/arcgis-experience-builder-documents/functionality-matrix-for-web-appbuilder-and/ta-p/1113766 https://doc.arcgis.com/en/web-appbuilder/latest/create-apps/wab-exb-widget-functionality-matrix.htm
... View more
01-21-2025
10:43 AM
|
2
|
0
|
3275
|
BLOG
|
A new year, a fresh start! Here are features planned for 2025. In addition to migrating features from Web AppBuilder, we are working on authoring Arcade expressions in Experience Builder. The planned release timelines are for Experience Builder in ArcGIS Online. New features will be picked up by ArcGIS Enterprise releases and Developer Edition releases later. Keep in mind these features are subject to change please.
... View more
01-21-2025
10:11 AM
|
16
|
22
|
3878
|
BLOG
|
@MichaelMorisette thank you for letting us know. We have been working on the feature parity from Web AppBuilder to Experience Builder and will continue striving to narrow the gap. Could you please share functionalities you are waiting for that are not yet available? Are you using Experience Builder in ArcGIS Online, Enterprise, or developer edition? If Enterprise or developer edition, which version you are using? This will help us understand functionalities available to a specific version. Thank you!
... View more
12-19-2024
05:32 PM
|
0
|
0
|
386
|
BLOG
|
@DanCopKac , Draw text tool is now in the Draw widget in Experience Builder for ArcGIS Online and developer edition 1.16. It will be available in the version of ArcGIS Enterprise planned for the first half of 2025. As for editing batch attributes, it is planned for Q2 2025.
... View more
12-19-2024
05:21 PM
|
2
|
0
|
391
|
POST
|
Per discussion with the team, currently there is no solution to support the landscape mode.
... View more
12-16-2024
05:47 PM
|
0
|
0
|
340
|
IDEA
|
implemented in the Filter widget in Experience Builder for ArcGIS Online and developer edition 1.16. Will be available in Enterprise 11.5.
... View more
12-13-2024
03:51 PM
|
0
|
0
|
281
|
IDEA
|
Hi all, ability to allow end users to create their own SQL expressions (custom filter) is now available in the Filter widget in Experience Builder for ArcGIS Online and developer edition 1.16. See the blog post for details. It will be available in Enterprise 11.5.
... View more
12-13-2024
03:49 PM
|
0
|
0
|
283
|
POST
|
@Asrujit_SenGupta @LucVanDijk , thanks for letting us know. We are looking into it.
... View more
12-10-2024
10:38 AM
|
0
|
0
|
355
|
BLOG
|
Version 1.16 of Experience Builder developer edition is now available for download. In addition to picking up new features – Express mode, Accordion widget, Subtype group layers for modeling utility network data – and other highly anticipated enhancements from the November 2024 release of ArGIS Experience Builder in ArcGIS Online, version 1.16 reduces the size of downloaded apps, adds four code samples, and documents more APIs and components in API Reference and Storybook. Let’s dive into them.
Reduce the app size
Prior to this release, the dynamic load modules, which are used by Analysis, Business Analyst, and Feature Report widgets, were compiled in the widgets/chunks folder when the app was downloaded. In this release, these modules are directly compiled into the folder where the widget uses them, such as widgets/analysis/chunks folder. As a result, the size of downloaded apps is reduced by 50% when these widgets are not presented in the app.
Code samples
Four new code samples are added. The sample below demonstrates the difference between the Load and Query method when fields from data are selected or deselected. Specifically, the Load method queries and stores records in the data source instance so these records can be shared with widgets. The Query method only retrieves records without storing them. See How to use fields for details.
The Use coding components sample demonstrates how to use Coding components from ArcGIS Maps SDK for JavaScript in a widget. It loads the coding components from CDN and uses the Arcade editor component from the package to render the Arcade editor. The widget shares the same experience as you would edit Arcade expressions in Map Viewer.
The other two samples are about data sources. The Output data source without original data sources sample searches GitHub issues and uses returned data to generate an output data source. The Runtime data source without saving to config sample dynamically creates a data source based on a service URL. It is a simplified version of the Add Data widget.
Documents
More APIs are added to jimu-core in API Reference, including appActions, extensionSpec, UrlManager. Taking appActions as an example, it shows action methods such as opening and closing widgets in the app.
In addition, more components are added to Storybook, including AlertPopup, FloatingPanel, MultiRangeSlider, PageNumber, and MobilePanel.
Breaking changes
There are breaking changes in Jimu libraries that may affect your apps. For example, you now must use SessionManager.getInstance().getMainSession()?.token to get the token. The ExtentChangeMessage class renames the property of interacive to interactive due to a typo. The DataRecordsSelectionChangeMessage class adds a new required property of dataSourceIds. Both JimuLayerViewSelector and JimuLayerViewSelectorDropdown from jimu-ui change the property of defaultSelectedValues to selectedValues. Make sure to check these changes out before upgrading your apps.
For more information about the 1.16 release, see What’s new. You can reach us with any questions at experiencebuilder@esri.com.
Thank you,
The ArcGIS Experience Builder Team
Subscribe to our newsletter to receive the latest ArcGIS Experience Builder updates, news, and content.
... View more
12-09-2024
07:01 PM
|
4
|
1
|
1281
|
Title | Kudos | Posted |
---|---|---|
2 | Thursday | |
2 | Tuesday | |
2 | 01-21-2025 10:43 AM | |
16 | 01-21-2025 10:11 AM | |
2 | 11-21-2024 12:45 PM |
Online Status |
Offline
|
Date Last Visited |
yesterday
|