| Attributes |
| Name | Required | Request-time | Type | Description |
| rendered | false | true | boolean | Visible or not (default true) ? |
| modal | false | true | boolean | Modal or not ? (false by default) |
| url | false | true | java.lang.String | Display an url into |
| maxHeight | false | true | short | Window's maximum height in pixel (800 by |
| maxWidth | false | true | short | Window's maximum width in pixel (800 by |
| minHeight | false | true | short | Window's minimal height in pixel (100 by |
| minWidth | false | true | short | Window's minimal width in pixel (100 by |
| x | false | true | short | Window's x position (0 by default) |
| y | false | true | short | Window's y position (0 by default) |
| title | false | true | java.lang.String | Window's title. Accepts either EL, i18n key, HTML content or simple text. |
| height | false | true | short | Window's height in pixel (400 by default) |
| width | false | true | short | Window's width in pixel (400 by default) |
| message | false | true | java.lang.String | Window's message (nothing by default). Accepts i18n key or simple text. |
| maximize | false | true | boolean | Window can be maximized ? (true by default) |
| minimize | false | true | boolean | Window can be minimised ? (true by default) |
| closeable | false | true | boolean | Window can be closed ? (true by default) |
| openAtStartup | false | true | boolean | Should the window be opened on page load ?(true default). Note that setting openAtStartup to true will automatically set the loadAtStartup attribute to true. |
| loadAtStartup | false | true | boolean | Should the window content be loaded on page load if closed ?(false default). Note that setting openAtStartup to true will automatically set the loadAtStartup attribute to true. |
| resizable | false | true | boolean | Should the window be resizable ?(true default) |
| displayTitleBar | false | true | boolean | Should the title bar be displayed ?(true default). This attribute overrides all the icons attributes (like closeable, maximize...) regarding the fact that no bar will be displayed to contain this icons. Note that no default close, drag and drop, maximize and minimize feature are provided anymore by hiding the title bar. |
| asIframe | false | true | boolean | Should the url be displayed in an iframe (self-contained) ?(true default). If false, the content will be loaded in an simple DIV, the same way a Zone url acts. |
| frameDisplayed | false | true | boolean | Specify whether or not a frame should be displayed around the component. (true by default) |
| onLoad | false | true | java.lang.String | Set the name of the javascript function to be called when a window is loaded. |
| style | false | true | java.lang.String | Css style. Accepts EL. |
| styleClass | false | true | java.lang.String | Css class style. Accepts EL. |
| id | false | true | java.lang.String | Unique Identifier. Accepts EL. |
| templateStart | false | true | java.lang.String | Special velocity start template to replace default. Accepts EL. |
| templateEnd | false | true | java.lang.String | Special velocity end template to replace default. Accepts EL. |