Rank: Newbie Groups: Member
Joined: 7/12/2011 Posts: 1
|
Good Morning.
I need to capture when someone click over the thumbnail of a slide whith thumbnails, not only when he/she clicks the link below of the thumbnail, because it needs a very precisely point of the mouse not iqual with the thumbnail which has a bigger area to click.
How can I implement this behavior? (Javascript or Vb)
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The Slide control is template based. In another word, it takes whatever you define in your template and put it there. So whatever you wish to implement, you must implement it in your template (BitItemTemplate) and it would not have anything to do with the slide control.
Thanks!
|