This is the third time that this happens with me...
First o thought that was my mistake but now i really cant figure out
why this is happening:
fncHandler : function(evt)
{
evt.stop();
var target = evt.element();
target.up('.messageItem').update('Sent Message');
}
target.up('.messageItem') -> undefined
target.up().up().up().up().up().up().up().className -> 'messageItem'
It cant find the element even with a correct dom tree.. is there a
step number limitation or something ??
Thanks in advance...
EMoreth
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype: Core" 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-core?hl=en
-~----------~----~----~----~------~----~------~--~---