Ra-Ajax 2.0.3 Released

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;

(http://11011.net/software/vspaste) can be downloaded from the project’s page at Google Code. You can give us feedback and participate in discussions about Ra-Ajax at.

This article is part of the GWB Archives. Original Author: kariemali

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.