Search Display Function

The search display custom tag created the area where all the search results show after the search has been executed.

Shown here is the format of the ecmSearchDisplay tag:

<CFMODULE template="#request.ecm.AppPath#ecmSearchDisplay.cfm"

MaxNumber=""

StyleInfo=""

ShowDate=""

>

This function is basically the same as the Search Display function in ASP. See Search Display 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.

Search Display Example

<tr>

<td>

<CFMODULE template="#request.ecm.AppPath#ecmSearchDisplay.cfm"

MaxNumber="0" StyleInfo="" ShowDate="1">

</td>

</tr>

Previous TopicNext Topic|