Select to view content in your preferred language

JQuery panel and function to add graphic on coordinates not working together...

2301
3
Jump to solution
10-01-2014 01:44 PM
AlexGole
Deactivated User

Hi all,

Here is my new problem to solve. I am trying to create a draggable panel that would allow the user to enter coordinates and place/zoom a graphic on the map. The function itself works well, however when the function is called from within the draggable panel, it seems like the JS nodes are not discover-able anymore. Not too sure why, must be one of these JQuery/dojo conflicts. Please let me know if you have any idea how to fix this.

Here is the link to the map.

After clicking on GIS tools click on Search by coordinates and then click on X/Y Toolbar.

Capture.PNG

Thank you,

Alex

0 Kudos
1 Solution

Accepted Solutions
KenBuja
MVP Esteemed Contributor

You have two different buttons with id="go", one in the "Search by Coordinate" side panel and one in the Add Layer panel. The HTML specs require that you have unique ids.

View solution in original post

0 Kudos
3 Replies
KenBuja
MVP Esteemed Contributor

You have two different buttons with id="go", one in the "Search by Coordinate" side panel and one in the Add Layer panel. The HTML specs require that you have unique ids.

0 Kudos
AlexGole
Deactivated User

ok, I will test with unique ids and see how that works for me.

0 Kudos
AlexGole
Deactivated User

That was it, thank you!

0 Kudos