/** * Project : Mono * Namespace : System.Web.UI.MobileControls.Adapters * Class : HtmlCalendarAdapter * Author : Gaurav Vaish * * Copyright : 2003 with Gaurav Vaish, and with * Ximian Inc */ using System.IO; using System.Web.UI; using System.Web.Mobile; using System.Web.UI.MobileControls; namespace System.Web.UI.MobileControls.Adapters { public class HtmlCalendarAdapter : HtmlControlAdapter { private const int bgColDistThresh = 1000; private const int bgColInsert = 4; private const string selDateAttr = "background-color:Silver;"; private const string selDateCellTag = " // and foreach selectedDates => // " etc throw new NotImplementedException(); } if(Control.BreakAfter) { writer.WriteBreak(); } writer.ExitStyle(new Style()); } [MonoTODO("Helper_For_Render")] private int GetNextSelectedDate(string webCalHtml, int start) { throw new NotImplementedException(); } } }