ChangeLog 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. 2002-05-10 Duncan Mak <[email protected]>
  2. * HtmlTableCellCollection.cs (this): Updated the indexer to return
  3. the right type, HtmlTableCell instead of HtmlTableRow.
  4. * HtmlInputImage.cs (OnServerClick): Commented out parts that
  5. won't compile.
  6. * HtmlForm.cs (RenderAttributes):
  7. (RenderChildren): Commented out code that doesn't compile.
  8. 2002-05-07 Duncan Mak <[email protected]>
  9. * HtmlSelect.cs (TrackViewState): Added 'new' keyword to avoid
  10. clashing with the method defined in the parent class.
  11. (OnDataBinding): Added missing casts.
  12. * HtmlForm.cs (Render): Fixed call too SetAttribute, need to cast
  13. 'this' to IAttributeAccessor before calling interface method.
  14. Also renamed some calls to reflect changes in the API.
  15. * HtmlControl.cs (WriteOnClickAttribute): Made it not static and
  16. fixed a typo.
  17. 2001-09-03 Leen Toelen <[email protected]>
  18. * HtmlAnchor.cs: Initial implementation.
  19. * HtmlTextArea.cs: Initial implementation.
  20. 2001-08-22 Bob Smith <[email protected]>
  21. * HtmlContainerControl.cs: Initial implementation.
  22. * HtmlControl.cs: Initial implementation.
  23. * HtmlGenericControl.cs: Initial implementation.