Internet Explorer 6.0IEIIS 6.0Portable .NETIISVisual Studio .NET 2003.NET 1.1Windows 2000HTMLIntermediateDevVisual StudioWindows.NETC#
JSBalloonn: non modal feedback mechanism for DHTML applications with mozilla support






1.33/5 (4 votes)
Jul 21, 2005

31289

93
A flexible, encapsulated way to implement a passive feedback mechanism.
Introduction
This is an extension to this artcile. But now includes mozilla support and its a WebControl for ASP.NETThings to know
This enumerations allow you to define in which event the ballon will show up. public enum EventType
{
onClick,
onMouseOver,
onMouseOut
}
public enum IconType
{
Exclaim,
Stop,
Info,
Help
}
public enum EventType
{
onClick,
onMouseOver,
onMouseOut
}
public enum IconType
{
Exclaim,
Stop,
Info,
Help
}
Everything else its kindly straitforward and its documented.