|
POST
|
I defined a combobox: <calcite-combobox value="county" label="county" placeholder="County" id="beg_county"
style="padding-bottom: 10px; width: 100px;"></calcite-combobox> Then, I loaded the content of a json file to an array with label and value: esriRequest("./CountyRouteRanges.json", options)
.then((response) => {
---------
for (var prop in thedata) {
if (thedata.hasOwnProperty(prop)) {
countylist.push({
label: prop,
value: prop
});
}
}
------------- But I can't populate the combobox: let countyselection = document.getElementById("beg_county")
countyselection.add(countylist);
... View more
04-04-2022
05:26 PM
|
0
|
8
|
3344
|
|
POST
|
I'd like to have the popup to appear on the bottom-right by default. With config below, the popup appears where the feature is , then you have to click the Dock icon to move it. After that it stays at the bottom-right for all subsequent clicks on features. How do I produce the popup at the bottom-right from the start without the need to click on Dock? popup: {
dockEnabled: true,
autoOpenEnabled: true,
dockOptions: {
buttonEnabled:true,
position: "bottom-right"
}
}
... View more
04-04-2022
11:03 AM
|
0
|
1
|
1691
|
|
POST
|
New with ESM and API 4.x I hit a wall trying to implement with ESM the simple renderer. What am I missing? According to the: https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-SimpleRenderer.html the simplerenderer can be imported by: But, when I try to implement it: I get this error:
... View more
04-01-2022
06:36 PM
|
0
|
1
|
1169
|
|
POST
|
Thanks. I setup id: <calcite-tab-nav slot="tab-nav" id="thetabs">
//then wanted to capture the event:
const controlTabs = document.getElementById("thetabs")
controlTabs.addEventListener("calciteTabChange", async (event) => { console.log(event.target.value) }); When you click the first tab it works. but when you click the other tabs it return undefined.
... View more
04-01-2022
09:16 AM
|
0
|
2
|
3802
|
|
POST
|
Using the tabs and wondering of how to capture the title of the tab when it's clicked on. Tried: document.querySelector("calcite-tab-title").addEventListener("click", handleActionBarClick1);
... View more
03-31-2022
05:39 PM
|
0
|
8
|
3849
|
|
POST
|
Thank you. The reason I wanted the reduce the size is to have its label and input on the same line. It seems Calcite doesn't support something like:
... View more
03-31-2022
04:56 PM
|
0
|
1
|
1908
|
|
POST
|
Doesn't the calcite-input has a way to control its width? https://developers.arcgis.com/calcite-design-system/components/input/
... View more
03-31-2022
03:52 PM
|
0
|
3
|
1931
|
|
IDEA
|
I think by now, everyone should know that there will be no more work on improving WAB widgets or creating new ones. ESRI team is focusing on the Experience Builder. By the way, the ExB supports grouping.
... View more
03-25-2022
12:17 PM
|
0
|
0
|
3494
|
|
POST
|
Sorry, but this response doesn't make sense. If the screenshots on the earlier posts by me and another ESRI staff shows that the timestamp is already present, doesn't it means that the fields are already configured to show timestamp on the web map? Just to verify of what I am saying here are two screenshots from the webmap attribute config.
... View more
03-04-2022
09:18 AM
|
0
|
1
|
1955
|
|
POST
|
This sounds very similar to the workflow that I used on my custom widget in WAB.
... View more
02-24-2022
11:56 AM
|
0
|
0
|
1820
|
|
POST
|
@WeiYing1 Can you explain the discrepancy between the AT of the portal and WAB? Thanks.
... View more
02-08-2022
11:03 AM
|
0
|
3
|
3034
|
|
POST
|
Hello Alix. Here are my responses: - Are you in ArcGIS Online or Portal (what version?) Portal, version 10.8.1 - How was the feature service created and published? Used ArcGIS Pro (2.8.4) and enable data editor, Created Offline Service Definition file, then in ArcGIS Server Manager used the file to publish map service with enabled feature service. Then, I created a web map and added the feature layer. - Where does the Smart Editor widget fit into your workflow and how do you see it affecting the timestamp? I created a WAB with the web map using the developers version, added the Smart editor and authentication. Users after they login to the Organization they can edit features on the feature service. Everything works great, except the AT does not display the timestamp (see screenshots attached in previous posting). However, if I access the web map I can see the timestamp of the editing done on the WAB. Thank you.
... View more
02-04-2022
11:51 AM
|
1
|
0
|
3062
|
|
POST
|
Sure. Here you go. Thanks. This is from the AT in WAB This is the AT from the web map with the timestamp as well.
... View more
02-04-2022
10:21 AM
|
0
|
0
|
3076
|
|
POST
|
I am using WAB 2.23. I noticed that the web map is tracking the time in addition to the user's login and date. However, in the Smart Editor widget, when you look at the attribute table (AT) it displays only the user's login and date. How can we get the time to be displayed as well like the web map's AT?
... View more
02-04-2022
09:58 AM
|
0
|
17
|
5064
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 06-19-2025 10:13 PM | |
| 3 | 02-06-2026 10:44 AM | |
| 1 | 01-08-2026 12:50 PM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|