|
POST
|
It seems that all components in Design system, like button, fab have a default background color to blue: --calcite-ui-background #F8F8F8 How can we overwrite the default theme to change the background color to transparent? For example to change the background color of this fab <calcite-dropdown width="m" scale="l" label="Info Widgets" id="info_widgets">
<calcite-fab slot="trigger" scale="l" icon="information" id="info" appearance="solid">
</calcite-fab>
-----
----- by using this that I saw in another posting as a solution but didn't work. (async () => {
await customElements.whenDefined("calcite-dropdown");
await document.querySelectorAll("calcite-fab").forEach((node) => {
node.style.setProperty("background-color", "rgb(0, 128, 0)");
});
})();
... View more
02-02-2023
03:48 PM
|
0
|
2
|
2239
|
|
POST
|
Thank you for your response @BenElan . So far, all the intelligence for the vs code (js, html, python...) were installed, after I imported the extensions from the vs code listing of extensions. This time is different. I am asked to modify the settings.json by adding the "html.customData" to enable intelligence for the calcite. The issue that I have is the access to the node_modules. As you said, it works when the "package.json is in the root directory of the workspace". That's the issue. I don't have the package.json in my workspace. All my calcite projects are under a master calcite folder. It does work fine for my experience builder projects since there is the node_modules and package.json folder.
... View more
02-02-2023
12:17 PM
|
0
|
1
|
2852
|
|
POST
|
I am trying to get a calcite dropdown to work with the latest release. It is an image button, labeled Info, and I would rather use an icon from the calcite library. Upon pressing the button, it displays the icons from the layer list and legend. However, when I switch to the new version, the button is not displayed. https://codepen.io/lkoumis1/pen/wvxXEOX Thanks. @BenElan
... View more
01-31-2023
06:36 PM
|
0
|
1
|
828
|
|
POST
|
Thank you. I want to setup the vscode the same way I did for other libraries.
... View more
01-31-2023
05:35 PM
|
0
|
0
|
2884
|
|
POST
|
THank you Ben. Does it means that I have to include the import statements for every project I work on? So, I cannot get the intelligence work for all projects by setting up the vscode per ESRI instructions?
... View more
01-31-2023
05:30 PM
|
0
|
5
|
2886
|
|
POST
|
Thank you. I applied the changes but the issue persists. https://codepen.io/lkoumis1/pen/wvxXEOX
... View more
01-29-2023
03:46 PM
|
0
|
1
|
1307
|
|
POST
|
I have this simple app at: https://codepen.io/lkoumis1/pen/wvxXEOX The app works well with the reference to calcite 1.0.0-beta.97 Then, in the HTML code window if you comment out the references to calcite 1.0.0-beta.97 and uncomment the references to calcite 1.0.3, then you will notice that the Add Layer panel cannot be displayed. Why? @BenElan @KittyHurley Thank you.
... View more
01-27-2023
05:17 PM
|
0
|
3
|
1371
|
|
POST
|
Developing custom widgets in ExB requires React and developers need to be aware which version of React can each version of ExB can support. So, adding the additional info in the https://developers.arcgis.com/experience-builder/guide/release-versions/ will be very helpful.
... View more
01-27-2023
05:03 PM
|
0
|
0
|
2009
|
|
POST
|
Thank you. I have the same error and I spent hours to resolve it thinking that it is an issue with my script. Also I noticed performance issues.
... View more
01-25-2023
07:01 PM
|
0
|
0
|
2581
|
|
POST
|
According to the calcite design website we can add intelligence to the vs code for calcite by entering "html.customData": [ "./node_modules/@esri/calcite-components/dist/extras/vscode-data.json" ] in the .vscode/settings.json I did just that, but it didn't work. Did I miss something? @BenElan @KittyHurley Suggestions? Thank you.
... View more
01-25-2023
07:00 PM
|
0
|
9
|
2958
|
|
POST
|
Is there a way to remove the "Map only" tab from the print widget? Defining the layouts it only affects the options under the Layout tab. const print = new Print({
view,
printServiceUrl:
"https://XXX",
templateOptions: {
title: "",
nnorthArrowEnabled: true,
layout: "a3-landscape",
},
});
... View more
01-19-2023
10:21 AM
|
0
|
1
|
1116
|
|
POST
|
Layer list shows layers not graphics. Create a feature layer and then add the graphic. It will then show the layer. This can be done with custom script.
... View more
01-12-2023
01:35 PM
|
0
|
1
|
2404
|
|
POST
|
You are using useeffect which it can be used only in functional components. Your code is a class component. You cannot use hooks in class components. Either convert this script to a function component or use the class component but use the componentDidMount instead of useeffect.
... View more
01-10-2023
03:42 PM
|
0
|
0
|
2852
|
|
POST
|
I don't think it works like Web AppBuilder. As a matter of fact, when you publish your app, the config.json is overwritten to store the app settings (pages, sections etc....) In my case I stored the url in the code.
... View more
01-09-2023
08:24 PM
|
0
|
0
|
3988
|
|
POST
|
It seems that most of the ExB widgets cannot be configured to display data from added feature layers (fLs) by using their REST url or from feature layers generated from a query. An example is the table widget. The web AppBuilder's attribute table was able to create a tab for every fL that was on the map. Another example is the Query widget. The emphasis in ExB is using layers that are on the webmap. Other that developing custom widgets, I don't see these WAB types of widgets to be introduced on ExB. @RobertScheitlin__GISP any comment?
... View more
01-05-2023
05:42 PM
|
0
|
1
|
741
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 2 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 |
2 weeks ago
|