| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.util.DebugJspTag |
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.util.Debug )
| only | null | A value-binding expression that associates the Debug component with a backing bean property. |
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. |
height | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | The height of the Window component. Can be specified in any units (px, mm, em, etc.). |
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 | null | 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 | null | 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. |
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 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 | null | The width of the Window component. Can be specified in any units (px, mm, em, etc.). |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |