|
POST
|
Here is a question I had earlier that may help you in modifying the code to get the fields you need. At least this is a start and hopefully get you in the right direction. WAB Geocode Widget Composite Locator -Stan
... View more
04-23-2015
02:57 PM
|
3
|
1
|
1405
|
|
POST
|
Faith, Not sure if this is even in the right direction, but are they all shared the same? permissions? -Stan
... View more
04-23-2015
02:48 PM
|
0
|
2
|
1346
|
|
POST
|
Amy, If you just want to know when the app was opened and some user stats on that then you just need to place the GA script tags in the head of the index.html file for the app. -Stan
... View more
04-23-2015
02:11 PM
|
1
|
3
|
4577
|
|
POST
|
Previn Wong , I have not tried that but it might be interesting to look into. -Stan
... View more
04-22-2015
04:00 PM
|
0
|
0
|
4264
|
|
POST
|
Sorry I do not have any raster layers to test this on.
... View more
04-22-2015
11:03 AM
|
0
|
0
|
521
|
|
POST
|
I have no problem enabling popups for sub layers. I have all my layers coming from Arcgis Server map services. In most of my MXDs I have many grouped layers. For example in the picture below I have a mxd called water and a group called WATER LAYERS and a feature class called Fire Hydrant. you need to get to the feature class level to enable the popups. If you can get it to work in AGOL web map then it will work just fine in WAB. -Stan
... View more
04-22-2015
09:41 AM
|
0
|
2
|
521
|
|
POST
|
edu AED , If you want to set it as the default for all new apps created then you would need to set it in the stemapp layout theme. For example for the foldable theme you need to edit the config here: arcgis-web-appbuilder-1.1\client\stemapp\themes\FoldableTheme\layouts\default\config.json This will make that widget spot that size no matter what widget you load into it. For example, if you change the height to 800 and width to 600 of the widget space in that file and you reload your theme into your web app then every time you add a widget in that space (no matter the widget) you will get the panel to be that size. Here you are starting to create a custom theme. If you want to adjust the width of the side panel then you would need to go into \arcgis-web-appbuilder-1.1\client\stemapp\themes\FoldableTheme\panels\FoldablePanel\Panel.js and modify this chunck of code and change the value from 360 to whatever you want. function getPanelWidth() {
var layoutBox = html.getMarginBox(jimuConfig.layoutId);
if (layoutBox.w <= criticality) {
return '100%';
} else {
return 360;
}
} -Stan
... View more
04-22-2015
08:42 AM
|
2
|
0
|
4264
|
|
POST
|
Are you saying that when you group layers then you can no longer click on the map top get the identify to work? -Stan
... View more
04-21-2015
07:23 AM
|
0
|
8
|
2433
|
|
POST
|
I was referencing the main config.json file in server\apps\##\config.json not in the widget folder. for example: "position": {
"left": 55,
"top": 45,
"width": 400, //change this value
"height": 410 //change this value
}, -Stan
... View more
04-21-2015
07:16 AM
|
2
|
2
|
4264
|
|
POST
|
Previn Wong , Are you trying to change the size of the panel in the widget.js file after the main config.json has loaded? To adjust the panel size on load then it is easiest to make the change in the main config.json file. -Stan
... View more
04-21-2015
06:42 AM
|
0
|
0
|
749
|
|
POST
|
edu AED , To change the default panel size you just need to adjust the values in the main config.json file. In there you will see values for height and width. This will allow you to adjust the size of the panel individually. -Stan
... View more
04-21-2015
06:36 AM
|
0
|
4
|
4264
|
|
POST
|
You might want to take a look at creating a geoprocessing task to use in the geoprocessing widget. -Stan
... View more
04-20-2015
10:31 AM
|
1
|
1
|
5358
|
|
POST
|
Lynne, If you download the template then you can access the javascript code. Here are two examples of specifying the levels of detail (LOD) in a map. the first allows you to specify the scale and the second allows you to only show which predefined zoom levels you want. Set visible scales | ArcGIS API for JavaScript Specify LODs (levels of detail) | ArcGIS API for JavaScript -Stan
... View more
04-20-2015
10:23 AM
|
1
|
1
|
1618
|
|
DOC
|
When I add this widget it takes over the map and I can no longer just close the widget to get back to the map. It stays on the street view image. -Stan
... View more
04-20-2015
06:45 AM
|
0
|
0
|
786
|
|
POST
|
Stuart, You are right. You can set up feature search already but you can not set it up yet for "all" or multiple searches on the same feature class. Once the new widget comes out those things should be included. -Stan
... View more
04-20-2015
06:29 AM
|
0
|
0
|
1276
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-29-2015 06:36 AM | |
| 1 | 06-30-2015 09:27 AM | |
| 1 | 04-20-2015 10:23 AM | |
| 1 | 06-23-2015 11:01 AM | |
| 1 | 05-19-2015 02:26 PM |
| Online Status |
Offline
|
| Date Last Visited |
03-23-2026
03:12 PM
|