system.nav.closeParentWindow
Description
Closes the parent window given a component event object.
Syntax
system.nav. closeParentWindow( event )
-
Parameters
EventObject event - A component event object. The enclosing window for the component will be closed.
-
Returns
nothing
-
Scope
Client
Code Examples
Code Snippet
# This code would be placed in the actionPerformed event of a button, # and would close the window that contained the button.system.nav.closeParentWindow(event)