<TIP> : Tooltip

Java class : leon.view.LyTip

ROLE

A tooltip allows associating a help text to a field.
The text is displayed under the form of a screen tip associated to the graphical component of the field.

ATTRIBUTES

<!ATTLIST TIP
	  id NMTOKEN #IMPLIED
	  template NMTOKEN #IMPLIED
	  label CDATA #IMPLIED
	  overview CDATA #IMPLIED
	  image CDATA #IMPLIED
	  font CDATA #IMPLIED
	  color CDATA #IMPLIED
	  fontColor CDATA #IMPLIED>
Attribute Mand. Description Default
id no TIP.id  
template no TIP.template  
label no Text of the tooltip.  
overview no Overview label.  
image no Image of the tip.  
font no TIP.font  
color no TIP.color  
fontColor no TIP.fontColor  

ELEMENTS

<!ELEMENT TIP 
	  (CONSTRAINT?)>
Element Mand. Mult. Description
CONSTRAINT no no Positioning constraint of the tip.

SAMPLE

<TIP label="Enter a value comprised between 1 and 99"
	overview="Value between 1 and 99"/>