17 Aug
2011
17 Aug
'11
1:40 a.m.
Is there an event to listen for annotation added. I am looking for something similar to xwiki:annotations:filter:changed I would like to listen to annotation added events document.observe("xwiki:annotations:filter:changed", function(event){ alert("annot filter change"); }); ===I would like to know if this is available==== document.observe("xwiki:annotations:added", function(event){ alert("annot filter change"); }); Thanks Ravi -- View this message in context: http://xwiki.475771.n2.nabble.com/Annotation-added-event-tp6693845p6693845.h... Sent from the XWiki- Users mailing list archive at Nabble.com.