This content has been marked as final.
Show 6 replies
-
1. Re: Move a Rectangle using the X and Y coordinates
resdesign Oct 11, 2016 10:34 AM (in response to huskyl63341171)1 person found this helpfulUse top and left instead:
sym.$("city").css({"top":320, "left":470});
-
2. Re: Move a Rectangle using the X and Y coordinates
huskyl63341171 Oct 11, 2016 10:56 AM (in response to resdesign)Thank you very much for answering
I'll try and then tell them .. -
3. Re: Move a Rectangle using the X and Y coordinates
huskyl63341171 Oct 11, 2016 4:27 PM (in response to resdesign)works .. it is what I needed
but it does not work the url / link
sym.$("name-city").html("Roma").window.open ("http://www.roma.com", "_blank");
I have tried several options but does not work ...
I hope can help me
-
4. Re: Move a Rectangle using the X and Y coordinates
joel_pau Oct 12, 2016 1:05 AM (in response to huskyl63341171)1 person found this helpfulAbout the click event:
1) You can use this code:
sym.$("name-city").html("Roma").bind("click", function(){ window.open ("http://www.roma.com", "_blank") } );
2) You can also use the user interface:
-
5. Re: Move a Rectangle using the X and Y coordinates
huskyl63341171 Oct 12, 2016 6:41 AM (in response to joel_pau)works well ... thank you very much resdesign and joel_pau for your help, greetings
-
6. Re: Move a Rectangle using the X and Y coordinates
resdesign Oct 12, 2016 7:04 AM (in response to huskyl63341171)1 person found this helpfulThank you and good luck on your project!