Hello !
In a portal, like this, I want to, on click on a dataView contained in one portlet, show another portlet. It is possible to do ?
Thank you,
Inès
Hello !
In a portal, like this, I want to, on click on a dataView contained in one portlet, show another portlet. It is possible to do ?
Thank you,
Inès
Here's a simple example of how to dynamically add a new portlet to the second column of the portalpanel widget in the sample portal. If using Firefox/Firebug (or Chrome), open the sample portal page, open the script console and execute this:
Code:Ext.ComponentQuery.query('portalpanel #col-2')[0].add({ title: 'Dynamically Added Portlet', height: 200, html: 'This is panel content' })