PATH |
JSImageFlyover
Component Description
The JSImageFlyover appears in the browser as an active image which changes to another image when the mouse pointer hovers over it.
Synopsis
JSImageFlyover { action=anAction; | javaScriptFunction=aURL; | pageName=pageName; selectedImage=selectedImageName; unselectedImage=unselectedImageName; [framework=frameworkName;] [targetWindow=windowName;] };Bindings
- action
- The action method performed when the user clicks the image.
- javaScriptFunction
- Java Script code executed when the user clicks the image.
- pageName
- The WOComponent displayed when the user clicks the image.
- selectedImage
- The image displayed when the mouse pointer is hovering over it.
- unselectedImage
- The image displayed when the mouse pointer is not hovering over it.
- framework
- The framework containing the image. Defaults to the application.
- targetWindow
- The name of the window in which the new page is displayed when the user clicks on the image.