• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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