PATH Documentation > WebObjects

Table of Contents

JSTextFlyover



Component Description

The JSTextFlyover appears in the browser as a hyperlink containing text that changes color when the mouse pointer hovers over it.


Synopsis

JSTextFlyover { [action=anAction; | pageName=pageName;] string=aString; selectedColor=selectedHexString; unselectedColor=unselectedHexString; [targetWindow=windowName;] };

Bindings

action
Action method invoked when the user clicks the hyperlink.
pageName
Name of the WOComponent displayed when the user clicks the hyperlink.
selectedColor
The color of the text when the mouse pointer is hovering over it.
unselectedColor
The color of the text when the mouse pointer is not hovering over it.
targetWindow
The name of the window in which the page is displayed when the user clicks on the hyperlink.

Table of Contents