Page 1 of 1
grouping contentparts together
Posted: Mon 15. May 2006, 23:15
by habi
It would be nice - and I missed it often - that contentparts can be grouped together and then moved as a hole up and down.
if a group could be associated with a css div or a surrounded html code (at beginning and at the end) that would be great.
Re: grouping contentparts together
Posted: Tue 16. May 2006, 01:11
by pepe
habi wrote:...
if a group could be associated with a css div or a surrounded html code (at beginning and at the end) that would be great.
It's possible.... since the very beginning of phpWCMS
Take a contentpart
HTML before and one behind your "group", and put in your html or css code...
CP HTML with: <div style="background:#EEEEEE; padding:10px;">
CP 1
CP 2
CP 3
.
.
.
CP HTML with: </div>
Posted: Tue 16. May 2006, 15:27
by habi
thats the way I have done it until today.
but would it be nice to treat all the cp's between the html code as one unit. and if I would move it up or down, the hole block is moving with one click. the same with visible on / off. the group would treated as one cp.