Posted on 30/06/2008 12:41:24
Hi
That we are getting the same properties on the objects in both the list as in the item is a great thing. I have been missing that for years :)
But I still have a little problem. If Im having some specialized templates for showing a news items, this will not be showed when i copy the markup to the list-template, as the list do not have any knowledge of how to show the item. The layout of a newitem is selected on the news, and i can have different templates for my news items.
So what i was thinking is that it would be nice to have the posibility to set on the paragraph, that the paragraph should show the first item in the list, if one is selected.
if(showFirst && NoneSelected){
renderFirstInList();
}
else{
renderList();
}
Nice easy and very simple :)
/Kenneth