--
JoaoQuintas - 16 Aug 2010
Window
A Window is a XVW component that's used to open a view in a separate window.
XML Definition
A Window is declared as following:
<xvw:window title="WINDOW_TITLE" width="NUMBER_OF_PIXELS" height="NUMBER_OF_PIXELS"
onclode="BOOLEAN" onbeforeclose="BOOLEAN" useExtJsRenderer="???????????????">
CONTENT
</xvw:window>
Component from which the Window Extends
Components that Extend Window
Window Properties
Property |
Description |
Requirement |
Default Value |
Type |
Example |
title |
Changes the display name of the Window |
optional |
- |
String |
|
width |
Changes the width of the window |
optional |
-500 |
Integer |
|
height |
Changes the height of the window |
optional |
-300 |
Integer |
|
onclose |
The action that is executed when the window closes |
optional |
- |
EL |
|
onbeforeclose |
The action that is executed before the window closes |
optional |
- |
EL |
|
useExtJsRenderer |
COMPLETE |
optional |
- |
COMPLETE |
|
Possible Child Components: