admin
-
2/7/2005 3:07:34 PM
Re: BUG: CMSRepeater calls wrong base method
Hi Wiebe,
This is not directly supported in the CMSRepeater. However, it's possible to do that.
You need to write your own query in the Development module -> Document Template -> Queries and use it in the QueryRepeater control.
When writing the query, you can use the SelectByPath query of the appropriate document template and modify it so that it returns only TOP 5 records.
Thank you.
|