kentico_borisp
-
8/4/2011 5:27:59 AM
RE:Common Repeater
Hello,
The usual approach is to select a repeater and select all the mentioned document types to be displayed. If you need a different transformation per document type you can check the ProductDataList web part which is configured on our sample site in the Products section. There are the transformations defined the following way:
{%classname%}.default
So every document has it's own transformation with the name default. The ordering of the items can be achieved by a simple Order By expression:
<column name> <ordering>
Where for the <column name> usually is used DocumentModifiedWhen or DocumentCreatedWhen and for <ordering> ASC or DESC.
Best regards, Boris Pocatko
|