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
a week ago
|
0
|
0
|
1027
|
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
a week ago
|
8
|
14
|
1324
|
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
|
215
|
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
|
1
|
0
|
220
|
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
|
167
|
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
|
196
|
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
|
198
|
POST
|
@Asrujit_SenGupta @LucVanDijk , thanks for letting us know. We are looking into it.
... View more
12-10-2024
10:38 AM
|
0
|
0
|
186
|
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
|
0
|
928
|
BLOG
|
@DavidRasner1, If the Accordion widget uses Auto Height and its position is set to the bottom as shown below, it will expand from down to up.
Here is the sample app:
https://experience.arcgis.com/experience/18fd0b21cc584c2891c93ddbe6bcf403
... View more
12-06-2024
04:18 PM
|
0
|
0
|
336
|
BLOG
|
@JakubLobodecki, the dev edition 1.16 is planned for tomorrow, December 4.
... View more
12-03-2024
04:07 PM
|
2
|
0
|
405
|
BLOG
|
@AshleyTarver3 , Currently Google Analytics in Experience Builder only supports for the number of views for each page.
... View more
11-26-2024
12:54 PM
|
0
|
0
|
363
|
POST
|
@ChrisMyers_NewQuest and @ChristopherBowering, you can submit a ticket to Esri Support and ask to add your request to the existing issue of ENH-000135197.
... View more
11-25-2024
04:33 PM
|
0
|
0
|
284
|
BLOG
|
@JasonBOCQUET , only ArcGIS Pro can publish Subtype group layers currently.
... View more
11-25-2024
03:55 PM
|
1
|
0
|
538
|
POST
|
@PatOBrien @KearaMcKay1, Experience Builder uses this REST API method in the Add Data widget. Will work with the team responsible for the method for specifics.
... View more
11-21-2024
12:45 PM
|
1
|
1
|
162
|
Title | Kudos | Posted |
---|---|---|
8 | a week ago | |
1 | 11-21-2024 12:45 PM | |
1 | 12-19-2024 05:21 PM | |
4 | 12-09-2024 07:01 PM | |
2 | 12-03-2024 04:07 PM |
Online Status |
Offline
|
Date Last Visited |
Monday
|