2005-08-27 Chris Toshok * webform.js: add copyright blurb, and add implementation of WebForm_AutoFocus, used by the 2.0 HtmlForm properties DefaultButton and DefaultFocus. 2005-08-04 Chris Toshok * WebUIValidation.js (CustomValidatorEvaluateIsValid): correct the args.IsValid check. 2005-08-04 Chris Toshok * WebUIValidation.js (ValidatorOnLoad): set "enabled" == "true" if there's no attribute present. (Page_ClientValidate): a validator succeeds if it's disabled. 2005-07-27 Chris Toshok * WebUIValidation.js (ValidatorCommonOnSubmit): fix formatting of List and SingleParagraph mode ValidationSummaries. (ValidatorTrim): use two regexps instead of two while loops. (CustomValidatorEvaluateIsValid): new function. 2005-07-26 Chris Toshok * WebUIValidation.js: fix the summary mode for ValidationSummaries. 2005-07-25 Chris Toshok * WebUIValidation.js (RangeValidatorEvaluateIsValid): fix this - GetAttribute is dead, long live validator.getAttribute. 2005-07-24 Chris Toshok * WebUIValidation.js: add support for validation summaries, both in summary and messagebox mode. 2005-07-22 Chris Toshok * WebUIValidation.js: the JSUnit tests pointed out that validator.evaluationfunction is not a string after OnLoad. do this as well so the tests pass, and deal with the difference between o[attr], o.getAttribute(attr), and o.attr. Ugh. 2005-07-21 Chris Toshok * WebUIValidation.js (RequiredFieldValidatorEvaluateIsValid): trim both the initial value and the control's value. 2005-07-21 Chris Toshok * WebUIValidation.js: handle validators that use Display="Dynamic". 2005-07-20 Chris Toshok * WebUIValidation.js (ValidatorTrim): new function. (RangeValidatorEvaluateIsValid): use ValidatorGetValue and ValidatorTrim. (RegularExpressionValidatorEvaluateIsValid): same. (RequiredFieldValidatorEvaluateIsValid): same. 2005-07-20 Chris Toshok * WebUIValidation.js: new file. 2005-03-11 Lluis Sanchez Gual * webform.js: ClientSubmit option set to true means submit performed by asp.net, not by the browser. 2005-02-04 Lluis Sanchez Gual * webform.js: Added webform script. 2005-01-10 Lluis Sanchez Gual * arrow_up.gif, arrow_down.gif: Added menu resources. 2004-12-02 Lluis Sanchez Gual * callback.js: Added callback script. 2004-11-26 Lluis Sanchez Gual * arrow_minus.gif, arrow_noexpand.gif, arrow_plus.gif, box_full.gif, box_empty.gif, box_minus.gif, box_noexpand.gif, box_plus.gif, contact.gif, dot_empty.gif, dot_full.gif, dots.gif, inbox.gif, star_empty.gif, star_full.gif, warning.gif, TreeView_noexpand.gif, TreeView_dash.gif, TreeView_dashminus.gif, TreeView_dashplus.gif, TreeView_i.gif, TreeView_l.gif, TreeView_lminus.gif, TreeView_lplus.gif, TreeView_minus.gif, TreeView_plus.gif, TreeView_r.gif, TreeView_rminus.gif, TreeView_rplus.gif, TreeView_t.gif, TreeView_tminus.gif, TreeView_tplus.gif, System.Web.UI.WebControls/TreeView.js New files.