POST
|
We use 'dojo/dnd/move' to handle move events. It only respect two style attributes: top and left. In launchpad theme, when group widget pops up. We set its right attribute to position the widget. So when drag and move the group widget, the left attribute is calculated dynamically but the right position is fixed. It is a bug and will be fixed in next release.
... View more
12-15-2015
12:22 AM
|
1
|
1
|
1183
|
POST
|
In the builder panel, there is an option at the bottom left corner. You can make it checked to let the widget open at start. In your custom widget, you can create a Widget.html where you can put your custom combo box. You can reference to widgets provided by app builder for more details. Each widget has two methods to communication with other widgets: publishData(data, keepHistory) onReceiveData(name, widgetId, data, historyData) If you want to save the selection from the Combo Box and used in other widgets. You can use publishData() method in your custom widget to publish the saved selections. And in other widgets who want to use the selection you can use onReceiveData() to fetch the selection published from your custom widget.
... View more
12-10-2015
06:39 PM
|
1
|
3
|
1662
|
POST
|
1. Widget can be set as opening at start, so you can create your own custom widget and make it open at start. 2. Every widget has lifecycle events like postCreate, onOpen. You can prepare the data for ComboBox.
... View more
12-08-2015
10:01 PM
|
1
|
5
|
1662
|
POST
|
The layer list widget has no such ability to divide the layers by theme. Because the layers in layer list widget is dynamic based on the user's action. So the content of list widget is not configurable in setting page.
... View more
10-13-2015
10:55 PM
|
1
|
0
|
568
|
POST
|
The Geoprocessing widget in Web AppBuilder is a general purpose tool. It doesn't provide such method to set the validation rules for each parameter. Maybe it's a good idea to valid parameter in the client, but all information of Geoprocessing widget in setting page comes from the service definition where there is nothing about the validation rules for input parameters. I think it's better to develop a custom widget to do the things you want if possible.
... View more
09-16-2015
07:05 PM
|
0
|
2
|
4099
|
POST
|
I'm sorry that I ignored your portal's version. Perform analysis is a new feature in portal 10.4. So you can't use it with portal 10.3.1. I think you are running the latest WAB for portal 10.4, it allows you add analysis widget even if you use portal. But this feature is for portal 10.4 too.
... View more
09-15-2015
03:06 AM
|
0
|
4
|
1644
|
POST
|
I think the reason is that there is no geometry type in your service definition for the output parameter. So the widget doesn't know how to configure the symbol. And the result will be added as GraphicsLayer. You should adjust your geoprocessing service to add a geometry type to your output.
... View more
09-15-2015
02:00 AM
|
0
|
10
|
2742
|
POST
|
If you use Portal and want to add Analysis widget in WAB, you should have these privileges: 1. Built-in role of admin or publisher, or custom role having these privileges: Create Item, Publish Features and Spatial Analysis 2. Configure analysis url in your portal
... View more
09-10-2015
10:47 PM
|
0
|
7
|
1644
|
POST
|
If the geometry of GP output is unknown, you should not check the option "Add result as operational layer". Then the result will be added as a GraphicsLayer.
... View more
08-31-2015
07:48 PM
|
1
|
1
|
1345
|
POST
|
I think the data used in incident analysis widget should be processed previously to have the capability of network analysis. It is not as simple as find features in a restricted area. So it's hard to use the layers from map service.
... View more
08-13-2015
01:34 AM
|
0
|
0
|
792
|
POST
|
1. The table size can be controlled by its css rules. You can check the table style to see if it uses fixed height or min-height. 2. The fields added to the table is up to you. If you use dojox.grid.DataGrid, you can set table content using store property.
... View more
07-26-2015
06:38 PM
|
1
|
1
|
1398
|
POST
|
Yes, it is a known bug and has been assigned an issue to it. It will be fixed soon.
... View more
07-15-2015
06:07 PM
|
2
|
3
|
1411
|
POST
|
Do you have the appropriate privileges to run the analysis widget? You can refer to this site to check the privileges: Organization roles—ArcGIS Online Help | ArcGIS
... View more
06-01-2015
02:20 AM
|
0
|
2
|
1586
|
POST
|
The projection of the data frame projects the layer on the fly just for viewing. But the data of the layer remains unchanged. So it has no effect on the result. If you use the geoprocessing service in WAB and draw point on the map, the spatial reference of the point is Web Mercator. You can use GeometryService to project it to the proper spatial reference before send to the geoprocessing service.
... View more
05-15-2015
02:07 AM
|
1
|
1
|
733
|
Title | Kudos | Posted |
---|---|---|
1 | 07-26-2015 06:38 PM | |
1 | 08-31-2015 07:48 PM | |
1 | 05-15-2015 02:07 AM | |
1 | 10-13-2015 10:55 PM | |
1 | 12-15-2015 12:22 AM |
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|