Page 2 of 2

Re: JBatchUpload API query

Posted: Tue Jul 28, 2009 12:26 am
by RoyEaton
I was planning to hide all buttons except for the 'Select File(s)' button for my web page.

My assumption was that the coding was going to allow the location of the button bar to be moved to one of the four sides of the file grid.

How do I go about getting this new version?

Re: JBatchUpload API query

Posted: Tue Jul 28, 2009 6:39 am
by support
We're going to provide you (by email) the enhanced version by the end of this week.
Did you succeed in adding the JavaScript call by extending the JSAPI?

Re: JBatchUpload API query

Posted: Tue Jul 28, 2009 6:03 pm
by support
We've added the following properties in i18n_pane.properties:

Code: Select all

# Buttons panel layout options
queue.buttons.panel.layout=left
queue.buttons.panel.layout.align=top
queue.buttons.panel.layout.spacing.x=1
queue.buttons.panel.layout.spacing.y=16
queue.buttons.panel.layout.spacing.color=FFFFFF
It will allow to move the buttons panel on left, right or top.

Then if you need to remove "Start upload" and "Cancel" button you will have to comment the following line in i18n_pane.properties:

Code: Select all

queue.button.start=Start upload
and the following in i18n_bar.properties:

Code: Select all

progress.button.cancel=Cancel
The final UI will look like:
movedpanel.jpg
Final UI
(23.15 KiB) Downloaded 250 times

Re: JBatchUpload API query

Posted: Sat Sep 05, 2009 1:37 am
by bogdanovich
Can I get JSAPI source code too please?

Re: JBatchUpload API query

Posted: Sat Sep 05, 2009 8:06 am
by support
Source code of JSAPI is available with Premium license of JFileUpload, contact support(at)jfileupload(dot)com to get it