This component appears as a hyperlink, which can contain an image, text, and the JSConfirmPanel’s component content. When the user clicks on it, a dialog box displaying an confirmation message appears. The user can click OK, which executes the hyperlink, or Cancel.
JSConfirmPanel { action=anAction; | javaScriptFunction=javaScriptCodeString;
| pageName=aPageName; confirmMessage=message; [altTag=aTag;] [filename=imageFileName;]
[targetWindow=windowName;] [string=[aString];] };
The action method performed when the user clicks OK.
Java Script code executed when the user clicks OK.
The WOComponent displayed when the user clicks OK.
The message to display when the user clicks on the hyperlink.
The HTML alt attribute for the hyperlink’s image if an image is specified. Browsers can display this attribute in place of the image.
The name of the image file. Binding this causes the hyperlink to display as an image.
The name of the window in which the page is displayed when the user clicks OK.
A string displayed in the hyperlink
Last updated: 2004-12-02