On Apr 16, 12:48 pm, Maarten <[email protected]> wrote:
> It seems you have overlooked Prototype's Form observer,
> seehttp://www.prototypejs.org/api/timedObserver/form-observer
Yep, so it seems.
If I understood it correctly, I can just write something like this:
Element.select( 'form' ).each(
function(item)
{
new item.Observer
( item.id, 0.3,
function( form,value )
{
formChanged = true;
}
);
}
item.onreset = function()
{ formChanged = false;};
)
Is this correct? Am I missing anything here?
> Maarten
Andrew
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---