[ANN] Transparent Message

Hi

I have done a little JS class to display “transparent message” on a
page.
It’s a nice way to display flash[:error/:notice] messages (a rails
helper is included) but you can do a lot of more things with it. It’s
up to you :wink:

URL: http://transparent-message.xilinus.com/
Ajax demo: http://transparent-message.xilinus.com/main/ajax

It’s under MIT-licence fill free to use it :slight_smile:
Seb

Sébastien Gruhier wrote:

Ajax demo: http://transparent-message.xilinus.com/main/ajax

It’s under MIT-licence fill free to use it :slight_smile:
Seb

Cool! Is your JS code base on prototype.js?

Sure

Cool, Seb!

The neat thing about this approach, is that it can handle errors
regardles of whether they occurred during an ajax request or a normal
request.

Starr

Pretty cool.
Stuart

On 10/13/06, Starr [email protected] wrote:

Hi
I was trying to use Transparent message for my rails application

Here I put transparent_message_helper.rb  in app/helpers and the 

javascript in public/javascript folder…And the test code in an rhtml
file.But when i execute I am getting the error

undefined method `transparent_flash_message’ for
#<#Class:0xb74b0cc8:0xb74b0ca0>

Is it because the file not included?Is app/helpers not the place to put
transparent_message_helper.rb?

Please help
Sijo