Skip to main content
Question

Multiple box button in single page with one app

  • May 21, 2025
  • 2 replies
  • 4 views

Forum|alt.badge.img

I  have integrated box on my website Page.

It seems great.

but i want to add another same button but i am unable to do that.

please guid me how can i do this?

2 replies

Forum|alt.badge.img

 There are probably better ways to implement this, but I'll walk through one possible solution. 

 

To create additional Box upload buttons with the same style as the original one, you can add an input element with the "box-style" class. To trigger the upload popup from the additional buttons, you can pass the click on the additional button to the original button.

 

Here is an example that shows to do this:

 






Forum|alt.badge.img

Please implement the ability to specify the DOM ID in the config, and also an option to make the auto button styling optional.

 

Or, just a function like open() that we can call for our own button events, then you only need one instance and have as many buttons as you want.

 

Or, ideally, just static functions like BoxSelect.open({}) and BoxSelect.initButton('#your-id', {})