65.9K
CodeProject is changing. Read more.
Home

JSBalloonn: non modal feedback mechanism for DHTML applications with mozilla support

starIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIconemptyStarIcon

1.33/5 (4 votes)

Jul 21, 2005

viewsIcon

31289

downloadIcon

93

A flexible, encapsulated way to implement a passive feedback mechanism.

Sample Image - BalloonWebControl.jpg

Introduction

This is an extension to this artcile. But now includes mozilla support and its a WebControl for ASP.NET

Things 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
    }

Everything else its kindly straitforward and its documented.