nxu

Tag inputFile

Component Information 
InfoValue
Component Typeorg.nuxeo.ecm.platform.ui.web.component.file.UIInputFile
Handler Classcom.sun.faces.facelets.tag.jsf.html.HtmlComponentHandler
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
valuefalsejavax.el.ValueExpression
(must evaluate to org.nuxeo.ecm.core.api.Blob)
Value binding representing the blob
filenamefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Value binding representing the blob filename. If set, will be set using the newly uploaded blob filename and will be presented as the download link value unless the downloadLabel attribute is provided.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The component identifier for this component. This value must be unique within the closest parent component that is a naming container.
renderedfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
requiredfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Flag indicating that the user is required to provide a submitted value for the blob.
editFilenamefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Flag indicating whether or not this component should present an input area to set the blob filename. It is only presented on the "keep" option.
iconRenderedfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean flag indicating whether or not the file icon should be rendered. Defaults to true.
downloadLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Value binding that will be used as the download link value, and will attempt to be translated.
editFilenameLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Value binding that will be rendered before the edit file name input text, and will attempt to be translated.
onchange false javax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript onchange event handler, set on the radio buttons
onclick false javax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript onclick event handler, set on the radio button
onselect false javax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript onselect event handler, set on the radio button

Output generated by Vdldoc View Declaration Language Documentation Generator.