From 62aeab6dc17ed33644f8da189b788c2339648f4e Mon Sep 17 00:00:00 2001 From: Gonzalo Paniagua Javier Date: Wed, 5 Jun 2002 15:58:32 +0000 Subject: 2002-06-05 Gonzalo Paniagua Javier * System.Web.UI/AttributeCollection.cs: don't need a Hastable. StateBag now works fine and takes care of the details. * System.Web.UI/Control.cs: added HasChildren property. * System.Web.UI/StateBag.cs: fixed a couple of nasty bugs. * System.Web.UI.HtmlControls/HtmlButton.cs: RenderAttributes is an override, not new. * System.Web.UI.HtmlControls/HtmlContainerControl.cs: use the new Render method in HtmlControl. * System.Web.UI.HtmlControls/HtmlControl.cs: added Render method to render the tag and its attributes. Works for container and non-containers. * System.Web.UI.HtmlControls/HtmlImage.cs: RenderAttributes don't need to be new. Implemented Height property. svn path=/trunk/mcs/; revision=5130 --- mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog') diff --git a/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog b/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog index 465d0492174..d5a0b7868df 100644 --- a/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog +++ b/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog @@ -1,3 +1,15 @@ +2002-06-05 Gonzalo Paniagua Javier + + * HtmlButton.cs: RenderAttributes is an override, not new. + + * HtmlContainerControl.cs: use the new Render method in HtmlControl. + + * HtmlControl.cs: added Render method to render the tag and its + attributes. Works for container and non-containers. + + * HtmlImage.cs: RenderAttributes don't need to be new. Implemented + Height property. + 2002-06-05 Gonzalo Paniagua Javier * HtmlContainerControl.cs: some formatting and use HttpUtility.Encode -- cgit v1.2.3