Ektron CMS400.Net Reference
The ecmEvtCalendar function is used to display an event calendar that has been created in the Ektron CMS400.NET Workarea.
<%= ecmEvtCalendar(int calendar id) %> |
This function is basically the same as the Event Calendar function in ASP. See Event Calendar 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 event Calendar in an Ektron CMS400.NET template.
<tr> <td> <%= ecmEvtCalendar(24) %> </td> </tr> |