|
DOC
|
Hello Robert. I installed the widget on a new app. When I open the AT, the bottom part of the of the popup interferes with the Attribute Table. However if I manually open and close the popup then the issue is resolved. Iam using WAB 2.16 and Jewelry theme.
... View more
06-10-2020
04:03 PM
|
0
|
0
|
21531
|
|
DOC
|
Robert, is there location that you keep the previous versions of your widgets? I am looking for the Popup widget for WAB v.2.11 THanks.
... View more
06-02-2020
10:49 AM
|
0
|
0
|
21531
|
|
POST
|
It seems it can be done. I am posting in case someone else, want to query a non-spatial table in the AT: for example: the_expession = "UPPER(<field>) LIKE '%<something>%'"
var partsObj = {
"expr": the_expession,
"parts": []
};
this.setFilterObj(partsObj);
this.clearSelection(false);
this.startQuery();
this.emit('apply-filter', {
layerInfoId: layerInfo.id,
expr: partsObj.expr
});
... View more
05-19-2020
12:55 PM
|
1
|
0
|
1747
|
|
POST
|
If I apply the filter on the non-spatial table, it displays the results. Could we call the filter programmatically on this table.
... View more
05-17-2020
04:45 PM
|
0
|
2
|
1747
|
|
POST
|
Thank you Robert. I tried applying this var partsObj = {
"expr": the_expression,
"parts": []
};
this.wManager = WidgetManager.getInstance();
if (this.wManager) {
var widgetCfg = this._getWidgetConfig('AttributeTable');
if (widgetCfg) {
var attWidget = this.wManager.getWidgetByLabel(widgetCfg.label);
var activeTable = attWidget._tableFunctionController.getActiveTable();
activeTable.setFilterObj(partsObj);
activeTable.refresh();
}
} But I get this error. The attWidget is not null. UPDATE: I turned on the visibility for a feature layer on the AT and it works. The other table that I was trying to apply the filter on is actually a non-spatial table from web service. I guess the filter is not working for tables in AT?
... View more
05-15-2020
03:33 PM
|
0
|
4
|
1747
|
|
POST
|
Looking for ways to pass on a filter expression from a widget to the Attribute Table to update the AT display based on the query, rather than opening another tab. The table displayed in the AT is not the attribute table from the layer, but they share a unique id. Perhaps perform the query at the widget, then close the AT and open it with the results you pass on from the widget query? Thank you.
... View more
05-15-2020
12:11 PM
|
0
|
6
|
1898
|
|
DOC
|
Look at the instructions above. in the widget.js you will see this line that you need to modify to reflect where your index file is: var url1= "http://xxxxx/google_tools/index.html?lat=" By the way the Widget_google.html and the index are the same file. Just use one of them. You need to put that file to a web server and modify the url1 variable to point to the index.html location.
... View more
05-04-2020
02:53 PM
|
0
|
0
|
9108
|
|
POST
|
If you are comfortable with JS you can change the label in the updateTimeExtentLabel function under the widget.js
... View more
04-30-2020
09:20 AM
|
0
|
0
|
1278
|
|
DOC
|
For the file structure of the app, no the version doesn't matter. Here is a sample of the file structure and the config.json I am referring about.
... View more
04-28-2020
04:12 PM
|
0
|
0
|
9108
|
|
DOC
|
It doesn't seem to be the config.json file for the application. Did you create a web appbuilder app? if you did, under the root of the app you should see the config.json file.
... View more
04-28-2020
03:54 PM
|
0
|
0
|
9108
|
|
DOC
|
Did you add the widget info in your app's config.json file?
... View more
04-28-2020
03:31 PM
|
0
|
0
|
9108
|
|
POST
|
Did you enable the layer to be time-aware in ArcMap (or ArcGIS Pro)?
... View more
04-28-2020
01:05 PM
|
0
|
0
|
1700
|
|
DOC
|
Yes. The page that opens with the google map is the index page.
... View more
04-20-2020
02:30 PM
|
0
|
0
|
9108
|
|
DOC
|
THank you Robert. I deleted my question just before you posted the response, because I realized the answer to my question.
... View more
04-20-2020
10:40 AM
|
0
|
0
|
20062
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 4 weeks ago | |
| 1 | a month 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 |
Wednesday
|