Foren

RE: Nested portlet

Juan Luis Iriarte, geändert vor 12 Jahren.

Nested portlet

New Member Beiträge: 7 Beitrittsdatum: 25.07.11 Neueste Beiträge
Hi.
Can I place a portlet inside a web content as shown in the picture below?
The text of Web content should flow around the portlet.
This portlet must contain a submenu.


I've tried the following code but I haven´t get the expected results

<div class="portlet-layout">
<!-- CONTAINER -->
<div class="portlet-column class" id="column-1">
<!-- FLOATING PORTLET -->
<div class="portlet-column class" id="column-2">
$processor.processColumn("column-2", "portlet-column-content")
</div>
$processor.processColumn("column-1", "portlet-column-content")
</div>
</div>


Thank you for your help.
Juan Luis Iriarte, geändert vor 12 Jahren.

RE: Nested portlet

New Member Beiträge: 7 Beitrittsdatum: 25.07.11 Neueste Beiträge
Juan Luis Iriarte:
Hi.
Can I place a portlet inside a web content as shown in the picture below?
The text of Web content should flow around the portlet.
This portlet must contain a submenu.


I've tried the following code but I haven´t get the expected results

<div class="portlet-layout">
<!-- CONTAINER -->
<div class="portlet-column class" id="column-1">
<!-- FLOATING PORTLET -->
<div class="portlet-column class" id="column-2">
$processor.processColumn("column-2", "portlet-column-content")
</div>
$processor.processColumn("column-1", "portlet-column-content")
</div>
</div>


Thank you for your help.

I forgot to mention that this structure is part of a layout.
thumbnail
Philippe CHEIPE, geändert vor 12 Jahren.

RE: Nested portlet

Junior Member Beiträge: 61 Beitrittsdatum: 12.08.10 Neueste Beiträge
I have never tried, but have you tried to use the html code provided in the "sharing" tab of the portlet ?

Perhaps not the best solution, but it should work.
thumbnail
Andreas Stangl, geändert vor 12 Jahren.

RE: Nested portlet

New Member Beiträge: 23 Beitrittsdatum: 28.12.09 Neueste Beiträge
Take a look at this blog entry
Juan Luis Iriarte, geändert vor 12 Jahren.

RE: Nested portlet

New Member Beiträge: 7 Beitrittsdatum: 25.07.11 Neueste Beiträge
thanks, I see the light...