• The ImunifyAV extension is now deprecated and no longer available for installation.
    Existing ImunifyAV installations will continue operating for three months, and after that will automatically be replaced with the new Imunify extension. We recommend that you manually replace any existing ImunifyAV installations with Imunify at your earliest convenience.
  • 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.

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