MultiPowUpload 3.1
Buttons parameters |
![]() ![]() |
MultiPowUpload buttons parameters
For the information on how to setup MultiPowUpload parameters see How to section.
Parameter name | Type | Desciption | Default value |
---|---|---|---|
button.topGradientFillColor | Color | Top gradient fill (mask) color. | #FFFFFF |
button.bottomGradientFillColor | Color | Bottom gradient fill (mask) color. | #CCCCCC |
button.up.backgroundColor | Color | Background color for button up state. | #F8F6E6 |
button.up.topBorderColor | Color | Top border color for button up state. | #B7BABC |
button.up.bottomBorderColor | Color | Bottom border color for button up state. | #585F63 |
button.up.textStyle | TextStyle | Text style for button up state. | color: #0B333C |
button.down.backgroundColor | Color | Background color for button down state. | #99D7FE |
button.down.bottomBorderColor | Color | Bottom border color for button down state. | #0075BF |
button.down.topBackgroundColor | Color | Top background color for button down state. | #D9F0FE |
button.down.topBorderColor | Color | Top border color for button up state. | #009DFF |
button.over.backgroundColor | Color | Background color for button roll over state. | #F8F6E6 |
button.over.bottomBorderColor | Color | Bottom border color for button roll over state. | #0075BF |
button.over.topBorderColor | Color | Top border color for button roll over state. | #009DFF |
button.disabled.backgroundColor | Color | Bottom border color for button disabled state. | #F8F6E6 |
button.disabled.bottomBorderColor | Color | Top background color for button disabled state. | #585F63 |
button.disabled.textStyle | TextStyle | Text style for button disabled state. | color: #848384 |
button.disabled.topBorderColor | Color | Top border color for button disabled state. | #B7BABC |
button.up | URL | Url to image file for up button state. | |
button.down | URL | Url to image file for down button state. | |
button.over | URL | Url to image file for roll over button state. | |
button.disabled | URL | Url to image file for disabled button state. |
Browse button
Parameter name | Type | Desciption | Default value |
---|---|---|---|
browseButton.visible | Boolean | It determines whether the button is displayed. | true |
browseButton.text | String | Button text. | Browse... |
browseButton.tooltip | String | Button tooltip text. | Add files for upload |
browseButton.x | String | Button horizontal position. | 4 |
browseButton.y | String | Button vertical position. | 4 |
browseButton.width | Number | Button width. | 94 |
browseButton.height | Number | Button height. | 26 |
browseButton.icon | URL | Url to the image file for button icon. | internal |
browseButton.iconDisabled | URL | Url to the image file for disabled button icon. If the value is not set, MultiPowUpload will make disabled icon by filtering a normal icon. | |
browseButton.up | URL | Url to the image file for up button state. | |
browseButton.down | URL | Url to the image file for down button state. | |
browseButton.over | URL | Url to the image file for roll over button state. | |
browseButton.disabled | URL | Url to the image file for disabled button state. |
Remove button
Parameter name | Type | Desciption | Default value |
---|---|---|---|
removeButton.visible | Boolean | It determines whether the button is displayed. | false |
removeButton.text | String | Button text. | Remove |
removeButton.tooltip | String | Button tooltip text. | Remove selected files |
removeButton.x | String | Button horizontal position. | 117 |
removeButton.y | String | Button vertical position. | <browseButton.top> |
removeButton.width | Number | Button width. | 94 |
removeButton.height | Number | Button height. | 26 |
removeButton.icon | URL | Url to the image file for the button icon. | internal |
removeButton.iconDisabled | URL | Url to the image file for the disabled button icon. If the value is not set, MultiPowUpload will make the disabled icon by filtering a normal icon. | |
removeButton.up | URL | Url to the image file for up button state. | |
removeButton.down | URL | Url to the image file for down button state. | |
removeButton.over | URL | Url to the image file for roll over button state. | |
removeButton.disabled | URL | Url to the image file for disabled button state. |
Clear button
Parameter name | Type | Desciption | Default value |
---|---|---|---|
clearButton.visible | Boolean | It determines whether the button is displayed. | true |
clearButton.text | String | Button text. | Clear list |
clearButton.tooltip | String | Button tooltip text. | Remove all files |
clearButton.x | String | Button horizontal position. | <movie.width>-<clearButton.width>-5 |
clearButton.y | String | Button vertical position. | <browseButton.top> |
clearButton.width | Number | Button width. | 94 |
clearButton.height | Number | Button height. | 26 |
clearButton.icon | URL | Url to the image file for the button icon. | internal |
clearButton.iconDisabled | URL | Url to the image file for the disabled button icon. If the value is not set, MultiPowUpload will make the disabled icon by filtering a normal icon. | |
clearButton.up | URL | Url to the image file for up button state. | |
clearButton.down | URL | Url to the image file for down button state. | |
clearButton.over | URL | Url to the image file for roll over button state. | |
clearButton.disabled | URL | Url to the image file for disabled button state. |
Cancel button
Parameter name | Type | Desciption | Default value |
---|---|---|---|
cancelButton.visible | Boolean | It determines whether the button is displayed. | true |
cancelButton.text | String | Button text. | Cancel |
cancelButton.pauseText | String | Button text. It is applied when the chunked upload mode is enabled. | Pause |
cancelButton.tooltip | String | Button tooltip text. | Cancel current operation |
cancelButton.pauseTooltip | String | Button tooltip text. It is applied when the chunked upload mode is enabled. | Pause upload process |
cancelButton.icon | URL | Url to the image file for button icon. | internal |
cancelButton.pauseIcon | URL | Url to the image file for button icon. It is applied when the chunked upload mode is enabled. | internal |
cancelButton.iconDisabled | URL | Url to the image file for the disabled button icon. If the value is not set, MultiPowUpload will make the disabled icon by filtering a normal icon. | |
cancelButton.up | URL | Url to the image file for up button state. | |
cancelButton.down | URL | Url to the image file for down button state. | |
cancelButton.over | URL | Url tothe image file for roll over button state. | |
cancelButton.disabled | URL | Url to the image file for disabled button state. |
Upload button
Parameter name | Type | Desciption | Default value |
---|---|---|---|
uploadButton.visible | Boolean | It determines whether the button is displayed. | true |
uploadButton.text | String | Button text. | Upload |
uploadButton.tooltip | String | Button tooltip text. | Start upload |
uploadButton.x | String | Button horizontal position. It affects the cancel button. | <browseButton.right>+3 |
uploadButton.y | String | Button vertical position. It affects the cancel button. | <browseButton.top> |
uploadButton.width | Number | Button width. It affects the cancel button. | 94 |
uploadButton.height | Number | Button height. It affects the cancel button. | 26 |
uploadButton.icon | URL | Url to the image file for a button icon. | internal |
uploadButton.iconDisabled | URL | Url to the image file for a disabled button icon. If the value is not set, MultiPowUpload will make a disabled icon by filtering a normal icon. | |
uploadButton.up | URL | Url to the image file for up button state. | |
uploadButton.down | URL | Url to the image file for down button state. | |
uploadButton.over | URL | Url to the image file for roll over button state. | |
uploadButton.disabled | URL | Url to the image file for disabled button state. |
List view button
Parameter name | Type | Desciption | Default value |
---|---|---|---|
listViewButton.visible | Boolean | Determines wehther button displayed or not. | true |
listViewButton.text | String | Button text. | |
listViewButton.tooltip | String | Button tooltip text. | List view |
listViewButton.x | String | Button horizontal position. | <uploadButton.right>+10 |
listViewButton.y | String | Button vertical position. | <browseButton.top> |
listViewButton.width | Number | Button width. | 26 |
listViewButton.height | Number | Button height. | 26 |
listViewButton.icon | URL | Url to the image file for a button icon. | internal |
listViewButton.iconDisabled | URL | Url to the image file for the disabled button icon. If the value is not set, MultiPowUpload will make the disabled icon by filtering a normal icon. | |
listViewButton.up | URL | Url to the image file for up button state. | |
listViewButton.down | URL | Url to the image file for down button state. | |
listViewButton.over | URL | Url to the image file for roll over button state. | |
listViewButton.disabled | URL | Url to the image file for disabled button state. |
Thumbnail view button
Parameter name | Type | Desciption | Default value |
---|---|---|---|
thumbViewButton.visible | Boolean | Determines wehther button displayed or not. | true |
thumbViewButton.text | String | Button text. | |
thumbViewButton.tooltip | String | Button tooltip text. | Thumbnails view |
thumbViewButton.x | String | Button horizontal position. | <listViewButton.right>+3 |
thumbViewButton.y | String | Button vertical position. | <browseButton.top> |
thumbViewButton.width | Number | Button width. | 26 |
thumbViewButton.height | Number | Button height. | 26 |
thumbViewButton.icon | URL | Url to the image file for the button icon. | internal |
thumbViewButton.iconDisabled | URL | Url to the image file for the disabled button icon. If the value is not set, MultiPowUpload will make the disabled icon by filtering a normal icon. | |
thumbViewButton.up | URL | Url to the image file for up button state. | |
thumbViewButton.down | URL | Url to the image file for down button state. | |
thumbViewButton.over | URL | Url to the image file for roll over button state. | |
thumbViewButton.disabled | URL | Url to the image file for disabled button state. |
Sort button
Parameter name | Type | Desciption | Default value |
---|---|---|---|
sortButton.visible | Boolean | It determines whether the button is displayed. | true |
sortButton.text | String | Button text. | |
sortButton.tooltip | String | Button tooltip text. | Select sort order |
sortButton.x | String | Button horizontal position. | <thumbViewButton.right>+5 |
sortButton.y | String | Button vertical position. | <browseButton.top> |
sortButton.width | Number | Button width. | 26 |
sortButton.height | Number | Button height. | 26 |
sortButton.icon | URL | Url to the image file for the button icon. | internal |
sortButton.iconDisabled | URL | Url to the image file for the disabled button icon. If the value is not set, MultiPowUpload will make the disabled icon by filtering a normal icon. | |
sortButton.up | URL | Url to the image file for up button state. | |
sortButton.down | URL | Url to the image file for down button state. | |
sortButton.over | URL | Url to the image file for roll over button state. | |
sortButton.disabled | URL | Url to the image file for disabled button state. |