|
POST
|
Do all three layers use the same url?... If not then you have the ability to determine which one to set to the FeatureForm based on the url or id.
... View more
08-20-2020
06:01 AM
|
1
|
4
|
4428
|
|
POST
|
Rod, All the latest released versions of those widgets function in 2.17.
... View more
08-20-2020
05:38 AM
|
1
|
0
|
1742
|
|
POST
|
If the layers are added to the webmap using the "FeatureServer" url from the start then there is no need to add then as a featurelayer again. Just get a reference to the layer object from the map layers property and set that to the FeatureForm layer property.
... View more
08-20-2020
05:37 AM
|
1
|
6
|
4428
|
|
POST
|
That is a good workaround if you really need this two color line. You will also have to consider how to turn both layers off when the user set one of the layer to not be visible.
... View more
08-19-2020
01:33 PM
|
0
|
0
|
2468
|
|
POST
|
Lefteris, Not sure where you read that. In either API there is no property for defining an outline color of a line. See my workaround response in this thread https://community.esri.com/thread/184769-red-line-with-black-outline-in-javascript-api
... View more
08-19-2020
12:23 PM
|
0
|
5
|
2468
|
|
DOC
|
OK. Then do just that then ...
<div class="eLocate-tab-node-hidden" data-dojo-attach-point="tabNode2">
<label>${nls.coordDescLabel}</label>
<a class="button-clear" href="#" data-dojo-attach-point="btnClear2">${nls.clear}</a>
<div class="unitDD">
<label class="unitDDLbl">${nls.coordUnitLbl}</label>
<select data-dojo-attach-point="unitdd" data-dojo-type="dijit/form/Select" class="unitSelect"></select>
</div>
<div style="width: 100%;height: 32px;margin-top: 8px;clear:both;">
<label data-dojo-attach-point="xCoordLbl" class="xCoordLblCls"></label>
<input data-dojo-attach-point="xCoordTextBox" data-dojo-type="dijit/form/TextBox"
data-dojo-props="required:false,trim:true" class="xCoordTextBoxCls" />
</div>
<div style="width: 100%;height: 32px;margin-top: 8px;clear:both;">
<label data-dojo-attach-point="yCoordLbl" class="yCoordLblCls"></label>
<input data-dojo-attach-point="yCoordTextBox" data-dojo-type="dijit/form/TextBox"
data-dojo-props="required:false,trim:true" class="yCoordTextBoxCls" />
</div>
<div style="width: 100%;height: 32px;margin-top: 8px;clear:both;margin-bottom: 16px;">
<label data-dojo-attach-point="CoordHintLbl" class="CoordHintLblCls"></label>
<label data-dojo-attach-point="CoordHintText" class="CoordHintTextCls"
title="${nls.exampleClickTooltip}"></label>
</div>
<div data-dojo-attach-point="btnCoordLocate" class="locate-btn btn-coordLocate">${nls.locate}</div>
<div class="eLocate-KDHE-instructions">
<h2>Instructions</h2>
<ol>
<li>Use the GoTo Location tool and enter in Coordinates in decimal degrees or click the Address tab to enter
an address.</li>
<li>Click the Locate button</li>
<li>Wait for the red quarter sections to draw. If red quarter sections do not draw, zoom out to see if you are
on the border of Kansas, which does not have quarter sections.</li>
<li>Click on the map to get the Legal Description Popup.</li>
<li>Copy and paste from the popup or print the map.</li>
</ol>
</div>
</div>
...
... View more
08-18-2020
11:47 AM
|
0
|
0
|
18497
|
|
DOC
|
Amy, If you want those instructions to appear on the top of coordinates tab (content) then you need to readjust your html code location. Widget.html ...
<div class="eLocate-tab-node-hidden" data-dojo-attach-point="tabNode2">
<div class="eLocate-KDHE-instructions">
<h2>Instructions</h2>
<ol>
<li>Use the GoTo Location tool and enter in Coordinates in decimal degrees or click the Address tab to enter
an address.</li>
<li>Click the Locate button</li>
<li>Wait for the red quarter sections to draw. If red quarter sections do not draw, zoom out to see if you are
on the border of Kansas, which does not have quarter sections.</li>
<li>Click on the map to get the Legal Description Popup.</li>
<li>Copy and paste from the popup or print the map.</li>
</ol>
</div>
<label>${nls.coordDescLabel}</label>
...
... View more
08-18-2020
10:13 AM
|
0
|
0
|
18497
|
|
DOC
|
Amy, Correct css rules will allow you to make the proper placement of your instructions. As far as placement in the existing Widget.html code if you want it at the top the placing your html elements just under the first div element is the correct path (but you will likely still need some css rules).
... View more
08-18-2020
07:02 AM
|
0
|
0
|
18497
|
|
DOC
|
Amy, The image you have posted above... Those instructions are above and below the widget panel... Is that just some screen grab of a help doc or something? Adding additional text to the Widget.html would be the proper way.
... View more
08-18-2020
05:14 AM
|
0
|
0
|
18497
|
|
POST
|
Martin, After testing I can confirm you are correct that the Search widget is Not receiving data.
... View more
08-17-2020
05:23 AM
|
0
|
0
|
2968
|
|
DOC
|
Norm, Strange. When I just add that layer (lotts - 13) to my app it works fine. I will have to do some testing to see what is going wrong with your identify widget configuration.
... View more
08-17-2020
05:21 AM
|
0
|
0
|
20905
|
|
POST
|
Martin, the Search widget already has an onReceiveData function... Did you replace that functions contents with what you show above?
... View more
08-13-2020
02:23 PM
|
0
|
1
|
2968
|
| 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
|