Question
< ?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
if I want to add attributes like mouseover for the time times how do I do that? Lets say for a button if I want to add a mouse over event in vb.net we can add like this
Button1.attributtes.add(“mouseover”,”mouseover()”)
I tried use ClientSideJavaScript_TimeItemInit event.
Is there any function avilable in plexityhide which i can add mouseover evenet for timeitem.
Answer
Sure, Go like this:
Gantt_ASP
.ClientSideJavaScript_TimeItemInit = “aImgElement.onmouseover=(function(event){alert(‘hello’);});\r\n”;