Thanks.
Is there a place where I can add this listener to appropriate nodes?
Currently onload throws error in batik saying the function not found.
Where can I add this line without using ui (mouse/keyboard) events..
node.addEventListener('DOMCharacterDataModified', doSomething, false);
Thanks again in advance.
Nirmesh.
-----Original Message-----
From: Cameron McCormack [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 16, 2008 3:55 PM
To: [email protected]
Subject: Re: svg event on text value change
Nirmesh Desai:
> Is there an event for 'text' node's value change?
Yes, you can listen for a DOMCharacterDataModified event:
http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-MutationEvent
--
Cameron McCormack ≝ http://mcc.id.au/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]