Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

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

0.00/5 (No votes)
21 Jul 2005 1  
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.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here