Hi list,<br>I set up the MapTips widget in my application and it shows popup tooltips but nothing happens when I click on the feature. This is what I have in my template:<br><cwc2 type="MapTips"<br> defaulttext="not available"
<br> tolerance="4"<br> layer="locations"<br> attributes="tooltip_en"<br> link="true"<br> linkurl="<a href="http://localhost/redir.php?id=">http://localhost/redir.php?id=</a>"
<br> linkuniqueid="fid"<br> maptipsdiv="MapTipsLayer"<br> popupwidth="10"<br> popupheight="10"<br> visible="false"><br></cwc2><br>Here "tooltip_en" and "fid" are attributes in my "locations" layer.
<br><br>I tried the maptips widget in the sample_bilingual.html application and mouseclicks don't work there either. The Firefox javascript console doesn't show any errors either.<br>I'm using php5, firefox 1.5 and chameleon
2.4<br><br>Thanks for any help!<br>Yahya<br><br>