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 2.0.3 can be downloaded from the project’s page at Google Code. You can give us feedback and participate in discussions about Ra-Ajax at http://stacked.ra-ajax.org.

 

Share this post :

Technorati Tags: ,