Single Summary Function

The single summary tag is used to display the summary of one content block in the Ektron CMS400.NET Web site, instead of a list of all the summaries in a content folder. Seen below is the single summary tag:

<cfmodule template="#request.ecm.AppPath#ecmSingleSummary.cfm"

ContentID=""

ShowSummary="1"

StyleInfo=""

ShowInfo=""

>

This function is basically the same as the Single Summary function in ASP. See Single Summary Function for details.

The only difference between the Coldfusion function and the ASP one is the syntax for implementing it. The ColdFusion example is below.

Single Summary Example

<TR>

<TD>

<cfmodule template="#request.ecm.AppPath#ecmSingleSummary.cfm"

ContentID="14" ShowSummary="1" StyleInfo=""

ShowInfo="DateModified">

</TD>

</TR>

Previous TopicNext Topic|