api - How to implement multiple Dropbox Javascript Choosers on a page? -



api - How to implement multiple Dropbox Javascript Choosers on a page? -

dropbox's official page teaches how implement single chooser, doesn't teach how implement multiple choosers on page.

is possible that?

yes, possible. createchoosebutton method can used multiple times create multiple chooser buttons can set wherever want. e.g.:

var button = dropbox.createchoosebutton(options); document.getelementbyid("container").appendchild(button); var button2 = dropbox.createchoosebutton(options2); document.getelementbyid("container").appendchild(button2);

javascript api dropbox

Comments

Popular posts from this blog

maven fortify plugin : Unable to load build session with ID XXXXX .. See log file for more details -

c# - Primavera WebServices does not return any data -

android - Display emoji panel with genymotion - keyboard/touch input? -