KoolAjax - Great PHP Ajax Framework

Changelog

Apr 16, 2012: Version 2.8.0.0
- Fix client-side conflict with MooTools framework.
Dec 04, 2011: Version 2.7.0.1
- Correct the position of UpdatePanel in IE8
May 15, 2010: Version 2.7.0.0
- Enhance the loading process of UpdatePanel.
February 28, 2010: Version 2.6.0.0
- Change Request class to KoolAjaxRequest
- New property: KoolAjax::CharSet
December 17, 2009: Version 2.5.0.2
- Solve issue of KoolAjax working with AutoComplete.
September 24, 2009: Version 2.1.0.0
- Make KoolAjax work better with different languages.
September 05, 2009: Version 2.0.0.0
- Enhance position of UpdatePanel's loading image.
August 20, 2009: Version 1.9.0.0
- Fix KoolAjax's issue of parameter transporting.
July 09, 2009: Version 1.8.0.2
- UpdatePanel now recognizes submit button as triggers.
- Solve error "this._getCurrentBrowsers() is null" in FF3
March 08, 2009: Version 1.7.0.0
- Enhance response of UpdatePanel and KoolAjax's callback
- KoolAjax now can be registered in any place of your page, not just only at top of your page.
February 09, 2009: Version 1.6.0.5
- Update ActiveX Object list for IE Ajax
- Improve the debug mode.
December 10, 2008: Version 1.6.0.2
- Enhance OnError event handle of UpdatePanel
- Improve the return of callback() function.
November 17, 2008: Version 1.6.0.1
- New property added: scriptFolder for manually setting the path to script folder.
November 11, 2008 : Version 1.6.0.0
- Big enhancement in handling ajax request.
- Solved the issue of "not well-formed" warning.
- Improved the return data type when page does the callback.
October 15, 2008 : Version 1.5.0.7
- Make KoolAjax work better with other kool controls.
October 03, 2008 : Version 1.5.0.6
- Enahnce setLoading function of UpdatePanel
October 01, 2008 : Version 1.5.0.5
- Enhance the render of JS library's absolute path.
September 25, 2008 : Version 1.5.0.4
- Enhance the loading panel of UpdatePanel.
- UpdatePanel now can be nested.
September 23, 2008 : Version 1.5.0.3
- Make KoolAjax work better with WAMP Server
September 21, 2008 : Version 1.5.0.1
- Enhance KoolAjax to make it work when short_open_tag settings of PHP is disable.
- Improve the loading panel, the loading image now is preloaded.
September 08, 2008 : Version 1.5.0.0
- New function: registerClientScript() enable us to set any client command to run from server-side.
- New function: loadScript() which help to load any js library silently to page.
- New function: loadCss() which help to load a CSS file silently to page.
- UpdatePanel has been improved alot, the loading panel option has been added.
- Bundle of loading image are provided.
August 03, 2008 : Version 1.3.0.2
- Enhance synchronous callback function.
- Improve the Request class.
July 04, 2008 : Version 1.3.0.0
- Added attachData() function to UpdatePanel
- Enhanced Request class
- Added abort function to Request, helping to abort a request in neccesary cases.
- Added timeout capability to KoolAjax.
- Many new event handles has been added to Request class : onOpen, onSent, onRecieve, onDone, onError, onAbort.
June 25, 2008 : Version 1.2.0.1
- Enhanced UpdatePanel in handling callbacked data.
June 19, 2008 : Version 1.2.0.0
- UpdatePanel class has been added.
- KoolScripting has been enabled in this version. With this feature,we can create UpdatePanel by adding XML directly on the page.
- Enhanced KoolAjax in working with Linux.
- Improve function callback feature with JSON.
June 10, 2008 : Version 1.0.0.0
- KoolAjax is first released.