Same behavior and configuration than original JSF tag, but accepts an additional defaultValue attribute.
Also uses a renderer that does not display an empty "img" tag when the resolved image is empty, as well as empty width and height attributes (as it's an issue for IE).
Info | Value |
---|---|
Component Type | javax.faces.HtmlGraphicImage |
Handler Class | org.nuxeo.ecm.platform.ui.web.tag.handler.GenericHtmlComponentHandler |
Renderer Type | javax.faces.NXImage |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
defaultValue | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| Value used instead of the value attribute, when it resolves to null or empty. |
Output generated by Vdldoc View Declaration Language Documentation Generator.