[Proto-Scripty] Re: Need ideas for a form-changed observer.

2009-04-23 Thread Chris

Hi Mona,

> Form.Observer [http://prototypejs.org/api/timedObserver/form-observer]

nice, didnt know that Prototype has this function. After working more
than 1 year with this library, there are always new and exciting
things. Thank you prototype-devs for that :)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: Need ideas for a form-changed observer.

2009-04-23 Thread Mona Remlawi

Form.Observer [http://prototypejs.org/api/timedObserver/form-observer]
is your friend

cheers

--
mona
mreml...@optaros.com

On Thu, Apr 23, 2009 at 9:11 AM, Chris  wrote:
>
> Hi all,
>
> I want to add some sort of Saving-Reminder to forms on my page. The
> process would be roughly the following:
>
> 1. I fill out a form element (Input or Textarea, doesnt really matter)
> 2. I click on a link that takes me away of the form (lets say from
> forms.html to index.html)
> 3. The Saving-Reminder sees that there are changed values in my form
> and I seem to leave and shows me a confirm box (Something like "Form
> data was not saved. Really exit this page?").
>
> My idea for such a feature would be to attach a listener to all links
> on the page and to all form elements (or is there a onchange-Event for
> forms directly?). Are there any better ways to archive this task?
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---