| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.window.PopupLayerJspTag |
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.PopupLayer )
| only | null | A value-binding expression that associates the PopupLayer with a backing bean property. |
draggable | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not the dragging feature is enabled. |
height | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | The height of the PopupLayer 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 PopupLayer component is automatically dismissed when the user presses Esc on a modal PopupLayer. |
hideOnOuterClick | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not the PopupLayer component is automatically dismissed when the user clicks outside of the component. |
hidingTimeout | false | javax.el.ValueExpression
(must evaluate to int )
| true | -1 | The timeout after which the PopupLayer component is automatically hidden. The value "-1" means that the PopupLayer component is not hidden automatically. |
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 PopupLayer component. Note that the "left" attribute should indicate the number of pixels, without the postfix "px". |
modal | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not the PopupLayer 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 modal PopupLayer. |
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 a modal PopupLayer. |
onblur | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the PopupLayer loses focus. |
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 PopupLayer. |
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 PopupLayer. |
ondragend | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user stops dragging the PopupLayer component. |
ondragstart | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user starts dragging the PopupLayer component. |
onfocus | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the PopupLayer receives focus. |
onhide | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the PopupLayer 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 PopupLayer. |
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 PopupLayer. |
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 PopupLayer. |
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 PopupLayer 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 PopupLayer. |
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 PopupLayer. |
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 PopupLayer. |
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 PopupLayer. |
onshow | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the PopupLayer 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. |
rolloverClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the entire PopupLayer component in the rollover state. |
rolloverStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire PopupLayer component in the rollover state. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire PopupLayer component. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the entire PopupLayer 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 PopupLayer 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 | false | A flag that indicates whether or not the PopupLayer component is visible. |
width | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | The width of the PopupLayer component. Can be specified in any units (px, mm, em, etc.). |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |