[Image] EchoPoint
Helping you build truly dynamic and stateful web applications!
nothing

BalloonHelp   Click here for complete JavaDoc

The BalloonHelp component is a PopUp that display itself as a "cartoon comic" speech ballon.

The content of the BalloonHelp can be any series of components.  The BalloonHelp, by default, disappears when it is clicked on.

This component is inpired by the original Apple Mac help facility.

  	popup = new BalloonHelp();
popup.setAutoCollapse(
false);

popup.setExpanded(
true);

popup.add(genBalloonContent(
"Ballon Help Content 4"));

Client Browser Support :

All clients supported by the Echo Framework.


Home

SourceForge Logo

The EchoPoint project is kindly hosted by SourceForge