|
The new portlet control events.ascx, consists of two
OfficeClip predefined controls. This shows the ease with which
OfficeClip controls can be used to creare new portlets.
File: c:\program files\officeclip\officeclip\custom\ODT\Walkthru4\events.ascx
---------------------------------------------------------------------------------------------------
<%@ Control Language="c#" Debug="true" Inherits="OfficeClip.OfficePortal.HomePage.OcWebPartBase" ClassName="quickAddEventPortlet" EnableViewState="False"%>
<%@ Register TagPrefix="OCTag" tagname="monthCalendar" src="~/calendar/monthCalendar.ascx" %>
<table width="100%" cellspacing="0" cellpadding="0" border="1" bordercolor="#ffffff" ID="Table3">
<tr>
<td>
<OCTag:monthCalendar id="monthCal" runat="server"/>
</td>
</tr>
</table>
-------------------------------------------------------------------------------------------------
|