Hi,

I'm using the following code for Thumbnails view.

                 <div role="view" ex:viewClass="Thumbnail"
ex:possibleOrders=".field1, .field2">
                   <table ex:role="lens" class="itemThumbnail"
>
                                <tr>
                                    <td valign="bottom"
class="itemThumbnail-thumbnailContainer">
                                        <div
style="position:relative">
                                                <img 
ex:src-subcontent="http://myThumbspath/{{.thumbnail}}";
style="border=1"; alt="thumbnail"/>
                                        </div>
                                    </td>
                                </tr>
                                <tr>
                                    <td class="itemThumbnail-
caption"><span ex:content="value" /></td>
                                </tr>
                     </table>
         </div>

The second <td> in the above code with class 'itemThumbnail-caption'
automatically gets a hyperlink because of the code <span
ex:content="value" /> and onclick of that link it opens the popup.

How can I achieve the same on the image in the first <td>.  I've
checked in several places. But I could not find the place where these
thumbnail images are added to the document object.

It would be of great help if any one could point me to the file and
the method where these images are actually attached to the DOM so that
I can register a hyper link to it using
SimileAjax.WindowManager.registerEvent();

Thanks in advance,

Regards,
Ravi.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to