Skip to content

Fork of the Anthem.NET project (http://sourceforge.net/projects/anthem-dot-net/), a "a free, cross-browser AJAX toolkit for the ASP.NET development environment." Essentially I've been aware that the Anthem.NET project over on Sourceforge has been stalled for several years now and I would like to do my best (with help from anyone willing) to brin…

thetownfool/anthemnxt

 
 

Repository files navigation

ANTHEMNXT RELEASE NOTES
=======================

** 1.6.1 **

- Added "source" html element as a parameter to the postcallback event
- Added "xhr" as a parameter to the postcallback event, principally so that a host app can refire the more standard jquery $().ajaxComplete event if required.


** 1.6.0 **

- Modularised server side code into AnthemNxt.Core (containing the global handlers/managers and the JS) and AnthemNxt.Controls containing just the subclassed AJAX version of the standard controls.
- Added in Anthem.NET test suite as AnthemNxt.Tests.
- Broken out Anthem.Manager into CallbackFilter, EventHandlerManager, Manager, ScriptManager and associated interfaces.
- Changed namsepaces to follow new project name and new modular nature.
- Changed default value of Panel.AddCallBacks to FALSE.
- Signed the assemblies for use in trusted environments.
- Removed clearing of __EVENTTARGET & __EVENTARGUMENT after a callback - prevents being able to do another callback inside of one of the pre/post handlers.
- Converted anthem_precallback and anthem_postcallback to be JQuery "events" on $(document). Allows >1 subscriber, reduces code complexity. Also adding 'target' as a parameter to anthem_precallback so that we can which object caused the callback. We lose the ability to cancel the callback from those global events.

** 1.5.2 ** 

Last release that is fully compatible with Anthem.NET. From here on in we will be not necessarily providing 100% compatibility with Anthem aware controls in the hope of modernising the JS used (as well as adding JQuery as a dependency). If you just want a version of Anthem.NET with some of the bugs fixed then use this download

About

Fork of the Anthem.NET project (http://sourceforge.net/projects/anthem-dot-net/), a "a free, cross-browser AJAX toolkit for the ASP.NET development environment." Essentially I've been aware that the Anthem.NET project over on Sourceforge has been stalled for several years now and I would like to do my best (with help from anyone willing) to brin…

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 65.7%
  • Classic ASP 29.9%
  • JavaScript 4.3%
  • CSS 0.1%