Attributes |
Name | Required | Request-time | Type | Description |
id | false | true | java.lang.String | Standard html 'id' attribute |
cl | false | true | java.lang.String | CSS class name ( same as html 'class' attribute ) |
style | false | true | java.lang.String | Standard html 'style' attribute ( for CSS ) |
title | false | true | java.lang.String | Standard html 'title' attribute |
tabindex | false | true | java.lang.String | Standard html 'tabindex' attribute |
x | false | true | java.lang.String | X coordinate : offset (in pixels) from left edge |
y | false | true | java.lang.String | Y coordinate : offset (in pixels) from top edge |
width | false | true | java.lang.String | Width (in pixels) |
height | false | true | java.lang.String | Height (in pixels) |
maxsize | false | true | java.lang.String | The maximum size of the file ( in kb ) |
destdir | false | true | java.lang.String | To store the file in the server filesystem. The destination directory (where to store the file in the server upload root dir). If this attribute is not set the file is not saved in the filesystem. If set to "." : the file is saved in the server upload directory. If set to "dir" : the file is saved in the subdirectory "dir" in the server upload directory. NB: the subdirectory must exist, you cannot create a new directory from the client-side. |
contextid | false | true | java.lang.String | To store the file in memory in a screencontext attribute. The id of the screen context where to store the file object. To be used with "contextattribute" |
contextattribute | false | true | java.lang.String | To store the file in memory in a screencontext attribute. The name of the screen context attribute where to store the file object. To be used with "contextid" |
sessionkey | false | true | java.lang.String | To store the file in memory in the standard http session. The name of the attribute where to store the file object in the session. |
callback | false | true | java.lang.String | The name of the function called after a successfull upload (function reference, not literal script) |
onclick | false | true | java.lang.String | No Description |
ondblclick | false | true | java.lang.String | No Description |
onmouseover | false | true | java.lang.String | No Description |
onmouseout | false | true | java.lang.String | No Description |
onfocus | false | true | java.lang.String | No Description |
onblur | false | true | java.lang.String | No Description |
onchange | false | true | java.lang.String | No Description |
onkeypress | false | true | java.lang.String | No Description |