| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.richfaces.taglib.FileUploadTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
acceptedTypes | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Files types allowed to upload |
accesskey | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| This attribute assigns an access key to an element. An access key is a single character from the document character set. Note: Authors should consider the input method of the expected reader when specifying an accesskey |
addButtonClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style for add button |
addButtonClassDisabled | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style for add button disabled |
addControlLabel | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Defines a label for an add control |
align | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| left|center|right|justify [CI] Deprecated. This attribute specifies the horizontal alignment of its element with respect to the surrounding context. Possible values: * left: text lines are rendered flush left. * center: text lines are centered. * right: text lines are rendered flush right. * justify: text lines are justified to both margins. The default depends on the base text direction. For left to right text, the default is align=left, while for right to left text, the default is align=right |
alt | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| For a user agents that cannot display images, forms, or applets, this attribute specifies alternate text. The language of the alternate text is specified by the lang attribute |
autoclear | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| If this attribute is true files will be immediatelly removed from list after upload completed |
binding | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The attribute takes a value-binding expression for a component property of a backing bean |
cancelButtonClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style for cancel button |
cancelButtonClassDisabled | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style for cancel button disabled |
cancelEntryControlLabel | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Defines a label for a cancel control |
cleanButtonClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style for clean button |
cleanButtonClassDisabled | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style for clean button disabled |
clearAllControlLabel | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Defines a label for a clearAll control |
clearControlLabel | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Defines a label for a clear control |
converter | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter )
| Id of Converter to be used or reference to a Converter |
converterMessage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A ValueExpression enabled attribute that, if present, will be used as the text of the converter message, replacing any message that comes from the converter |
disabled | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| Attribute 'disabled' provides possibility to make the whole component disabled if its value equals to "true". |
fileEntryClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style upload file entry |
fileEntryClassDisabled | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style upload file entry disabled |
fileEntryControlClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style for upload enrty control |
fileEntryControlClassDisabled | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style for upload enrty control disabled |
fileUploadListener | false | false | javax.el.MethodExpression
(signature must match void fileUploadListener(org.richfaces.event.UploadEvent) )
| MethodExpression representing an action listener method that will be notified after file uploaded. |
id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
immediate | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| A flag indicating that this component value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until a Process Validations phase |
immediateUpload | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| If this attribute is true files will be immediatelly uploaded after they have been added in list |
listHeight | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Defines height of file list |
listWidth | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Defines width of file list |
locale | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| Used for locale definition |
maxFilesQuantity | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| Defines max files count allowed for upload (optional). |
maxlength | false | false | javax.el.ValueExpression
(must evaluate to int )
| When the type attribute has the value "text" or "password", this attribute specifies the maximum number of characters you may enter. This number may exceed the specified size, in which case the user agent should offer a scrolling mechanism. The default value for this attribute is an unlimited number |
onblur | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: script expression; the element lost the focus |
onchange | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: script expression; the element value was changed |
onclick | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer button is clicked |
ondblclick | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer button is double-clicked |
onerror | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A JavaScript event handler called when the file upload was interrupted according to any errors |
onfocus | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: script expression; the element got the focus |
onkeydown | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a key is pressed down |
onkeypress | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a key is pressed and released |
onkeyup | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a key is released |
onmousedown | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: script expression; a pointer button is pressed down |
onmousemove | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer is moved within |
onmouseout | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer is moved away |
onmouseover | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer is moved onto |
onmouseup | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: script expression; a pointer button is released |
onselect | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: script expression; The onselect event occurs when you select some text in a text field. This attribute may be used with the INPUT and TEXTAREA elements |
onupload | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A JavaScript event handler called on an upload operation |
onuploadcanceled | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A JavaScript event handler called when upload is cancelled |
onuploadcomplete | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A JavaScript event handler called when upload is completed |
rendered | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| If "false", this component is not rendered |
required | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| If "true", this component is checked for non-empty input |
requiredMessage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A ValueExpression enabled attribute that, if present, will be used as the text of the validation message for the "required" facility, if the "required" facility is used |
stopControlLabel | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Defines a label for a stop control |
stopEntryControlLabel | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Defines a label for a stop control |
style | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style(s) is/are to be applied when this component is rendered |
styleClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Corresponds to the HTML class attribute |
tabindex | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| This attribute specifies the position of the current element in the tabbing order for the current document. This value must be a number between 0 and 32767. User agents should ignore leading zeros |
uploadButtonClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style for upload button |
uploadButtonClassDisabled | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style for upload button disabled |
uploadControlLabel | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Defines a label for an upload control |
uploadData | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| Collection of files uploaded |
uploadListClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style for upload list |
uploadListClassDisabled | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style for upload list disabled |
valid | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| valid |
validator | false | false | javax.el.MethodExpression
(signature must match void validator(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object) )
| MethodBinding pointing at a method that is called during Process Validations phase of the request processing lifecycle, to validate the current value of this component |
validatorMessage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator |
value | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| The initial value to set when rendered for the first time |
valueChangeListener | false | false | javax.el.MethodExpression
(signature must match void valueChangeListener(javax.faces.event.ValueChangeEvent) )
| Listener for value changes |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |