primefaces-extensions

Tag documentViewer

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.DocumentViewer
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
An EL expression referring to a server side UIComponent instance in a backing bean.Default is generated.
cachefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to cache the document when using dynamic content.Default is false.
disableFontFacefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to disable font face in PDF.js.Default is true.
downloadfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Download filename for dynamic content.
heightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Height of the viewer iframe.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.Default is generated.
libraryfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Resource library when using static resource.
localefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Locale for the viewer. Can be a string or java.util.Locale instance.
namefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Resource name when using static resource (name/library).
nameddestfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Named destination to navigate to in the PDF.
pagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Initial page number to display.
pagemodefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Page mode: 'thumbs' or 'bookmarks'.
renderedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify the rendering of the component, when set to false component will not be rendered.Default is true.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style for the iframe.
titlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Title for the iframe (accessibility).
urlfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
URL of the document to view.
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the component.
widthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Width of the viewer iframe (e.g. '100%' or '800px').Default is 100%.
zoomfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Zoom level (e.g. 'page-width', 'page-fit', 'auto', or numeric).

Output generated by Vdldoc View Declaration Language Documentation Generator.