align | the alignment of the control within the parent container |
animate | defines or disables view change animation. |
apiOnly | sets the uploader to "invisible" mode. *False* by default. |
autosend | enable seding files to server immediately after they have been added to uploader. *True* by default. |
borderless | used to hide the component borders |
click | click action handler |
container | an html container (or its id) where the component needs initializing |
content | the id or node, whose content will be moved to the view |
css | the name of a css class that will be applied to the view container |
disabled | indicates whether an item is enabled or not |
formData | extra data that will be sent to server side along with the file uploading |
getValue | returns the current value of the control |
gravity | sets the view gravity (1 by default) |
height | sets the height of the component |
hidden | defines whether the view will be hidden initially |
hotkey | sets a hotkey that triggers button clicking |
id | the component ID |
inputHeight | the height of the input area, or a button's text value area. |
inputWidth | the width of the input area, or a button's text value area. |
label | the text label of the control |
labelPosition | positions label above the control |
link | sets the component to display values of the files chosen for upload; |
maxHeight | sets the maximum height for the view |
maxWidth | sets the maximum width for the view |
minHeight | sets the minimal height for the view |
minWidth | sets the minimal width for the view |
multiple | enables uploading of several files at a time. *True* by default. |
name | name of the control |
on | allows attaching custom handlers to inner events of the component |
placeholder | placeholder text for the input area |
popup | allows to attach pop-up menu to the button |
tabFocus | defines whether the control will be included in the tab navigation order |
template | the component template |
tooltip | tooltip for the input |
type | the type of the control |
value | sets the initial value for a control |
width | sets the width of the component |