Page 1 of 1

Is it possible to open a popup only with content part ?

Posted: Sun 27. May 2007, 18:47
by skeut
Hello

I would like make a link wich open a popup only with content from a content part (without header, left, right, footer, etc...).

Is that possible ? I didn't find everything.

Thx for your answer.

skeut

Posted: Sun 27. May 2007, 19:26
by MadDoctor
you could use a different template/layout for that single page. if you are using tables you would simply create a layout with just the "main" component and add {CONTENT} in the main field of the template. if you are using a div layout (completely structured by the code in your "main" template field) simply create a new div layout without the header/footer/left/right sections.

This is definitely a possible solution, maybe someone has a more efficient one.

-- Dima

Posted: Sun 27. May 2007, 21:29
by skeut
Hi MadDoctor

thx for your answer; this solution is OK for me.

skeut