<HREF> : Input Field of Hyperlink Type

Java class : leon.view.LyHRef

ROLE

An input field of Hyperlink type allows displaying a graphical component containing an hyperlink.
This link allows launching an action by a simple click.
It does not contain any element.

ATTRIBUTES

<!ATTLIST HREF
	  id CDATA #IMPLIED
	  template CDATA #IMPLIED
	  label CDATA #IMPLIED
	  image CDATA #IMPLIED
	  visited ( true | false) "false"
	  sensitive ( true | false) "true"
	  bean CDATA #IMPLIED
	  font CDATA #IMPLIED
	  color CDATA #IMPLIED
	  fontColor CDATA #IMPLIED
	  disabledFontColor CDATA #IMPLIED
	  visitedFontColor CDATA #IMPLIED
	  highlightColor CDATA #IMPLIED
	  nCols NMTOKEN #IMPLIED>
Attribute Mand. Description Default
id no Identifier associated to the link.
It is used when launching the action that is associated to the hyperlink.
 
template no HREF.template  
label no Label of the hyperlink.  
image no Image of the hyperlink.
The image is displayed beside the link and functions as the link (clicking the image is equivalent to clicking the link).
 
visited no Indicates if the link has already been clicked.
A link that has already be clicked appears in a different color.
false
sensitive no Indicates if the link can be clicked. true
bean no Allows specifying the name of a Java class that replaces the default graphical component.  
font no HREF.font  
color no HREF.color  
fontColor no HREF.fontColor  
disabledFontColor no Font color used when hyperlink is disabled.  
visitedFontColor no Font color used when hyperlink is visited.  
highlightColor no HREF.highlightColor  
nCols no Gives the height (number of columns) on which the component is shown (given in number of characters). -1

SAMPLE

<HREF label="David Vincent" image="user.gif" id="dvi"/>