2003-08-13 Gaurav Vaish <gvaish_mono AT lycos.com>
[mono.git] / mcs / class / System.Web.Mobile / System.Web.UI.MobileControls.Adapters / ChangeLog
1
2 2003-08-13      Gaurav Vaish <gvaish_mono AT lycos.com>
3
4         * ControlAdapter.cs     : Style { get; }           - Implemented.
5         * HtmlControlAdapter.cs : Towards finishing.
6         * HtmlPageAdapter.cs    : PersistCookielessData    - Mocked.
7         * HtmlMobileTextWriter.cs
8                                 : EnterStyle(Style)        - Mocked.
9
10 2003-08-07      Gaurav Vaish <gvaish_mono AT lycos.com>
11
12         * ControlAdapter.cs     : Mark Render(...) virtual.
13         * HtmlControlAdapter.cs : AddAttributes(...),
14                                   ExitSecondaryUIMode(),
15                                   LoadAdapterState(),
16                                   Render(...)               - Implemented.
17
18 2003-06-17      Gaurav Vaish <gvaish_mono AT lycos.com>
19
20         * HtmlControlAdapter.cs : A little more implementation.
21         * HtmlMobileTextWriter.cs,
22         * MultiPartWriter.cs,
23         * MobileTextWriter.cs   : Dummy implementation.
24         * MobileControl.cs      : Now implements IAttributeAccessor.
25                                   -- Commented out.
26
27 2003-05-21      Gaurav Vaish <gvaish_mono AT lycos.com>
28
29         * HtmlControlAdapter.cs : Partial implementation.
30         * HtmlFormAdapter.cs    : Initial implementation.
31         * HtmlPageAdapter.cs    : Initial implementation.
32
33 2003-04-29      Gaurav Vaish <gvaish_mono AT lycos.com>
34
35         * ControlAdapter.cs     : Some more methods.
36
37 2003-04-08      Gaurav Vaish <gvaish_mono AT lycos.com>
38
39         * ControlAdapter.cs     : Initial implementation.
40         * HtmlControlAdapter.cs : Corrected the namesapce.
41
42 2003-04-08      Gaurav Vaish <gvaish_mono AT lycos.com>
43
44         * HtmlControlAdapter.cs     : Initial implementation.