The latest version of Ra-Ajax, 2.0.3, was released last night. This release has a couple of important bug fixes and a new Effect called EffectCssClass. This new effect was contributed by Karel Boek. EffectCssClass simply allows you to change the CSS class of a widget easily when doing chained and/or joined effects, like this: new EffectFadeIn(panel1, 500).ChainThese( new EffectHighlight(panel1, 700), new EffectCssClass(panel1, "className"), new EffectRollUp(panel1, 1000)) .Render(); Ra-Ajax version...
We have been working hard on version 2.0.0 of Ra-Ajax and it is now publicly available for download. This release marks very exciting events and changes. Probably not the least of which is the switch of license from LGPL to GPL. We have completely revamped the website design, to make it easy for visitors to find just what they need. We have a new infrastructure that will allow our existing users to get the most out of Ra-Ajax and new users to get up to speed quickly. Many changes and bug fixes were...