Ektron CMS400.Net Reference
The search display custom function creates the area where all the search results are shown after the search has been executed.
Here is the format of the ecmSearchDisplay function:
<%= ecmSearchDisplay(int maxNumber, String styleInfo, boolean ShowDate, boolean showSummary) %> |
This function is basically the same as the Search Display function in ASP. See Search Display Function for details.
The only difference between the JSP function and the ASP one is the syntax for implementing it. The JSP example is below.
<tr>
<td>
<%= ecmSearchDisplay(0,"",true,true) %>
</td>
</tr>