jh100000
2006-Aug-10 12:06 UTC
[Rails] Is it possible for a controller to throw up a message box?
I need my controller to give some feedback to the user by popping up a message box. Does anyone have any ideas how this can be done? Thanks --John -- Posted via http://www.ruby-forum.com/.
Daniel Waite
2006-Aug-10 18:18 UTC
[Rails] Re: Is it possible for a controller to throw up a message bo
jh100000 wrote:> I need my controller to give some feedback to the user by popping up a > message box. Does anyone have any ideas how this can be done?Not sure why''d you want to do this, but it could be achieved via clever use of Ajax and an RJS template. -- Posted via http://www.ruby-forum.com/.
Greg Donald
2006-Aug-13 00:28 UTC
[Rails] Is it possible for a controller to throw up a message box?
On 8/10/06, jh100000 <john.henderson@mac.com> wrote:> I need my controller to give some feedback to the user by popping up a > message box. Does anyone have any ideas how this can be done?page.alert http://api.rubyonrails.com/classes/ActionView/Helpers/PrototypeHelper/JavaScriptGenerator/GeneratorMethods.html#M000438 -- Greg Donald http://destiney.com/