| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.window.WindowJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.window.Window )
| only | null | A value-binding expression that associates the Window with a backing bean property. |
caption | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | The text that should be displayed in the caption. This is a convenient alternative for using the "caption" facet. If both "caption" facet and "caption" attribute is specified, the content specified in the facet is used. |
captionClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the Window title. |
captionStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the Window title. |
contentClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the Window content area. |
contentStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the Window content area. |
draggable | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not the user can move the window by dragging its title. |
draggableByContent | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether the window can be dragged by its content area in addition to the usual dragging by window caption. This attribute is only applicable if draggable attribute is set to "true". |
height | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "200px" | The height of the Window component. Can be specified in any units (px, mm, em, etc.). |
hideOnEsc | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not the Window component is automatically dismissed when the user presses Esc. |
hideOnOuterClick | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not to close the Window component when the user clicks anywhere outside it. |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | The component identifier. |
left | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | The x coordinate of the component's upper-left corner relative to the upper-left corner of the document or an absolutely positioned immediate container of the Window component. Note that the "left" attribute should indicate the number of pixels, without the postfix "px". |
minHeight | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "80px" | The minimal height that the Window component can have when the user is resizing the window. This attribute is applicable when "resizable" attribute is set to "true". This attribute can be specified in any units (px, mm, em, etc.) except percent. |
minWidth | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "150px" | The minimal width that the Window component can have when the user is resizing the window. This attribute is applicable when "resizable" attribute is set to "true". This attribute can be specified in any units (px, mm, em, etc.) except percent. |
modal | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not the Window component is modal. |
modalLayerClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the visible part of the page which is not covered by a Window component. |
modalLayerStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the visible part of the page which is not covered by the Window component. |
onclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user clicks the left mouse button over the Window. |
oncontextmenu | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user presses right mouse button over the component (or performs the other context menu invocation action depending on the platform). |
ondblclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user double-clicks the left mouse button over the Window. |
onhide | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the Window component is hidden on the client side. |
onkeydown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user presses a key over the Window. |
onkeypress | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user presses and releases a key over the Window. |
onkeyup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user releases a key over the Window. |
onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user clicks over the Window with either mouse button. |
onmousemove | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer over the Window. |
onmouseout | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the Window. |
onmouseover | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the Window. |
onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user releases the mouse button over the Window. |
onshow | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the Window component is displayed on the client side. |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not the component is visible. |
resizable | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | No Description |
rolloverClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the entire Window component in the rollover state. |
rolloverStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire Window component in the rollover state. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire Window component. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the entire Window component. |
top | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | The y coordinate of the component's upper-left corner relative to the upper-left corner of the document or an absolutely positioned immediate container of the Window component. Note that the "top" attribute should indicate the number of pixels, without the postfix "px". |
visible | false | javax.el.ValueExpression
(must evaluate to boolean )
| only | true | A flag that indicates whether or not the Window component is visible. |
width | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "300px" | The width of the Window component. Can be specified in any units (px, mm, em, etc.). |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |