• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved How to use Plesk UI Library in custom extension?

JeremyH

New Pleskian
While developing a custom plesk extension i came across the plesk ui library at Plesk UI Library 1.1.5 which allows you to do much much more with the ui in javascript than the php options in the sdk. But how do you actually go about incorporating it in a .phtml file to output an element? The documentation gives a code snippet for each ui element but it doesn't give a full code example of how you actually would use it in an extension.
 
Hi Jeremy,

We're preparing a short document that should give users an overview of how to use Plesk UI library in extensions. I'll be sure to hook you up with this doc as soon as it's ready.
 
Hi Jeremy,

We're preparing a short document that should give users an overview of how to use Plesk UI library in extensions. I'll be sure to hook you up with this doc as soon as it's ready.
Is there something new about this? Although I found the UI Library documentation at Plesk UI Library 1.1.5, it does not really get me anywhere. Would be really nice if you have some examples because I'm currently not even able to open a modal window or dialog boxes to create :(
 
I'm implementing it right now in my project, so far I'll say it's exactly what I was looking for :) Thank you very much!
 
As far as I know, if an extension is created with plesk-ext-sdk, it uses @plesk/ui-library from Plesk on which it is currently running.
 
Back
Top