|
POST
|
I have an app with two widgets that auto launch when the app is opened. The problem is that these two widgets cover the zoom, home, locate icons and the widget icons on the top right at start up. I've tried editing the Panel.js to moving them based on this thread but mine seems different so i am not sure what lines to edit and with what? I tried adding line position.left += 50; to line 29 but the panels are still over the icons. I am working with the Launchpad Theme. Thanks. Here is what mine looks like. _setPositionStyle: function(pos){
var style;
if(this.position.zIndex){
pos.zIndex = this.position.zIndex;
}
this.position.left = pos.left;
this.position.top = pos.top;
this.position.width = pos.width;
this.position.height = pos.height;
style = utils.getPositionStyle(pos);
lang.mixin(style, pos.borderRadiusStyle);
domStyle.set(this.domNode, style);
},
onWindowResize: function(){
var position = {}, box;
if(this.windowState === 'minimized'){
return; //do nothing if panel is minimized.
}
if(window.appInfo.isRunInMobile){
box = this._getLayoutBox();
if(this.windowState === 'maximized'){
position.top = 0;
position.left += 50;
position.height = box.h;
}else{
position.top = box.h / 2;
position.height = box.h / 2;
}
... View more
03-09-2017
02:13 PM
|
0
|
9
|
6024
|
|
POST
|
How can i add a Scale and RF under web app title? I know there is the one at the bottom left but i would like it at the top right under the title. Is there already a widget or has anyone done this? Thanks.
... View more
03-09-2017
09:26 AM
|
0
|
0
|
1113
|
|
POST
|
Yes i did, I got it to work. Sorry for my slowness, trying to learn. Robert Thank you for your help and thank you for your hard work on your widgets!
... View more
03-01-2017
03:09 PM
|
0
|
0
|
926
|
|
POST
|
ok, i tried that but no luck. i am working in WAB and I added the code below in config.json in the server\apps\3. I copied the UrlButton folder to server\apps\3\widgets. After adding and launching WAB and open the app, nothing happens the application doesn't open , { "position": { "right": 20, "top": 100, "relativeTo": "map" }, "placeholderIndex": 1, "id": "_51", "name": "eSearch", "version": "2.2.1", "closeable": true, "featureActions": [ { "name": "eShowStatistics", "uri": "featureActions/eShowStatistics" } ], "uri": "widgets/eSearch/Widget", "config": "configs/eSearch/config_Permit Search.json", "label": "Permit Search", "openAtStart": true }, { "position": { "right": 20, "top": 150, "relativeTo": "map" }, "placeholderIndex": 1, "id": "_52", "version": "2.3", "closeable": true, "uri": "widgets/About/Widget", "name": "About", "config": "configs/About/config_About.json" }, { "position": { "right": 20, "top": 200, "relativeTo": "map" }, "placeholderIndex": 1, "id": "_53", "name": "Query", "version": "2.3", "closeable": true, "uri": "widgets/Query/Widget", "config": "configs/Query/config_Permit Query.json", "label": "Permit Query" },{ "position": { "right": 20, "top": 170, "relativeTo": "map" }, "placeholderIndex": 1, "id": "_56", "version": "2.3", "closeable": true, "uri": "widgets/UrlButton/Widget", "name": "UrlButton", "config": "configs/UrlButton/config_UrlButton.json" }, { "uri": "widgets/ExtentNavigate/Widget", "position": { "top": 255, "left": 25, "relativeTo": "map" },
... View more
03-01-2017
02:25 PM
|
0
|
2
|
4335
|
|
POST
|
I currently have three buttons on the right hand side and i would have like to had the urlButton as a fourth button. I also was trying to learn how to make the changes manually. Like in the attached pic. If i can make the changes in WAB to have the fourth button i can redeploy no problem.
... View more
03-01-2017
01:12 PM
|
0
|
4
|
4335
|
|
POST
|
Yes the UrlButton is in the app's widget folder. and empty cashe and hard reload. Does this need to be placed in the placeholderIndex? It is placed in the widgetOnScreen, widgets
... View more
03-01-2017
11:54 AM
|
0
|
6
|
4335
|
|
POST
|
Cool, How can i add this to an existing application on my iis? I tried adding the widget to the widgetOnScreen, but i do not see it on the app. I am using the LaunchpadTheme. { "uri": "widgets/UrlButton/Widget", "position": { "top": 20, "left": 170, "relativeTo": "map" }, "version": "2.3", "id": "widgets_UrlButton_Widget_56", "name": "UrlButton" }, Thanks.
... View more
03-01-2017
11:00 AM
|
0
|
8
|
4335
|
|
POST
|
I tried following the Web AppBuilder: Build your first widget in 15 minutes to build a help widget but i have not success. I am using WAB 2.3 so i am not sure if that's why it's not working. I just want a button that has a link that links to a html that has help docs on how to use the app. Is there already a widget available? Thanks.
... View more
02-28-2017
01:57 PM
|
0
|
11
|
6034
|
|
POST
|
I am creating a map with two data frames in ArcMap, I would like the for the locator map(over view) data frame to highlight the polygon automatically once i select the feature on the Detail Map data frame, sync them together. Seems like having to select each one on both data frames would be a waste. Can this be done?
... View more
02-23-2017
08:39 AM
|
0
|
0
|
952
|
|
POST
|
No matter what i change the position/left in "widgets/Search/Widget" nothing happens. I can change "left" to 0 or 330 or what ever nothing happens. { "uri": "widgets/Search/Widget", "position": { "left": 0, "top": 55, "width": 300, "zIndex": 1, "relativeTo": "map" }, "version": "2.3", "id": "widgets_Search_Widget_42", "name": "Search" },
... View more
02-22-2017
11:38 AM
|
0
|
2
|
2190
|
|
POST
|
Adjusting the themes/LaunchpadTheme/widgets/Header/Widget doesn't. The header moves but the esri world geodocoder search bar does not move with it. Thanks.
... View more
02-21-2017
11:02 AM
|
0
|
4
|
2190
|
|
POST
|
my bad i thought you meant that the question about the esri world geodocoder search bar was not part of my original question.
... View more
02-21-2017
10:42 AM
|
0
|
6
|
2190
|
|
POST
|
I made some modifications to my application that includes making the log bigger and moving the zoom, home, locate button. Now the esri world geodocoder search bar is not position right. How do i move the esri world geodocoder search bar on my application? Thanks.
... View more
02-21-2017
08:58 AM
|
0
|
8
|
2331
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-27-2022 11:37 AM | |
| 1 | 10-31-2023 10:16 AM | |
| 1 | 02-16-2023 01:50 PM | |
| 1 | 08-11-2021 11:13 AM | |
| 1 | 01-06-2021 10:45 AM |
| Online Status |
Offline
|
| Date Last Visited |
09-10-2024
10:42 AM
|