A
Anonymous
April 29, 2016
Solved
open a thingworx popup from html anchor tag.
- April 29, 2016
- 2 replies
- 2644 views
Hi,
i have created my own thingworx list widget using HTML template and angular js, that list have one column which rendered html anchor tag. currently on click of that anchor it opens new browser window.
anchor tag html looks like as below.
<a href="http://www.facebook.com/sharer" onclick="window.open(this.href, 'mywin','left=20,top=20,width=1024,height=600,toolbar=1,resizable=0'); return false;" >my image</a>
can we open thingworx popup instead of browser window on click of html anchor tag?
Regards,
Lalit
