Ektron CMS400.Net Reference
The collection function is used to display the list of links that were created as a collection in the Ektron CMS400.NET Workarea. The ecmCollection function is highly customizable, allowing you to easily define how the collection data will be displayed on the Web page.
Shown here is the format of the ecmCollection function.
<%= ecmCollection(int id, String “displayFunction”) %> |
This function is basically the same as the Collection function in ASP. See Collection Function for details.
The only difference between the JSP function and the ASP one is the syntax for implementing it.
Here is an example of the Collection function in an Ektron CMS400.NET template.
<tr> <td> <%= ecmCollection(24, “ecmTeaser”) %> </td> </tr> |