Calendar Function

The ecmCalendar function displays a calendar that has been created in Ektron CMS400.NET. Here is the format for the event calendar custom function.

<%= ecmCalendar (int calendarID, String “displayType”) %>

Note: While you can display a month view calendar with ecmCalendar, you can also use ecmEvtCalendar to display a month view calendar. For more Information, see Event Calendar Function

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

The only difference between the JSP function and the ASP one is the syntax for implementing it.

Calendar Sample

Here is an example of the Calendar function in an Ektron CMS400.NET template.

<tr>

<td>

<%= ecmEvtCalendar(24, “MonthUpWithEvent”) %>

</td>

</tr>

Previous TopicNext Topic|