Hi
I am still missing that feature to have two or more independt Tooltips open at any given time.
With Q1 2009, how do I attach a function to the close button onclick event?
See this page
http://www.telerik.com/community/forums/aspnet-ajax/tooltip/two-independent-radtooltpmanagers.aspx
This no longer works with Q1 2009.
Best Regards
Thomas Kristensen
I am still missing that feature to have two or more independt Tooltips open at any given time.
With Q1 2009, how do I attach a function to the close button onclick event?
See this page
http://www.telerik.com/community/forums/aspnet-ajax/tooltip/two-independent-radtooltpmanagers.aspx
function OnClientShow(sender, eventArgs)
{
var popup = sender.get_popupElement();
var closeButton = $telerik.getElementByClassName(popup, "CloseButton", "A");
closeButton.onclick = function() { alert("I was clicked"); }
}
This no longer works with Q1 2009.
Best Regards
Thomas Kristensen