| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.ajax.DefaultProgressMessageJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
backgroundClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | CSS class name for a background layer of Ajax progress message. Applicable only when "fillBackground" attribute is set to true. |
backgroundStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | CSS style for a background layer of Ajax progress message. Applicable only when "fillBackground" attribute is set to true. |
backgroundTransparency | false | javax.el.ValueExpression
(must evaluate to java.lang.Double )
| true | 0.6 | Specifies the transparency level in range [0..1] for the background layer of the Ajax progress message. Applicable only when fillBackground attribute is set to true. |
backgroundTransparencyTransitionPeriod | false | javax.el.ValueExpression
(must evaluate to int )
| true | 150 | Specifies time in milliseconds that will elapse until transparency of the background layer gradually gains its full value (as specified by the "backgroundTransparency" attribute). Applicable only when "fillBackground" attribute is set to true. |
fillBackground | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | Setting this attribute to true allows shading the browser window while the Ajax is in progress, which makes it impossible to click any component until the Ajax request finishes. |
horizontalAlignment | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | "right" | Defines the horizontal position in browser's window where the Ajax progress message should be shown. Available values are: "left" — displays the progress message by the left side of a browser window "center" — centers the progress message horizontally within browser's window "right" — displays the progress message by the right side of a browser window |
imageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL of the image file that is rendered before text in the progress message. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the progress message. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class that is used for the progress message. |
text | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Text for the progress message. |
transparency | false | javax.el.ValueExpression
(must evaluate to java.lang.Double )
| true | 0 | Specifies the transparency level in range [0..1] for the Ajax progress message. |
transparencyTransitionPeriod | false | javax.el.ValueExpression
(must evaluate to int )
| true | 0 | Specifies time in milliseconds that will elapse until Ajax progress message transparency gradually gains its full value (as specified by the "transparency" attribute). |
verticalAlignment | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | "top" | Defines the horizontal position in browser's window where the Ajax progress message should be shown. Available values are: "top" — displays the progress message by the top side of a browser window "center" — centers the progress message vertically within browser's window "bottom" — displays the progress message by the bottom side of a browser window |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |