Anthem.net 的官方网站:http://sourceforge.net/projects/anthem-dot-net/
Anthem.net 的官方文档(新):http://anthem-dot-net.sourceforge.net/docs/index.html
2007-03-13 Andy Miller <amiller@structured-solutions.net>
Released 1.5
2007-03-11 Andy Miller <amiller@structured-solutions.net>
* Manager.cs - Moved interfaces and MethodAttribute to separate files.
* Manager.cs - Removed support for obsolete OnPreUpdate and BaseHref.
* Added XML comments to all controls to generate documentation.
2007-03-09 Andy Miller <amiller@structured-solutions.net>
* Anthem.js - Replaced Anthem_DefaultURL var with Anthem_GetCallBackUrl function.
* Anthem.js - Refactored document.getElementById(Anthem_FormID) to Anthem_GetForm().
* BulletedList.cs - Changed parent tag from <span> to <div> since <ul> is a block element.
* CheckBoxList.cs - Changed parent tag to use <span> if RepeatLayout is Flow, otherwise <div>.
* Manager.cs - Added missing ">" on closing script tag in RegisterClientScriptInclude.
* Manager.cs - Added missing "src=" in RegisterClientScriptResource.
* Manager.cs - Changed FindTargetMethod to include both Public and NonPublic (i.e. Protected) methods in search.
* Manager.cs - Removed code that generates Anthem_DefaultURL var. Use Anthem_GetCallBackUrl javascript function instead.
* RadioButtonList.cs - Added code to ASP.NET 2.0 version to render callback on each non-selected item. This mimics the ASP.NET 2.0 postback behavior.
* RadioButtonList.cs - Changed parent tag to use <span> if RepeatLayout is Flow, otherwise <div>.
2007-03-04 Andy Miller <amiller@structured-solutions.net>
* Modified FileUpload.cs to support IUpdatableControl. This means you can make the FileUpload control visible or invisible during a callback.
* Modified Anthem-Examples-2005 FileUpload.aspx sample to demonstrate IUpdatableControl interface.
* Modified Anthem.js to support multiple <input type="file"> controls on one page.
2007-03-02 Andy Miller <amiller@structured-solutions.net>
* Modified Manager.cs to remove encoding for file upload request.
* Modified Manager.cs to handle callback requests made with an IOFrame instead of an XmlHttpRequest.
* Added FileUpload.cs to the Anthem control library for completeness (there is no difference between an Anthem.FileUpload and the System.Web.UI.WebControls.FileUpload controls).
* Modified Anthem.js to use an IOFrame for callback requests that include a <input type="file"> element.
* Added AdRotator.cs control to Anthem-2003 project.
* Added AdRotator.cs, BulletedList.cs, and FileUpload.cs to CVS.
* Added AdRotator.cs, BulletedList.cs, and FileUpload.cs to Anthem-2005 project.
2007-03-01 Andy Miller <amiller@structured-solutions.net>
* Modified Manager.cs to fix sourceforge bug 1670394.
* Modified Manager.cs to encode response for file upload request.
2007-02-26 Andy Miller <amiller@structured-solutions.net>
* Modified Timer.cs to fix two problems: 1) timer did not start on page load when Enabled=true, and 2) timer did not stop immediately.
* Modified Timer.aspx sample page to demonstrate multiple timers starting and stopping.
NOTE: This fix includes two new Timer methods: StartTimer and StopTimer. StartTimer is used to start the timer during a callback. StopTimer is used to stop the timer during a callback. Setting Enabled=true or Enabled=false during a callback will not change the state of the timer on the client. Use StartTimer or StopTimer.
2007-02-01 Andy Miller <amiller@structured-solutions.net>
* Modified Manager.cs to use AddScriptForClientSideEval to handle Response.Redirect.
2007-01-31 Andy Miller <amiller@structured-solutions.net>
* Modified Manager.cs to ensure that only one Anthem_CallBack is appended to the callback URL and to only examine the first value if more than one is appended to the URL.
* Modified ValidationSummary.cs to wrap validation summary in a <div> instead of a <span>.
谁愿意翻译一下 Anthem.net 的官方文档?目前中文的资料太少了。阅读英文真吃力..