Hi
I want to attach an onclick event handler to my worksdetitem
so that each time I click of the workset item the event handler is
called.
Although the Shell has attachWorksetItemSelected handler, this is called
once only : when you switch between the workset items.
Tried with jquery but this does not work
$("#myWorksetItem").click(function(){ alert("Hi")});
Thank you for your help
regards
Yuval