Skip to main content
Participant
July 25, 2024
Question

do we have an option to add tabs in uxp plugin with react code

  • July 25, 2024
  • 3 replies
  • 358 views

do we have an option to add tabs in uxp plugin with react code

If we have please could you provide the solution and code , that can helps me alot.

 

This topic has been closed for replies.

3 replies

John D Herzog
Inspiring
July 26, 2024

The answer would be, yes, since it would just be a new plugin.

You can make also make multiple palettes and dialogs as well, but they can get a little weird.

You should be able to make tabs in the palette since it is possible in html. At the very least you can make a row of buttons to act like tabs.

Legend
July 26, 2024

That tab would the title tab of another panel. E.g. drag any regular panel on top of yours, and it will get added to the container window.

So your question rephrased wouldd be:

Can my UXP plugin have multiple panels?

– I never tried, maybe via some magic in the manifest.

– otherwise, use a second plugin.

How can I set the position of such a panel?

– AFAIK not with UXP, while such operations are supported for CPP plug-ins.

- E.g. docking in the side was another wish mentioned a while ago.

leo.r
Community Expert
Community Expert
July 25, 2024

you may also want to post your question here:

https://forums.creativeclouddeveloper.com/