| Tag Information | |
| Tag Class | org.ajax4jsf.taglib.html.jsp.LoadStyleTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| binding | false | false |
javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
|
The attribute takes a value-binding expression for a component property of a backing bean |
| id | false | false |
java.lang.String
|
Every component may have a unique id that is automatically created if omitted |
| media | false | false |
javax.el.ValueExpression
(must evaluate to java.lang.String)
|
This attribute defines the device to which it is necessary to apply style registration. The possible values are "all", "screen" (by default), "print", "projection", "projection", "braille" and "speech". |
| rendered | false | false |
javax.el.ValueExpression
(must evaluate to boolean)
|
If "false", this component is not rendered |
| src | true | false |
javax.el.ValueExpression
(must evaluate to java.lang.Object)
|
Defines the context relative path to the style sheet file. |