• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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