The InfoBalloon renderer

The InfoBalloon renderer displays information about a node or a link when the user clicks in it. The information is displayed in a customizable pop-up window called a balloon.
The contents of the balloon are specified through strings that have the following format:
"line1,First Title: ,prop1;line2,Second Title: ,prop2;..."
where prop1 , prop2 , and so on are the names of the object’s properties for which values are to be displayed.
The following table lists the properties of the InfoBalloon renderer.
Global properties of the InfoBalloon renderer 
Property
Type
Default
Description
linkBalloonLines
String
 
Specifies the contents of the balloon globally for all the links.
nodeBalloonLines
String
 
Specifies the contents of the balloon globally for all the nodes.
prototype
String
 
Sets the prototype(s) that represents the balloon.
The following table lists the per-object rendering properties of the InfoBalloon renderer.
Per-object properties of the InfoBalloon renderer 
Property
Type
Default
Description
InfoBalloonLines
String
 
Specifies the contents of the balloon for a particular object. Overrides nodeBalloonLines or linkBalloonLines .
See the class IlvInfoBalloonRenderer for more details.