Display a portlet in ligthbox in websphere 8

51 Views Asked by At

Does somebody know how to display a portlet in a ligthbox or Dialogbox, like the next image:

!failed to load image!

I'm using websphere portal 8.

1

There are 1 best solutions below

0
On

Does it have to be a whole portlet on it's own? Can the Dialog be part of another portlet?

If it has to be it's own portlet, I would suggest looking at creating a custom skin. The skin would wrap the portlet in dialog box using whatever your preferred JS library is. Then you should be able to invoke the dialog's "show" method to display the portlet in the dialog box.

Here is the basic documentation from IBM on creating a custom skin