|
POST
|
@AliCohen , yes custom widgets will require EB developer edition.
... View more
05-18-2021
02:55 AM
|
0
|
0
|
12294
|
|
POST
|
@AliCohen @JamieLambert Print Widget for EB 1.4 available here: https://community.esri.com/t5/experience-builder-custom/print-widget-eb-1-4/ta-p/1058721
... View more
05-17-2021
01:52 PM
|
2
|
5
|
12305
|
|
DOC
|
All, Here is my Print widget for all of you to use. What's new in version 1.9.0: Updated to work with EB 1.9 Note: This is for EB 1.9.0 or higher (not backward compatible). Live Preview Site To install this widget extract the contents of the zip file to your EB\client\your-extensions\widgets. So once you extract the whole path would look like: \client\your-extensions\widgets\print. Refresh your client and server windows (easiest way is to close both and 'npm start' them like you normally do to start EB). Next open the config.json and make your edits. Now the print widget will appear in your apps widget menu. Add the widget to your app. Now use the widgets settings panel to configure the widget. Enjoy, Robert
... View more
05-17-2021
01:51 PM
|
17
|
64
|
34506
|
|
POST
|
@VictorTey, I have not tested this but it should be as simple as adding these lines to the same function: if(this.currentToolSetting.title === 'summarizeNearby'){
args.units = "Kilometers";
}
... View more
05-17-2021
11:06 AM
|
0
|
0
|
2198
|
|
POST
|
Yep. look at the bottom of the setting page for the Edit Disabled Tab(s) link. eSearch_Help.htm
... View more
05-14-2021
08:10 AM
|
0
|
0
|
2298
|
|
DOC
|
@chena It appears to me that you have maybe changed some css rule and the font is white thus it is not showing. The fact that the text is offset, bold and white lead me to believe that you might have a non-specific "label" css rule that is interfering with this widget.
... View more
05-13-2021
11:43 AM
|
0
|
0
|
28588
|
|
DOC
|
@chena, Strange I am not able to reproduce what you are seeing. Any additional info you can provide? Is the widget in the achorbar controller? Have you tried creating a new fresh app and see if you get the same results?
... View more
05-13-2021
11:09 AM
|
0
|
0
|
28594
|
|
DOC
|
As Portal 10.8 has WAB 2.14 you need to be sure you are using the 2.14 version of this widget.
... View more
05-13-2021
11:06 AM
|
0
|
0
|
20755
|
|
POST
|
@ewcrutcher Yes you have to specify which layer id in the FeatureServer service you are wanting to search. If there is only one layer then just add "/0" to the url.
... View more
05-13-2021
11:04 AM
|
1
|
4
|
2345
|
|
POST
|
var options = [];
var json = {
"labelExpression": "{label}"
}
var labelClass = new LabelClass(json);
drawingOptions.labelingInfo = [labelClass];
option.push(drawingOptions);
EsriDynamicLayer.setLayerDrawingOptions(options);
... View more
05-13-2021
07:46 AM
|
0
|
3
|
1573
|
|
DOC
|
@LixinHuang This is the default code for the search results mouse over handler. This is likely where they made the change in the widget.js _overResultItem: function (index, item) {
this._addSelectionGra(item, true);
},
... View more
05-13-2021
06:51 AM
|
0
|
0
|
28611
|
|
DOC
|
@chena I just tested in 2.19 using Launchpad theme and did not see the issue you are showing. Is you browser set for a different locale (meaning it displays in a language other than English)?
... View more
05-13-2021
06:44 AM
|
0
|
0
|
28613
|
|
DOC
|
@LixinHuang I am still struggling to grasp what you are saying as I am not aware of any code that I have that will zoom the map to the result on the map when you just hover over the search result in the widget without clicking on that result. Is what I just described what you are seeing. If so has any code changes been made on your end???
... View more
05-13-2021
06:12 AM
|
0
|
0
|
28619
|
|
POST
|
@shilpakaramar , You had an image that showed the add shapefile sample, so that is why I provided that code to you. So if you are working with ArcGISDynamicMapServiceLayer then the original solution code provided on this thread is what you need. There are several this to pay attention to. When working with ArcGISDynamicMapServiceLayer you use "labelExpression" verses "labelExpressionInfo" that only works with FeatureLayers. Next is that when specifying the field name to label you use curly brackets around the field name. var json = {
"labelExpression": {"value": "{label}"} //notice the curly brackets around the field name.
};
var labelClass = new LabelClass(json);
... View more
05-13-2021
06:03 AM
|
0
|
5
|
4843
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-14-2020 11:36 AM | |
| 17 | 05-17-2021 01:51 PM | |
| 1 | 07-06-2020 05:32 AM | |
| 1 | 07-10-2018 05:49 AM | |
| 9 | 01-28-2022 10:58 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-08-2026
06:27 AM
|