* Page.cs: fixed: Title property works properly
[mono.git] / mcs / class / System.Web / System.Web.UI.HtmlControls / ChangeLog
1 2006-09-18  Igor Zelmanovich  <igorz@mainsoft.com>\r
2 \r
3         * HtmlHead.cs: \r
4         HtmlTitle control is created if it was not declared in .aspx    \r
5 \r
6 2006-09-17  Igor Zelmanovich  <igorz@mainsoft.com>\r
7 \r
8         * HtmlButton.cs: \r
9         make rendering of the onclick attribute to consider ValidationGroup property    \r
10 \r
11 2006-09-17  Igor Zelmanovich  <igorz@mainsoft.com>\r
12 \r
13         * HtmlInputImage.cs: \r
14         make rendering of the onclick attribute to consider ValidationGroup property    \r
15 \r
16 2006-09-17  Igor Zelmanovich  <igorz@mainsoft.com>\r
17 \r
18         * HtmlInputButton.cs: \r
19         make rendering of the onclick attribute to consider ValidationGroup property    \r
20 \r
21 2006-09-17  Igor Zelmanovich  <igorz@mainsoft.com>\r
22 \r
23         * HtmlAnchor.cs: \r
24         implemented CausesValidation and ValidationGroup properties     \r
25 \r
26 2006-09-10  Vladimir Krasnov  <vladimirk@mainsoft.com>\r
27 \r
28         * HtmlInputFile.cs: fixed Value property\r
29 \r
30 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
31 \r
32         * HtmlTextArea.cs: encode the value in 1.x too. Patch by Dean Brettle.\r
33 \r
34 2006-08-08  Vladimir Krasnov  <vladimirk@mainsoft.com>\r
35 \r
36         * HtmlTable.cs:\r
37         * HtmlTableRow.cs: fixed ParseChildren attribute to be compliant\r
38         to .net\r
39 \r
40 2006-07-12 Andrew Skiba <andrews@mainsoft.com>\r
41 \r
42         * HtmlInputControl.cs: remove obsolete #if NET_2_0\r
43 \r
44 2006-06-06 Juraj Skripsky <js@hotfeet.ch>\r
45 \r
46         * HtmlForm.cs (RenderAttributes): Sync with changes to HttpRequest.\r
47         Fixes bug #78591.\r
48 \r
49 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
50 \r
51         * HtmlTextArea.cs: Value is HtmlEncoded/Decoded in 2.0. Fixes\r
52         bug #78074.\r
53 \r
54 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
55 \r
56         * HtmlInputRadioButton.cs: Value returns the ID only when there's no\r
57         "value" set. Fixes bug #78101.\r
58 \r
59 2006-03-19  Vladimir Krasnov  <vladimirk@mainsoft.com>\r
60 \r
61         * HtmlAnchor.cs: fixed RenderAttributes, if target attribute is empty \r
62         it shouldn't be rendered\r
63         * HtmlForm.cs: fixed Method, default method "post" should be added if \r
64         its value null or empty string\r
65         * HtmlInputImage.cs: fixed SetAtt, it removes attributes if it has null \r
66         value, the fix is to remove attributes with empty string value too\r
67 \r
68 2006-02-23  Chris Toshok  <toshok@ximian.com>\r
69 \r
70         * HtmlButton.cs: fix corcompare output.\r
71 \r
72         * HtmlInputButton.cs: same.\r
73 \r
74         * HtmlInputImage.cs: same.\r
75 \r
76         * HtmlInputReset.cs: same.\r
77 \r
78 2006-01-22  Chris Toshok  <toshok@ximian.com>\r
79 \r
80         * HtmlInputButton.cs:\r
81         s/GetPostBackClientEvent/GetPostBackEventReference.\r
82 \r
83 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
84 \r
85         * HtmlTableRow.cs: Cells is virtual in latest 1.1.\r
86 \r
87 2005-11-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
88 \r
89         * HtmlTableRow.cs: fixed the same problem in bug #76815 but this time\r
90         for cells.\r
91         * HtmlTable.cs: moved WriteLine around.\r
92 \r
93 2005-11-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
94 \r
95         * HtmlForm.cs: more class-status fixes.\r
96 \r
97 2005-11-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
98 \r
99         * HtmlTextArea.cs: 'Name' is the UniqueID. Fixes bug #76802.\r
100 \r
101 2005-11-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
102 \r
103         * HtmlTable.cs: use the base class RenderChildren, as '_rows'\r
104         might not be the actual collection being used. Fixes bug #76815.\r
105 \r
106 2005-11-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
107 \r
108         * HtmlInputFile.cs: if no one else set the encoding type for the\r
109         containing form and there's a HtmlInputFile, set Enctype to\r
110         'multipart/form-data'. Fixes bug #76837.\r
111 \r
112 2005-11-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
113 \r
114         * HtmlInputButton.cs: render the onclick attribute only when the\r
115         button is a 'submit' and no validators or when the button is a\r
116         'button' and there's a registered ServerClick event. Fixes bug #76781.\r
117 \r
118 2005-09-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
119 \r
120         * HtmlForm.cs: register the form and require viewstate hidden field to\r
121         be rendered in Render() even if OnInit is not called.\r
122 \r
123 2005-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
124 \r
125         * HtmlHead.cs: fix the 2.0 build.\r
126 \r
127 2005-09-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
128 \r
129         * HtmlForm.cs: when transfering from one page to another and using\r
130         cookieless session, we were doing pretty bad. Now, if the current path\r
131         and the original are the same, we just use the filename. Otherwise\r
132         we make the action location be relative to the original URL.\r
133 \r
134 2005-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
135 \r
136         * HtmlInputButton.cs: render the onclick for doing a postback even when\r
137         there are no validators.\r
138 \r
139 2005-09-19  Sebastien Pouliot  <sebastien@ximian.com> \r
140 \r
141         * HtmlInputPassword.cs: Removed ctor(string) as it's not in 2.0 RC.\r
142         \r
143 2005-09-19  Sebastien Pouliot  <sebastien@ximian.com>\r
144 \r
145         * HtmlAnchor.cs: Added [SupportsEventValidation] on class and \r
146         [UrlProperty] on HRef property for 2.0.\r
147         * HtmlButton.cs: Added [SupportsEventValidation] for 2.0.\r
148         * HtmlHead.cs: Remove IPageHeader interface.\r
149         * HtmlImage.cs: Added [UrlProperty] on Src property for 2.0.\r
150         * HtmlInputButton.cs: Added [SupportsEventValidation] for 2.0.\r
151         * HtmlInputCheckBox.cs: Added [SupportsEventValidation] for 2.0.\r
152         * HtmlInputHidden.cs: Added [SupportsEventValidation] for 2.0.\r
153         * HtmlInputImage.cs: Added [SupportsEventValidation] on class and \r
154         [UrlProperty] on Src property for 2.0.\r
155         * HtmlInputPassword.cs: Added [SupportsEventValidation].\r
156         * HtmlInputRadioButton.cs: Added [SupportsEventValidation] for 2.0.\r
157         * HtmlInputReset.cs: Added [SupportsEventValidation].\r
158         * HtmlInputSubmit.cs: Added [SupportsEventValidation].\r
159         * HtmlInputText.cs: Added [SupportsEventValidation] on class and \r
160         re-enabled RenderAttribute for 2.0.\r
161         * HtmlLink.cs: Added [UrlProperty] on HRef property for 2.0.\r
162         * HtmlSelect.cs: Added [SupportsEventValidation] for 2.0.\r
163         * HtmlTextArea.cs: Added [SupportsEventValidation] for 2.0.\r
164 \r
165 2005-09-18  Chris Toshok  <toshok@ximian.com>\r
166 \r
167         * HtmlButton.cs (RenderAttribute): make sure to use WriteAttribute\r
168         instead of AddAttribute when dealing with "onclick."\r
169 \r
170 2005-09-14  Sebastien Pouliot  <sebastien@ximian.com>\r
171 \r
172         * HtmlHead.cs: Fixed parameter orders for CreateStyleRule.\r
173 \r
174 2005-09-11  Chris Toshok  <toshok@ximian.com>\r
175 \r
176         * HtmlInputFile.cs (set_Value): add a message to the\r
177         NotSupportedException.\r
178 \r
179         * HtmlInputControl.cs (RenderAttributes): add Page != null to the\r
180         checks before we register our control with the\r
181         __enabledControlArray JS array.\r
182 \r
183 2005-09-09  Chris Toshok  <toshok@ximian.com>\r
184 \r
185         * HtmlInputButton.cs (CausesValidation): this is stored in\r
186         Attributes, not ViewState.\r
187         (ValidationGroup): same.\r
188         (RenderAttributes): remove CausesValidation from the list of\r
189         Attributes before calling base.RenderAttributes.  Don't, however,\r
190         remove ValidationGroup, to replicate an MS bug.\r
191 \r
192 2005-09-07  Chris Toshok  <toshok@ximian.com>\r
193 \r
194         * HtmlForm.cs (DefaultFocus): not stored in Attributes either.\r
195         (Name): not sure about this property.. the getter apparently just\r
196         returns UniqueID, and the setter does nothing that I can figure\r
197         out.\r
198         (RenderAttributes): don't bother to remove "name", since it's not\r
199         in the attributes anyway.\r
200 \r
201 2005-09-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
202 \r
203         * HtmlInputControl.cs: use the Name property instead of the ClientID.\r
204         The 'name' attribute rendered contains colons if inside a\r
205         NamingContainer.\r
206 \r
207 2005-09-07  Chris Toshok  <toshok@ximian.com>\r
208 \r
209         * HtmlInputCheckBox.cs (Checked): uncomment the\r
210         MinimizableAttributeTypeConverter attribute.\r
211 \r
212         * HtmlControl.cs (Disabled): uncomment the\r
213         MinimizableAttributeTypeConverter attribute.\r
214 \r
215         * HtmlForm.cs (SubmitDisabledControls): remove the MonoTODO.\r
216 \r
217         * HtmlTableCell.cs (NoWrap): uncomment the\r
218         MinimizableAttributeTypeConverter attribute.\r
219 \r
220         * HtmlLink.cs (Href): remove the MonoTODO.\r
221 \r
222         * HtmlMeta.cs (Name): remove the MonoTODO.\r
223         (Scheme): same.\r
224         (Render): add (pretty bogus, really..) implementation.  not sure\r
225         why we need this one.\r
226 \r
227 2005-09-06  Chris Toshok  <toshok@ximian.com>\r
228 \r
229         * HtmlInputControl.cs (RenderAttributes): Check Page.Form for\r
230         null.\r
231 \r
232 2005-09-06  Chris Toshok  <toshok@ximian.com>\r
233 \r
234         * HtmlInputControl.cs (RenderAttributes): use ClientID instead of\r
235         ID.\r
236 \r
237 2005-09-06  Chris Toshok  <toshok@ximian.com>\r
238 \r
239         * HtmlHead.cs (AddParsedSubObject): nuke, not in corcompare.\r
240         (AddedControl): move the HtmlTitle logic here.\r
241         (RemovedControl): clear out the title if that was the control that\r
242         was removed.\r
243 \r
244         * HtmlLink.cs: new implementation.\r
245 \r
246         * HtmlMeta.cs: new implementation.\r
247 \r
248 2005-09-06  Chris Toshok  <toshok@ximian.com>\r
249 \r
250         * HtmlInputControl.cs (RenderAttributes): add ourselves to the\r
251         __enabledControlArray JS array if we're currently enabled and the\r
252         form is set to SubmitDisabledControls.\r
253 \r
254         * HtmlForm.cs (OnInit): call Page.RegisterForm here.\r
255         (DetermineRenderUplevel): split this out of OnPreRender and make\r
256         it internal so HtmlInputControl can call it.\r
257         (OnPreRender): add handling for SubmitDisabledControls.\r
258 \r
259 2005-09-05  Chris Toshok  <toshok@ximian.com>\r
260 \r
261         * HtmlForm.cs (DefaultButton): this isn't stored as an Attribute,\r
262         or in the ViewState.  where then?\r
263         (DefaultFocus): this one is stored in the ViewState, not as an\r
264         Attribute.\r
265         (SubmitDisabledControls): implement just as a boolean flag, not in\r
266         the viewstate or attributes.\r
267         (RenderAttributes): defaultfocus and defaultbutton are no longer\r
268         in Attributes.\r
269 \r
270 2005-09-04  Chris Toshok  <toshok@ximian.com>\r
271 \r
272         * HtmlInputButton: Fix the 2.0/1.0 postback stuff the right way.\r
273         \r
274         * HtmlInputCheckBox: Fix the 2.0/1.0 postback stuff the right way.\r
275         \r
276         * HtmlInputFile.cs: Fix the 2.0/1.0 postback stuff the right way.\r
277 \r
278         * HtmlInputHidden.cs: Fix the 2.0/1.0 postback stuff the right\r
279         way, and in OnPreRender, call Page.RegisterRequiresPostback.\r
280 \r
281         * HtmlInputImage.cs: Fix the 2.0/1.0 postback stuff the right way,\r
282         and in OnPreRender, call Page.RegisterRequiresPostback.\r
283 \r
284         * HtmlInputRadioButton.cs (OnPreRender): call\r
285         Page.RegisterRequiresPostback.\r
286         \r
287         * HtmlInputText.cs: Fix the 2.0/1.0 postback stuff the right way.\r
288         Also, in OnPreRender, call Page.RegisterRequiresPostback.\r
289 \r
290         * HtmlTextArea.cs (OnPreRender): call\r
291         Page.RegisterRequiresPostback.\r
292 \r
293 2005-09-02  Chris Toshok  <toshok@ximian.com>\r
294 \r
295         * HtmlSelect.cs: implement 2.0 DataSourceID data binding.\r
296 \r
297 2005-09-02  Chris Toshok  <toshok@ximian.com>\r
298 \r
299         * HtmlInputReset.cs (ValidationGroup): remove the MonoTODO.\r
300 \r
301         * htmlinputimage.cs: implement the 2.0 versions of loadpostdata,\r
302         raisepostdatachangedevent, and raisepostbackevent.\r
303         (validationgroup): implement.\r
304 \r
305         * htmlinputcheckbox.cs: implement the 2.0 versions of loadpostdata\r
306         and raisepostdatachangedevent.\r
307 \r
308         * HtmlInputHidden.cs: implement the 2.0 versions of LoadPostData\r
309         and RaisePostDataChangedEvent.\r
310 \r
311         * HtmlInputButton.cs (RaisePostBackEventInternal): split out the\r
312         body of both RaisePostBackEvent impl's here, and fix it up so we\r
313         use the property Page.Validate call in 2.0.\r
314         (RaisePostBackEvent): call RaisePostBackEventInternal.\r
315         (IPostBackEventHandler.RaisePostBackEvent): same.\r
316 \r
317         * HtmlImage.cs (Align): the test case shows that we don't need to\r
318         validate input.\r
319 \r
320 2005-09-01  Sebastien Pouliot  <sebastien@ximian.com>\r
321 \r
322         * HtmlTableCell.cs, HtmlTableRowCollection.cs, HtmlInputFile.cs,\r
323         HtmlHead.cs, HtmlInputReset.cs, HtmlForm.cs, HtmlInputText.cs,\r
324         HtmlHeadBuilder.cs, HtmlInputRadioButton.cs, HtmlAnchor.cs,\r
325         HtmlButton.cs, HtmlTextArea.cs, HtmlGenericControl.cs, \r
326         HtmlTableRow.cs, HtmlSelect.cs, HtmlControl.cs, HtmlImage.cs,\r
327         HtmlSelectBuilder.cs, HtmlTable.cs, HtmlInputButton.cs,\r
328         HtmlInputImage.cs, HtmlTableCellCollection.cs, HtmlInputCheckBox.cs,\r
329         HtmlInputHidden.cs, HtmlTitle.cs, HtmlInputPassword.cs, \r
330         HtmlContainerControl.cs, HtmlInputSubmit.cs: Add missing security\r
331         attributes AspNetHostingPermission for Minimal level on all classes\r
332         (LinkDemand) and for non-sealed classes (InheritanceDemand).\r
333 \r
334 2005-08-29  Chris Toshok  <toshok@ximian.com>\r
335 \r
336         * System.Web.UI.HtmlControls/HtmlTableCell.cs,\r
337         System.Web.UI.HtmlControls/HtmlInputFile.cs,\r
338         System.Web.UI.HtmlControls/HtmlForm.cs,\r
339         System.Web.UI.HtmlControls/HtmlInputText.cs,\r
340         System.Web.UI.HtmlControls/HtmlInputRadioButton.cs,\r
341         System.Web.UI.HtmlControls/HtmlAnchor.cs,\r
342         System.Web.UI.HtmlControls/HtmlButton.cs,\r
343         System.Web.UI.HtmlControls/HtmlTextArea.cs,\r
344         System.Web.UI.HtmlControls/HtmlGenericControl.cs,\r
345         System.Web.UI.HtmlControls/HtmlSelect.cs,\r
346         System.Web.UI.HtmlControls/HtmlTableRow.cs,\r
347         System.Web.UI.HtmlControls/HtmlControl.cs,\r
348         System.Web.UI.HtmlControls/HtmlImage.cs,\r
349         System.Web.UI.HtmlControls/HtmlTable.cs,\r
350         System.Web.UI.HtmlControls/HtmlInputButton.cs,\r
351         System.Web.UI.HtmlControls/HtmlInputControl.cs,\r
352         System.Web.UI.HtmlControls/HtmlInputImage.cs,\r
353         System.Web.UI.HtmlControls/HtmlInputCheckBox.cs,\r
354         System.Web.UI.HtmlControls/HtmlInputHidden.cs,\r
355         System.Web.UI/Control.cs: Add WebSysDescription/WebCategory\r
356         attributes.\r
357 \r
358 2005-08-29  Chris Toshok  <toshok@ximian.com>\r
359 \r
360         * HtmlInputSubmit.cs: new implementation.\r
361         \r
362         * HtmlInputReset.cs (ValidationGroup): implement\r
363 \r
364         * HtmlInputButton.cs (ValidationGroup): implement.\r
365 \r
366 2005-08-29  Chris Toshok  <toshok@ximian.com>\r
367 \r
368         * HtmlButton.cs: Fix some 2.0 Page/ClientScript obsolete warnings.\r
369 \r
370         * HtmlForm.cs: same.\r
371 \r
372 2005-08-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
373 \r
374         * HtmlAnchor.cs: no need for the resolvedHRef field, as it might be set\r
375         but not used.  Call ResolveUrl when rendering the attributes instead.\r
376 \r
377 2005-08-28  Chris Toshok  <toshok@ximian.com>\r
378 \r
379         * HtmlHeadBuilder.cs: this is public.\r
380 \r
381         * HtmlSelectBuilder.cs: in 2.0 this is public.\r
382 \r
383         * HtmlInputButton.cs: fix boilerplate.\r
384 \r
385         * HtmlInputImage.cs (RaisePostBackEvent): add missing argument.\r
386         (IPostBackEventHandler.RaisePostBackEvent): in 2.0, call\r
387         Page.Validation(ValidationGroup).\r
388 \r
389 2005-08-28  Chris Toshok  <toshok@ximian.com>\r
390 \r
391         * HtmlInputReset.cs: mostly complete implementation.\r
392 \r
393 2005-08-28  Chris Toshok  <toshok@ximian.com>\r
394 \r
395         * HtmlInputPassword.cs: doh, make this NET_2_0 only.\r
396 \r
397 2005-08-28  Chris Toshok  <toshok@ximian.com>\r
398 \r
399         * HtmlInputPassword.cs: implement.\r
400 \r
401 2005-08-28  Chris Toshok  <toshok@ximian.com>\r
402 \r
403         * HtmlImage.cs: corcompare fixes.\r
404 \r
405         * HtmlInputCheckBox.cs: same.\r
406 \r
407 2005-08-27  Chris Toshok  <toshok@ximian.com>\r
408 \r
409         * HtmlControl.cs (GetAttribute, SetAttribute): implement.\r
410 \r
411 2005-08-27  Chris Toshok  <toshok@ximian.com>\r
412 \r
413         * HtmlForm.cs (DefaultButton, DefaultFocus): implement properties.\r
414         (OnPreRender): figure out (hackishly) if we're uplevel rendering.\r
415         If we have a default button/focus control set, register webform.js\r
416         as a client script block, and emit some JS to focus the control.\r
417         (RenderAttributes): verify that the DefaultButton attribute points\r
418         to a valid IButtonControl implementing control.  Also remove the\r
419         defaultfocus/defaultbutton attributes before calling\r
420         base.RenderAttributes.\r
421 \r
422 2005-08-27  Kornél Pál  <kornelpal@hotmail.com>\r
423 \r
424         * HtmlTableCell.cs: Fixed to use Consts.\r
425 \r
426 2005-08-26  Chris Toshok  <toshok@ximian.com>\r
427 \r
428         * HtmlButton.cs (ValidationGroup): implement.\r
429         (RaisePostBackEvent): gross #ifdef-iry to make sure we only have\r
430         one body of the actual RaisePostBackEvent code.  Also, call\r
431         Page.Validate(ValidationGroup) in the 2.0 case.\r
432 \r
433 2005-08-25  Miguel de Icaza  <miguel@novell.com>\r
434 \r
435         * HtmlHead.cs: Implement constructor, pass the tag.\r
436 \r
437 2005-08-25  Sebastien Pouliot  <sebastien@ximian.com>\r
438 \r
439         * HtmlHead.cs: Fixed base class (to HtmlGenericControl).\r
440 \r
441 2005-08-25  Chris Toshok  <toshok@ximian.com>\r
442 \r
443         * HtmlForm.cs (CreateControlCollection, OnPreRender,\r
444         RenderControl): implement naively, just calling base.Method.\r
445 \r
446 2005-08-25  Chris Toshok  <toshok@ximian.com>\r
447 \r
448         * HtmlForm.cs (RenderAttributes): don't strip off the stuff after\r
449         the last '/' when rendering the action.  Fixes comments in\r
450         nGallery.\r
451 \r
452 2005-08-24  Chris Toshok  <toshok@ximian.com>\r
453 \r
454         * HtmlInputButton.cs, HtmlInputFile.cs, HtmlHead.cs,\r
455         HtmlInputImage.cs, HtmlForm.cs, HtmlInputCheckBox.cs,\r
456         HtmlInputHidden.cs, HtmlButton.cs, HtmlSelect.cs, HtmlControl.cs:\r
457         Add MonoTODO's for all NotImplementedException's.\r
458 \r
459 2005-08-18  Dick Porter  <dick@ximian.com>\r
460 \r
461         * HtmlTable.cs, HtmlInputButton.cs, HtmlInputFile.cs, HtmlHead.cs,\r
462         HtmlInputImage.cs, HtmlForm.cs, HtmlInputText.cs,\r
463         HtmlInputCheckBox.cs, HtmlAnchor.cs, HtmlInputRadioButton.cs,\r
464         HtmlButton.cs, HtmlInputHidden.cs, HtmlTextArea.cs,\r
465         HtmlTableRow.cs, HtmlSelect.cs, HtmlControl.cs, HtmlTitle.cs,\r
466         HtmlContainerControl.cs: 2.0 API fixes and stubs and attribute fixes\r
467 \r
468 2005-08-15  Sebastien Pouliot  <sebastien@ximian.com>\r
469 \r
470         * HtmlInputRadioButton.cs, HtmlInputText.cs, HtmlTextArea.cs: Renamed \r
471         Load method (bad choice) to DefaultLoadPostData.\r
472 \r
473 2005-08-15  Sebastien Pouliot  <sebastien@ximian.com> \r
474  \r
475         * HtmlAnchor.cs: Fixed protected RaisePostBackEvent in 2.0.\r
476         * HtmlInputRadioButton.cs: Fixed Value property and LoadPostData \r
477         method. Fixed support for protected LoadPostData and \r
478         RaisePostDataChangedEvent in 2.0 (recursion).\r
479         * HtmlInputText.cs: Fixed LoadPostData. Fixed support for protected\r
480         LoadPostData and RaisePostDataChangedEvent in 2.0 (recursion).\r
481         * HtmlTextArea.cs: Fixed LoadPostData. Fixed support for protected\r
482         LoadPostData and RaisePostDataChangedEvent in 2.0 (recursion).\r
483 \r
484 2005-08-15  Sebastien Pouliot  <sebastien@ximian.com>\r
485 \r
486         * HtmlTableCell.cs: Added "string" [TypeConverter] attribute to NoWrap \r
487         for 2.0 profile. The class seems to be internal and not (yet?) \r
488         implemented.\r
489 \r
490 2005-08-13  Sebastien Pouliot  <sebastien@ximian.com>\r
491 \r
492         * HtmlAnchor.cs: Add Localizable attribute to 2.0 profile.\r
493         * HtmlEmptyTagControlBuilder.cs: New. ControlBuilder required for\r
494         (at least) HtmlInputControl in 2.0 profile.\r
495         * HtmlInputControl.cs: Use a new ControlBuilder class for 2.0 profile.\r
496         * HtmlInputText.cs: Fix DefaultValue attribute for 2.0 profile.\r
497 \r
498 2005-08-09  Dick Porter  <dick@ximian.com>\r
499 \r
500         * HtmlSelect.cs: Clear databindings when adding a new one; cope\r
501         with assorted combinations of empty text and value fields; write\r
502         <option> tags manually to match ms HTML output.  All fix nunit\r
503         tests.\r
504 \r
505 2005-08-08  Sebastien Pouliot  <sebastien@ximian.com>\r
506 \r
507         * HtmlInputControl.cs: Remove code to handle password (wrong place) \r
508         and fixed type handling for 2.0.\r
509         * HtmlInputText.cs: Added code to remove (only in 1.x) the value when\r
510         the type == password. Tests indicates that the value is present for \r
511         2.0.\r
512 \r
513 2005-08-05  Dick Porter  <dick@ximian.com>\r
514 \r
515         * HtmlSelect.cs: Fix databinding when one or other of Name and\r
516         Value aren't supplied (thanks to Peter for the patch); Make\r
517         <option> indenting match ms output.\r
518 \r
519 2005-07-30  Ben Maurer  <bmaurer@ximian.com>\r
520 \r
521         * HtmlForm.cs: Make sure we actually put the "?" in the url\r
522 \r
523 2005-07-29  Dick Porter  <dick@ximian.com>\r
524 \r
525         * HtmlForm.cs: Simplify the rendering code by using QueryStringRaw\r
526         instead of building the query string by hand\r
527 \r
528 2005-07-27  Dick Porter  <dick@ximian.com>\r
529 \r
530         * HtmlInputCheckBox.cs: New implementation\r
531 \r
532 2005-07-26  Peter Dennis Bartok  <pbartok@novell.com>\r
533 \r
534         * HtmlSelect.cs: Added missing attributes\r
535 \r
536 2005-07-26  Dick Porter  <dick@ximian.com>\r
537 \r
538         * HtmlSelect.cs: New implementation\r
539 \r
540 2005-07-26  Miguel de Icaza  <miguel@novell.com>\r
541 \r
542         * HtmlForm.cs: It is possible to have keys with no values in the\r
543         query string, do not try to process those on the foreach loop.\r
544         \r
545         The question is: what should happen if I only get the key?\r
546 \r
547         Example: file_with_a_form.aspx?a\r
548 \r
549 2005-07-25  Peter Dennis Bartok  <pbartok@novell.com>\r
550 \r
551         * HtmlForml.cs: Implemented UniqueID (new in sp1)\r
552         * HtmlButton.cs, HtmlInputButton.cs, HtmlInputImage.cs: Attribute fixes\r
553 \r
554 2005-07-24  Dick Porter  <dick@ximian.com>\r
555 \r
556         * HtmlForm.cs: Add the trailing query string to the form action;\r
557         fixes bug shown in Test/standalone/htmlform/qs_postback.aspx\r
558 \r
559 2005-07-22  Dick Porter  <dick@ximian.com>\r
560 \r
561         * HtmlInputFile.cs: Add assembly attributes\r
562 \r
563 2005-07-21  Dick Porter  <dick@ximian.com>\r
564 \r
565         * HtmlImage.cs: The src attribute needs to be a relative URL;\r
566         close the HTML element when rendering attributes, to match the MS\r
567         impl.\r
568 \r
569         * HtmlForm.cs: Added assembly attributes; don't render ID twice;\r
570         don't render enctype and target if they are empty strings;\r
571         implement a Render overload to keep corcompare quiet.\r
572 \r
573 2005-07-20  Chris Toshok  <toshok@ximian.com>\r
574 \r
575         * HtmlForm.cs (RenderAttributes): if there are submit statements,\r
576         we need to render those.\r
577 \r
578         * HtmlInputImage.cs: same.\r
579 \r
580         * HtmlInputButton.cs: hook up the client validation stuff.\r
581 \r
582         * HtmlButton.cs: same, except a lot more complicated due to\r
583         postback handling.\r
584 \r
585 2005-07-19  Dick Porter  <dick@ximian.com>\r
586 \r
587         * HtmlImage.cs: Added attributes; use Int32.Parse instead of\r
588         Convert.ToInt32\r
589 \r
590 2005-07-18  Sebastien Pouliot  <sebastien@ximian.com> \r
591  \r
592         * HtmlInputControl.cs: Fix Type when using ctor(null). Now use \r
593         ControlID for Name (and not ID). Added ControlBuilder attribute.\r
594         * HtmlTable.cs: Simplify check when adding controls.\r
595         * HtmlTableRow.cs: Simplify check when adding controls.\r
596 \r
597 2005-07-18  Jackson Harper  <jackson@ximian.com>\r
598 \r
599         * HtmlInputHidden.cs: Use Events Add/Remove. Add DefaultEvent\r
600         attribute.\r
601 \r
602 2005-07-15  Jackson Harper  <jackson@ximian.com>\r
603 \r
604         * HtmlInputImage.cs: Use Events Add/Remove. Remove uneeded\r
605         constant. Update fetching from viewstate code to use new\r
606         convenience method.\r
607 \r
608 2005-07-15  Jackson Harper  <jackson@ximian.com>\r
609 \r
610         * HtmlInputButton.cs: Add DefaultEventAttribute.\r
611 \r
612 2005-07-15  Sebastien Pouliot  <sebastien@ximian.com>\r
613  \r
614         * HtmlInputControl.cs: Removed internal property (no more required to \r
615         compile).\r
616         * HtmlInputRadioButton.cs: Optimized events.\r
617         * HtmlInputText.cs: Optimized events.\r
618         * HtmlTable.cs: Added CultureInfo.InvariantCulture when parsing \r
619         strings to integers.\r
620         * HtmlTableCell.cs: Added CultureInfo.InvariantCulture when parsing \r
621         strings to integers.\r
622         * HtmlTextArea.cs: Optimized events.\r
623 \r
624 2005-07-15  Sebastien Pouliot  <sebastien@ximian.com> \r
625 \r
626         * HtmlAnchor.cs: Added URL resolution (doesn't get me the expected \r
627         result) and fixed compatibility for a weird behaviour of the HRef \r
628         attribute handling. Optimized events.\r
629 \r
630 2005-07-14  Jackson Harper  <jackson@ximian.com>\r
631 \r
632         * HtmlInputButton.cs: Use Events Add/Remove. Remove Causesvalidation\r
633         string constant. Use new method for accessing ViewState\r
634         data. Don't remove value from the view state if it is the default.\r
635 \r
636 2005-07-14  Jackson Harper  <jackson@ximian.com>\r
637 \r
638         * HtmlButton.cs: Use Events Add/Remove. Remove Causesvalidation\r
639         string constant. Use new method for accessing ViewState\r
640         data. Don't remove value from the view state if it is the default.\r
641         \r
642 2005-07-14  Dick Porter  <dick@ximian.com>\r
643 \r
644         * HtmlInputFile.cs: New implementation\r
645 \r
646 2005-07-14  Jackson Harper  <jackson@ximian.com>\r
647 \r
648         * HtmlInputControl.cs: Use ClientID for input controls name.\r
649 \r
650 2005-07-14  Dick Porter  <dick@ximian.com>\r
651 \r
652         * HtmlForm.cs: New Implementation\r
653 \r
654 2005-07-13  Sebastien Pouliot  <sebastien@ximian.com> \r
655 \r
656         * HtmlTable.cs: Added missing attributes.\r
657         * HtmlTableCell.cs: Added missing attributes except for ControlBuilder\r
658         as the builder's type isn't public.\r
659         * HtmlInputControl.cs: Added missing attributes.\r
660         * HtmlInputText.cs: Added missing attributes.\r
661         * HtmlInputRadioButton.cs: Added missing attributes.\r
662         * HtmlAnchor.cs: Added missing attributes.\r
663         * HtmlTextArea.cs: Added missing attributes.\r
664         * HtmlTableRow.cs: Added missing attributes.\r
665 \r
666 2005-07-12  Sebastien Pouliot  <sebastien@ximian.com> \r
667 \r
668         * HtmlAnchor.cs: Added DefaultValue attributes.\r
669         * HtmlInputControl.cs: Added DefaultValue attributes.\r
670         * HtmlInputRadioButton.cs: Added DefaultValue attributes.\r
671         * HtmlInputText.cs: Added DefaultValue attributes. Added method \r
672         RenderAttributes in 1.1 profile.\r
673         * HtmlTable.cs: Fix DefaultValue to "".\r
674         * HtmlTextArea.cs: Added DefaultValue attributes.\r
675 \r
676 2005-07-12  Sebastien Pouliot  <sebastien@ximian.com> \r
677 \r
678         * HtmlTableCell.cs: Added DefaultValue attributes.\r
679         * HtmlTable.cs: Added DefaultValue and ParseChildren attributes.\r
680         * HtmlTableRowCollection.cs: Reworked collection to share data with\r
681         HtmlTable.Controls.\r
682         * HtmlTableCellCollection.cs: Reworked collection to share data with\r
683         HtmlTableRow.Controls.\r
684         * HtmlTableRow.cs: Added DefaultValue and ParseChildren attributes.\r
685 \r
686 2005-07-09  Sebastien Pouliot  <sebastien@ximian.com> \r
687 \r
688         * HtmlTableRowCollection.cs: Fixed property name to IsReadOnly.\r
689 \r
690 2005-07-08  Sebastien Pouliot  <sebastien@ximian.com> \r
691  \r
692         * HtmlTextArea.cs: Use CultureInfo.InvariantCulture in ToString ().\r
693 \r
694 2005-07-08  Sebastien Pouliot  <sebastien@ximian.com>\r
695 \r
696         * HtmlContainerControl.cs: Fixed removal of attribute/viewstate for\r
697         "innerhtml".\r
698         * HtmlTextArea.cs: New implementation.\r
699 \r
700 2005-07-07  Jackson Harper  <jackson@ximian.com>\r
701 \r
702         * HtmlInputImage.cs: New implementation.\r
703 \r
704 2005-07-07  Sebastien Pouliot  <sebastien@ximian.com>\r
705 \r
706         * HtmlAnchor.cs: protected RaisePostBackEvent is in 2.0 only.\r
707         * HtmlInputControl.cs: New implementation.\r
708         * HtmlInputRadioButton.cs: New implementation.\r
709         * HtmlInputText.cs: New implementation.\r
710 \r
711 2005-07-07  Jackson Harper  <jackson@ximian.com>\r
712 \r
713         * HtmlInputHidden.cs: New implementation.\r
714 \r
715 2005-07-07  Jackson Harper  <jackson@ximian.com>\r
716 \r
717         * HtmlAnchor.cs: Call base OnPreRender from override.\r
718 \r
719 2005-07-07  Jackson Harper  <jackson@ximian.com>\r
720 \r
721         * HtmlInputButton.cs: New implementation.\r
722 \r
723 2005-07-07  Dick Porter  <dick@ximian.com>\r
724 \r
725         * HtmlImage.cs: New implementation\r
726 \r
727 2005-07-07  Sebastien Pouliot  <sebastien@ximian.com>\r
728 \r
729         * HtmlAnchor.cs: Fixed to remove attributes properly.\r
730         * HtmlTable.cs: New implementation.\r
731         * HtmlTableCell.cs: New implementation.\r
732         * HtmlTableCellCollection.cs: New implementation.\r
733         * HtmlTableRow.cs: New implementation.\r
734         * HtmlTableRowCollection.cs: New implementation.\r
735 \r
736 2005-07-06  Jackson Harper  <jackson@ximian.com>\r
737 \r
738         * HtmlButton.cs: New implementation.\r
739 \r
740 2005-07-06  Sebastien Pouliot  <sebastien@ximian.com>\r
741 \r
742         * HtmlAnchor.cs: New implementation.\r
743 \r
744 2005-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
745 \r
746         * HtmlTableCell.cs:\r
747         * HtmlControl.cs: updates for 1.1 SP1.\r
748 \r
749 2005-05-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
750 \r
751         * HtmlInputFile.cs: fixed typo in the setter for MaxLength. Closes bug\r
752         number 74989.\r
753 \r
754 2005-05-06  Lluis Sanchez Gual <lluis@novell.com>\r
755 \r
756         * HtmlHead.cs: Fix warning.\r
757 \r
758 2005-04-22  Lluis Sanchez Gual <lluis@novell.com>\r
759 \r
760         * HtmlForm.cs: Use the new WriteSubmitStatements method from\r
761         Page.ClientScript.\r
762 \r
763 2005-03-11  Lluis Sanchez Gual <lluis@novell.com>\r
764 \r
765         * HtmlInputButton.cs, HtmlAnchor.cs, HtmlButton.cs: Don't use\r
766         Page.GetPostBackClientEvent since it is deprecated in 2.0.\r
767 \r
768 2005-02-25  Lluis Sanchez Gual <lluis@novell.com>\r
769 \r
770         * HtmlForm.cs: Register the form in the page, so the page knows\r
771         which is the main form.\r
772 \r
773 2005-02-18  Lluis Sanchez Gual <lluis@novell.com>\r
774 \r
775         * HtmlHead.cs: Method name fix.\r
776 \r
777 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
778 \r
779         * HtmlForm.cs: submitStatements holds Hashtables.\r
780 \r
781 2004-12-20  Lluis Sanchez Gual <lluis@novell.com>\r
782 \r
783         * HtmlHead.cs: Implemented.\r
784         * HtmlHeadBuilder.cs: Implemented.\r
785         * HtmlTitle.cs: Implemented.\r
786 \r
787 2004-12-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
788 \r
789         * HtmlForm.cs: MakeRelative() can be null. Thanks to Denis Gervaille.\r
790 \r
791 2004-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
792 \r
793         * HtmlForm.cs: fixed the Action property when running a different\r
794         page than the one requested (Transfer). Closes bug #69318.\r
795 \r
796 2004-11-26  Lluis Sanchez Gual <lluis@novell.com>\r
797 \r
798         * HtmlForm.cs: Add submit statements from the new Page.ClientScript\r
799         property.\r
800 \r
801 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
802 \r
803         * HtmlForm.cs: disabled smartnavigation as we have no scripts to support\r
804         it and failed when the browser was IE.\r
805 \r
806 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
807 \r
808         * HtmlForm.cs: default value for Enctype is "".\r
809         * HtmlInputFile.cs: if no one set the encoding type for the HtmlForm,\r
810         we set it to "multipart/form-data". Fixes bug #58359.\r
811 \r
812 2004-01-15  Alon Gazit <along@mainsoft.com>\r
813         * HtmlForm.cs: The property name always return the value of the\r
814         property UniqueID.\r
815 \r
816 2003-12-28  Alon Gazit <along@mainsoft.com>\r
817         * HtmlSelect.cs: fix typo in LoadPostData().\r
818 \r
819 2003-12-29  Alon Gazit <along@mainsoft.com>\r
820         * HtmlInputButton.cs: update the implementation of RenderAttributes().\r
821         Change the if statement that determines if the onclick script is\r
822         rendered.  \r
823 \r
824 2003-12-28  Alon Gazit <along@mainsoft.com>\r
825         * HtmlSelect.cs: add parentheses to if statement. \r
826         Currently the else statement refers to the inner if statement. \r
827 \r
828 2003-12-28  Alon Gazit <along@mainsoft.com>\r
829         * HtmlSelect.cs: fix upper bound of for statement.\r
830 \r
831 2003-12-19  Jackson Harper <jackson@ximian.com>\r
832 \r
833         * HtmlInputFile.cs: Do not set value when loading post data.\r
834         \r
835 2003-12-14  Alon Gazit <along@mainsoft.com>\r
836         * HtmlInputButton.cs: The problem was in RenderAttributes().\r
837         Before adding the script to the HTML, the number of Validators should \r
838         be checked. fixes bug #52158.\r
839 \r
840 2003-12-07  Alon Gazit <along@mainsoft.com>\r
841         * HtmlTableCell.cs: fixing a typo in NoWrap property. \r
842 \r
843 2003-12-04  Jackson Harper <jackson@ximian.com>\r
844 \r
845         * HtmlInputRadioButton.cs: Lookup name in postadata and compare to\r
846         value. This is because radio button groups are created by setting\r
847         the name to the same value with each button, then on postback the\r
848         value of the name is the id of the selected radio button. \r
849         \r
850 2003-12-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
851 \r
852         * HtmlContainerControl.cs: encode/decode InnerText. Fixes bug #51653.\r
853 \r
854 2003-12-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
855 \r
856         * HtmlSelect.cs: with the new LosFormatter, we get array types right, so\r
857         remove the code used to workaround that.\r
858 \r
859 2003-12-01  Jackson Harper <jackson@ximian.com>\r
860 \r
861         * HtmlControl.cs: Fix disabled property. Patch by Alon Gazit\r
862         <along@mainsoft.com>.\r
863         \r
864 2003-11-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
865 \r
866         * HtmlSelect.cs: don't add items without data. Patch by Alon Gazit\r
867         <along@mainsoft.com>. Fixes bug #51377.\r
868 \r
869 2003-11-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
870 \r
871         * HtmlInputRadioButton.cs: initialize event indexer. Patch by Alon Gazit\r
872         <along@mainsoft.com>.\r
873 \r
874 2003-10-29 Jackson Harper <jackson@ximian.com>\r
875 \r
876         * HtmlControl.cs: Make disabled an attribute of the control so it\r
877         is rendered. This is a slightly modifed version of a patch\r
878         by Yaron Shkop. Fixes bug #50160.\r
879         \r
880 2003-10-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
881 \r
882         * HtmlTextArea.cs: fixed infinite recursion.\r
883 \r
884 2003-10-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
885 \r
886         * HtmlForm.cs: render the onsubmit attribute.\r
887 \r
888 2003-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
889 \r
890         * HtmlGenericControl.cs: ConstructorNeedsTag defaults to false so we\r
891         need to pass true here. Fixes bug #47918.\r
892 \r
893 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>\r
894 \r
895         * HtmlContainerControl.cs: Added attributes\r
896         * HtmlControl.cs: Added attributes\r
897         * HtmlInputControl.cs: Fixed public signature\r
898         * HtmlInputRadioButton.cs: Fixed public signature\r
899         * HtmlSelect.cs: Added missing attribute\r
900         * HtmlTable.cs: Added missing attribute\r
901 \r
902 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
903 \r
904         * HtmlSelect.cs: fixed bug #44894.\r
905 \r
906 2003-04-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
907 \r
908         * HtmlImage.cs:\r
909         * HtmlInputControl.cs:\r
910         * HtmlSelect.cs: added control builder attribute.\r
911 \r
912         * HtmlSelectBuilder.cs: builder for HtmlSelect.\r
913 \r
914         * HtmlControlBuilder.cs: common builder for all HtmlControls.\r
915 \r
916 2003-01-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
917 \r
918         * HtmlControl.cs: _tagName is now internal.\r
919         * HtmlGenericControl.cs: use the field in HtmlControl to keep the tag\r
920         name.\r
921 \r
922 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
923 \r
924         * System.Web.UI.HtmlControls/HtmlForm.cs: render 'action' attribute.\r
925 \r
926 2003-01-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
927 \r
928         * HtmlInputButton.cs: fixed bug #35677.\r
929 \r
930 2003-01-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
931 \r
932         * HtmlInputControl.cs: fixed bug #35673.\r
933 \r
934 2003-01-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
935 \r
936         * HtmlInputText.cs: fixed bug #35670.\r
937 \r
938 2002-11-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
939 \r
940         * HtmlSelect.cs: fixed LoadViewstate.\r
941 \r
942 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
943 \r
944         * HtmlButton.cs: make it do a POST if the button has any ServerClick\r
945         events.\r
946 \r
947 2002-09-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
948 \r
949         * HtmlAnchor.cs:\r
950         * HtmlButton.cs:\r
951         * HtmlContainerControl.cs:\r
952         * HtmlControl.cs:\r
953         * HtmlForm.cs:\r
954         * HtmlGenericControl.cs:\r
955         * HtmlImage.cs:\r
956         * HtmlInputButton.cs:\r
957         * HtmlInputCheckBox.cs:\r
958         * HtmlInputControl.cs:\r
959         * HtmlInputFile.cs:\r
960         * HtmlInputHidden.cs:\r
961         * HtmlInputImage.cs:\r
962         * HtmlInputRadioButton.cs:\r
963         * HtmlInputText.cs:\r
964         * HtmlSelect.cs:\r
965         * HtmlTable.cs:\r
966         * HtmlTableCell.cs:\r
967         * HtmlTableRow.cs:\r
968         * HtmlTextArea.cs: added almost all missing attributes.\r
969 \r
970 2002-07-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
971 \r
972         * HtmlControl.cs: the attributes must use ViewState as its StateBag,\r
973         if not style values are lost between postbacks.\r
974 \r
975 2002-07-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
976 \r
977         * HtmlAnchor.cs:\r
978         * HtmlButton.cs:\r
979         * HtmlInputButton.cs:\r
980         * HtmlInputCheckBox.cs:\r
981         * HtmlInputHidden.cs:\r
982         * HtmlInputImage.cs:\r
983         * HtmlInputText.cs:\r
984         * HtmlTextArea.cs: Initialize EventHandlerList indexer.\r
985 \r
986         * HtmlContainerControl.cs: almost rewritten to use a LiteralControl\r
987         instead of maintaining some flags and strings. Implemented\r
988         LoadViewState.\r
989 \r
990         * HtmlControl.cs: fixed constructor and added ViewStateIgnoreCase.\r
991 \r
992         * HtmlSelect.cs: fixed TrackViewState, SaveViewState, SelectedIndices\r
993         and Value.\r
994 \r
995 2002-07-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
996 \r
997         * HtmlGenericControl.cs: fixed TagName signature and get/set.\r
998         * HtmlInputImage.cs: added attribute and fixed signature of ServerClick.\r
999         * HtmlInputText.cs: added attribute.\r
1000 \r
1001 2002-07-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
1002 \r
1003         * HtmlForm.cs: don't render action attribute.\r
1004 \r
1005 2002-07-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
1006 \r
1007         * HtmlContainerControl.cs: \r
1008         (CreateControlCollection): added. All containers must have a non-empty\r
1009         control collection.\r
1010 \r
1011 2002-06-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
1012 \r
1013         * System.Web.UI.HtmlControls/HtmlAnchor.cs: \r
1014         * System.Web.UI.HtmlControls/HtmlButton.cs: \r
1015         * System.Web.UI.HtmlControls/HtmlControl.cs: \r
1016         * System.Web.UI.HtmlControls/HtmlForm.cs: \r
1017         * System.Web.UI.HtmlControls/HtmlGenericControl.cs: \r
1018         * System.Web.UI.HtmlControls/HtmlInputButton.cs: \r
1019         * System.Web.UI.HtmlControls/HtmlInputCheckBox.cs: \r
1020         * System.Web.UI.HtmlControls/HtmlInputControl.cs: \r
1021         * System.Web.UI.HtmlControls/HtmlInputFile.cs: \r
1022         * System.Web.UI.HtmlControls/HtmlInputHidden.cs: \r
1023         * System.Web.UI.HtmlControls/HtmlInputImage.cs: \r
1024         * System.Web.UI.HtmlControls/HtmlInputRadioButton.cs: \r
1025         * System.Web.UI.HtmlControls/HtmlInputText.cs: \r
1026         * System.Web.UI.HtmlControls/HtmlSelect.cs: \r
1027         * System.Web.UI.HtmlControls/HtmlTable.cs: \r
1028         * System.Web.UI.HtmlControls/HtmlTableCell.cs: \r
1029         * System.Web.UI.HtmlControls/HtmlTableRow.cs: \r
1030         * System.Web.UI.HtmlControls/HtmlTextArea.cs: \r
1031 \r
1032         Fixes based on class status page:\r
1033         \r
1034                 - Add attributes (DefaultEvent, ParseChildren).\r
1035                 - Fix declarations.\r
1036                 - Explicitly implement some interfaces (IPostBackDataHandler\r
1037                 and IPostBackEventHandler).\r
1038                 - Implemented some missing methods.\r
1039 \r
1040 2002-06-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
1041 \r
1042         * HtmlForm.cs:\r
1043         (RenderChildren): use OnFormRender and OnFormPostRender.\r
1044 \r
1045 2002-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
1046 \r
1047         * HtmlSelect.cs:\r
1048         (RenderAttributes): new -> override and fixes stack overflow.\r
1049         (RenderChildren): only 1 option can be selected at any given time\r
1050         except when Multiple property is true.\r
1051         (Multiple): the attribute value is either "true" or "false", not \r
1052         "multiple".\r
1053 \r
1054         * HtmlTable.cs:\r
1055         (Add):\r
1056         (AddAt): allow HtmlTableRow as children, not HtmlTableCell.\r
1057 \r
1058         * HtmlTableCell.cs:\r
1059         (RenderEndTag): new -> override.\r
1060 \r
1061         * HtmlTableRow.cs:\r
1062         (RenderChildren): fixed another stack overflow.\r
1063         (RenderEndTag): new -> override.\r
1064 \r
1065         * HtmlTextArea.cs:\r
1066         (RenderAttributes): new -> override.\r
1067 \r
1068 \r
1069 2002-06-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
1070 \r
1071         * HtmlInputHidden.cs: fixed constructor.\r
1072 \r
1073         * HtmlInputRadioButton.cs:\r
1074         (RenderAttributes): fixed stack overflow.\r
1075 \r
1076         (Name):\r
1077         (RenderedName): new -> override.\r
1078 \r
1079         (Value): new property. \r
1080 \r
1081         * HtmlInputText.cs:\r
1082         (RenderAttributes): fixed the same kind of stack overflow and make\r
1083         string comparison case insensitive.\r
1084 \r
1085 2002-06-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
1086 \r
1087         * HtmlForm.cs: fixed name of Enctype property and render enctype\r
1088         enctype attribute.\r
1089 \r
1090         * HtmlInputControl.cs: tag type is "input", not "type".\r
1091 \r
1092 2002-06-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
1093 \r
1094         * HtmlControl.cs: Render contents moved to new RenderBeginTag method,\r
1095         defined in MS docs. \r
1096         \r
1097         * HtmlForm.cs: Render output when no IE browser.\r
1098 \r
1099         * HtmlInputButton.cs: added constructor without arguments. Xsp used it, \r
1100         though now it always use the other .ctor.\r
1101         \r
1102         * HtmlInputControl.cs: cosmetic changes and implemented set_Name.\r
1103 \r
1104 2002-06-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
1105 \r
1106         * HtmlButton.cs: RenderAttributes is an override, not new.\r
1107 \r
1108         * HtmlContainerControl.cs: use the new Render method in HtmlControl.\r
1109 \r
1110         * HtmlControl.cs: added Render method to render the tag and its\r
1111         attributes. Works for container and non-containers.\r
1112 \r
1113         * HtmlImage.cs: RenderAttributes don't need to be new. Implemented\r
1114         Height property.\r
1115         \r
1116 2002-06-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
1117 \r
1118         * HtmlContainerControl.cs: some formatting and use HttpUtility.Encode\r
1119         instead of Page.Server to encode InnerText.\r
1120 \r
1121 2002-06-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
1122 \r
1123         * HtmlAnchor.cs:\r
1124         (RenderAttributes): new -> override and fixed little bug that made\r
1125         it cause an stack overflow.\r
1126 \r
1127         * HtmlContainerControl.cs: reformatted and added tag and attributes \r
1128         rendering.\r
1129 \r
1130         * HtmlGenericControl.cs: removed TagName, which is already in \r
1131         HtmlControl.\r
1132 \r
1133         * HtmlTable.cs:\r
1134         (RenderEndTag): new -> override.\r
1135 \r
1136 2002-06-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
1137 \r
1138         * System.Web.UI.HtmlControls/HtmlForm.cs:\r
1139         (RenderAttributes): changed new by override.\r
1140         (Name): allow setting the property.\r
1141 \r
1142 2002-05-10  Duncan Mak  <duncan@ximian.com>\r
1143 \r
1144         * HtmlTableCellCollection.cs (this): Updated the indexer to return\r
1145         the right type, HtmlTableCell instead of HtmlTableRow. \r
1146 \r
1147         * HtmlInputImage.cs (OnServerClick): Commented out parts that\r
1148         won't compile.\r
1149 \r
1150         * HtmlForm.cs (RenderAttributes): \r
1151         (RenderChildren): Commented out code that doesn't compile. \r
1152 \r
1153 2002-05-07  Duncan Mak  <duncan@ximian.com>\r
1154 \r
1155         * HtmlSelect.cs (TrackViewState): Added 'new' keyword to avoid\r
1156         clashing with the method defined in the parent class.\r
1157         (OnDataBinding): Added missing casts.\r
1158 \r
1159         * HtmlForm.cs (Render): Fixed call too SetAttribute, need to cast\r
1160         'this' to IAttributeAccessor before calling interface method.\r
1161         Also renamed some calls to reflect changes in the API.\r
1162 \r
1163         * HtmlControl.cs (WriteOnClickAttribute): Made it not static and\r
1164         fixed a typo.\r
1165 \r
1166 2001-09-03  Leen Toelen  <toelen@hotmail.com>\r
1167 \r
1168         * HtmlAnchor.cs: Initial implementation.\r
1169         * HtmlTextArea.cs: Initial implementation.\r
1170 \r
1171 2001-08-22  Bob Smith  <bob@thestuff.net>\r
1172 \r
1173          * HtmlContainerControl.cs: Initial implementation.\r
1174          * HtmlControl.cs: Initial implementation.\r
1175          * HtmlGenericControl.cs: Initial implementation.\r