Customize File upload widget

598 views
Skip to first unread message

bestfri...@gmail.com

unread,
Jul 21, 2013, 12:45:06 AM7/21/13
to suppor...@runmyprocess.com
Hi

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

upload.PNG

Gareth Thiveux

unread,
Jul 22, 2013, 5:04:44 AM7/22/13
to suppor...@runmyprocess.com
Hi,

Sorry, but unfortunately, it is not possible to customize the file upload widget.
Please find below the list of Javascript functions related to this widget :

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



Regards,

Pre-Sales Consultant / Consultant Avant-Vente
 Fujitsu RunMyProcess
22 rue Chauchat, 75009 Paris - France (GMT+1)

     


Fujitsu RunMyProcess user? Please add a review on GoogleApps Marketplace

Afin de contribuer au respect de l'environnement, merci de n'imprimer ce message qu'en cas de nécessité.
Be environmentally friendly: do not print this email unless it is entirely necessary.



--
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.



bestfri...@gmail.com

unread,
Jul 22, 2013, 11:41:05 PM7/22/13
to suppor...@runmyprocess.com
On Monday, July 22, 2013 5:04:44 AM UTC-4, Gareth Thiveux wrote:
> Hi,
>
>
> Sorry, but unfortunately, it is not possible to customize the file upload widget.
> Please find below the list of Javascript functions related to this widget :
>
>
>
>
> 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
>
>
>
>
>
> Regards,
>
>
>
>
>
> Gareth THIVEUX
>
>
> Pre-Sales Consultant / Consultant Avant-Vente
>
>  Fujitsu RunMyProcess
>
> 22 rue Chauchat, 75009 Paris - France (GMT+1)
>
> website : Fujitsu RunMyProcess
>
>
>
>
>      
>
>
>
>
>
>
>
>
>
>
>
> Fujitsu RunMyProcess user? Please add a review on GoogleApps Marketplace
>
>
>
>
>
>
> Afin de contribuer au respect de l'environnement, merci de n'imprimer ce message qu'en cas de nécessité.
>
> Be environmentally friendly: do not print this email unless it is entirely necessary.
>
>
>
>
>
> 2013/7/21 <bestfri...@gmail.com>
>
> Hi
>
>
>
> 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
>
>
>
> --
>
> 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.


COuld you please confirm whether it is possible customised upload functionality using javascript or freemarker....


Please help me to fix this issue.


Thanks alot in advance

Dimitri MELCHIOR Pro

unread,
Jul 23, 2013, 3:29:30 AM7/23/13
to RunMyProcess Support Forum
Hi,

For customing, you must tell us what you need. The widget itself is not customizable (neither buttons or multiple uploads). This widget is pre-packaged by our services.

Nevertheless, we enable JQuery inside the web interfaces. If you know a bit about Jquery, you will be able to do many things as for exemple implementing this Upload widget : http://blueimp.github.io/jQuery-File-Upload/

Best regards.

--

Dimitri MELCHIOR

PreSales Consultant

     
Fujitsu RunMyProcess user? Please add a review on GoogleApps Marketplace

Afin de contribuer au respect de l'environnement, merci de n'imprimer ce message qu'en cas de nécessité.
Be environmentally friendly: do not print this email unless it is entirely necessary.

bestfri...@gmail.com

unread,
Jul 25, 2013, 1:07:45 AM7/25/13
to suppor...@runmyprocess.com
On Tuesday, July 23, 2013 3:29:30 AM UTC-4, Dimitri Melchior wrote:
> Hi,
>
>
> For customing, you must tell us what you need. The widget itself is not customizable (neither buttons or multiple uploads). This widget is pre-packaged by our services.
>
>
>
> Nevertheless, we enable JQuery inside the web interfaces. If you know a bit about Jquery, you will be able to do many things as for exemple implementing this Upload widget : http://blueimp.github.io/jQuery-File-Upload/
>
>
>
> Best regards.
>
>
>
>
> --
>
> Dimitri MELCHIOR
>
>
>
>
> PreSales Consultant
> Contact: dmel...@runmyprocess.com
>
> Tel: +331 75 77 51 78
> Mobile : +336 52 70 89 82
>
> Website: Fujitsu RunMyProcess
>
>
>      
>
>
>
>
>
>
>
Could you please provide more insight about the option of using Jquery in RMP or any working example in tuitorials for reference?


Thanks alot in advance

Sabine El Rassy

unread,
Jul 25, 2013, 5:10:53 AM7/25/13
to RunMyProcess Support Forum
As said, the widget file upload is prepackaged and not customizable. No examples on our side because we use the RMP widget as it is.

If you really need specific functions you need to write your own file upload widget by trying to find some documentation on the web or using the link given earlier. 

Regards,

Sabine EL RASSY

PreSales Consultant

     
Fujitsu RunMyProcess user? Please add a review on GoogleApps Marketplace

Afin de contribuer au respect de l'environnement, merci de n'imprimer ce message qu'en cas de nécessité.
Be environmentally friendly: do not print this email unless it is entirely necessary.
Reply all
Reply to author
Forward
0 new messages