Click here to Skip to main content
15,889,594 members
Articles / Web Development / HTML
Article

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

Rate me:
Please Sign up or sign in to vote.
1.33/5 (4 votes)
21 Jul 2005 31K   93   8   4
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


Written By
Portugal Portugal
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralLink broken. Pin
Marc Brooks21-Jul-05 8:44
Marc Brooks21-Jul-05 8:44 
GeneralRe: Link broken. Pin
Gh0stman21-Jul-05 10:23
Gh0stman21-Jul-05 10:23 
GeneralRe: Link broken. Pin
d'herbe22-Jul-05 5:59
d'herbe22-Jul-05 5:59 
GeneralRe: Link broken. Pin
Gh0stman22-Jul-05 8:25
Gh0stman22-Jul-05 8:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.