Is it possible to customize the file upload widget in RMP?
Need help in getting the below requirement
1. Need one Add button, that performs both browse and upload to RMP.
2.Adding multiple files using RMP instead of one file at a time.
Please find the attachment for reference
Thanks alot in advance
RunMyProcess javascript functions (based on widget identifier) for File upload widget:
widgetID.setUpload(text) : this function sets upload text field of the widget
widgetID.getUpload() : this function returns upload text field of the widget
widgetID.getUploadedCount(): returns number of file uploaded
widgetID.getBrowseButton: returns browse button object. You can then set javascript property as "on click()....".
widgetID.getUploadButton: returns upload button object. You can then set javascript property as "on click()....".
widgetID.getDownloadButton: returns download button object. You can then set javascript property as "on click()....".
widgetID.getDeleteButton: returns delete button object. You can then set javascript property as "on click()....".
widgetID.browse(): open file explorer.
widgetID.upload(): upload file selected in file explorer
widgetID.downloadSelected(): download selected file
widgetID.deleteSelected(): delete selected file
widgetID.selectFile(filename): select files with a given "filename"
widgetID.deselectFile(filename): deselect files with a given "filename"
widgetID.selectFileId(file_id): select files with a given id (RunMyProcess internal Id)
widgetID.deselectFileId(file_id): deselect files with a given id (RunMyProcess internal Id)
widgetID.refresh(): refresh list of loaded files
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
For more options, visit https://groups.google.com/a/runmyprocess.com/groups/opt_out.
--
Dimitri MELCHIOR
Sabine EL RASSY