This component appears as a hyperlink in the browser. When the user clicks it, the result displays in a modal-like window.
JSModalWindow { action=anAction; | pageName=pageName; height=height; width=width;
windowName=aString; [isResizable="YES"|"NO";] [showLocation="YES"|"NO";]
[showMenuBar="YES"|"NO";] [showScrollbars="YES"|"NO";] [showStatus="YES"|"NO";]
[showToolbar="YES"|"NO";] };
Action method invoked when the user clicks the hyperlink that supplies the content for the modal-like window.
The WOComponent displayed when the user clicks the hyperlink that appears in the modal-like window.
Height, in pixels, of the window.
Width, in pixels, of the window.
A string specifying the window name to use in the TARGET attribute of the A tag. windowName can contain only alphanumeric or underscore (_) characters.
Controls whether the window can be resized.
Controls whether the window displays the URL.
Controls whether the window has a menu bar.
Controls whether the window has scroll bars.
Controls whether the window has a status display.
Controls whether the window has a tool bar.
Last updated: 2004-12-02