3214 Posts in 848 Topics by 810 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 283 Views |
-
How do i create an if-statement with children

8 December 2012 at 3:09am
Hoi,
I want to make an news page looking like an newspaper with the first paragraphs of the child pages.
But I don't know how to get the child pages into the boxes, I need to give them a number so I decide in which box they
comeI put a screen with this question to let you see what I mean, and of course the code I justed.
Please can someone help me?
Gr. Suzanne
-
Re: How do i create an if-statement with children

8 December 2012 at 4:33pm
You cannot do <% if Children.isEen() %>.
Most of the time your boxes and pages will be in order so you could simply just do a <% loop Children %><div class="box">$Content.FirstParagraph</div><% end_if %> then float your boxes left. Your friends are $Pos, $MultipleOf and $Modulus which allow you to add classes or behaviour - http://doc.silverstripe.org/framework/en/reference/templates#looping-over-lists
-
Re: How do i create an if-statement with children

13 December 2012 at 2:55am
Thanks Willr, $Modulus works for me
| 283 Views | ||
|
Page:
1
|
Go to Top |


