liferay-ui:icon
tag encapsulates an HTML img
tag whose src
attribute contains a fully qualified URL to an icon image in the current Liferay theme.Info | Value |
---|---|
Component Type | Facelet Composite Component |
Handler Class | None |
Renderer Type | None |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The identifier of the component. |
rendered | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean flag indicating whether or not this component is to be rendered during the RENDER_RESPONSE phase of the JSF lifecycle. The default value is true. |
alt | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Corresponds to the value of the alt attribute for the embedded img tag. The default value is Liferay's internationalized message for the key named view . |
cssClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The name of a CSS class that is to be rendered within the class attribute (same as styleClass). |
image | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The name of the theme image icon, which can be the prefix of any image filename in the Liferay theme's "common" image folder. The default value is view . |
href | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The link which is opened when the icon is clicked. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| This is an HTML pass-thru type of attribute. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The name of a CSS class that is to be rendered within the class attribute. |
message | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Text included with the icon. |
Output generated by Vdldoc View Declaration Language Documentation Generator.