liferay-ui-compat

Tag icon

  • Description:
    Deprecated. No replacement available. The 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.
  • Since:
    3.2.4
Component Information 
InfoValue
Component TypeFacelet Composite Component
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
renderedfalsejavax.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.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The identifier of the component.
cssClassfalsejavax.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).
imagetruejavax.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.
hreffalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The link which is opened when the icon is clicked.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
This is an HTML pass-thru type of attribute.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The name of a CSS class that is to be rendered within the class attribute.
messagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Text included with the icon.

Output generated by Vdldoc View Declaration Language Documentation Generator.