31 Mar
2014
31 Mar
'14
1:35 p.m.
I put the following in a XWiki.JavaScriptExtension and it doesn't work. document.observe('xwiki:dom:saved', function() { alert("Hello"); }); I can see it in my final document. It gets converted to the following. document.observe("xwiki:dom:saved",function(){alert("Hello")}); But, I never see the Hello alert. This seems pretty simple. Can someone tell me what I am missing? -- View this message in context: http://xwiki.475771.n2.nabble.com/xwiki-dom-saved-not-firing-tp7589872.html Sent from the XWiki- Dev mailing list archive at Nabble.com.