The Folks Ajax Framework 0.1.0 was released, stable, refactored, documented and with new features.
This Folks' release contains a lot of changes:
Features
- FolksManager - The responsible for managing the postbacks
and other features. Now it isn't needed to extend the FolksPage
(deprecated), turning the application model free. It's possible now to
enable an entire Web Form just setting to True the CaptureAll property.
- FolksContainer
- Like UpdatePanel from ASP.NET Ajax. But with improvements to work in
cascade (Five levels was tested succefully). It's possible to specify a
progress control to display during the request.
- FolksProgress - Added a progress template control.
Improvements
- Rendering - The rendering process was improved to work with FolksContainer.
- Client Side - The FolksManager javascript class was re-written gaining performance and removing the useless code.
- jQuery Version - Updated the jQuery library version.
Samples and Documentation
The samples are available at http://folks.edurdias.com and the documentation at the project site.
More Information
http://www.codeplex.com/folks
I hope you enjoy it!