Difference between revisions of "Adding events"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 10: | Line 10: | ||
myPoint); | myPoint); | ||
JXG.addEvent(myPoint.rendNode, 'mouseout', | JXG.addEvent(myPoint.rendNode, 'mouseout', | ||
− | function(){document.getElementById('myOutput').innerHTML =}, | + | function(){document.getElementById('myOutput').innerHTML = '';}, |
myPoint); | myPoint); | ||
point.hasPoint = function(){return false; }; | point.hasPoint = function(){return false; }; |
Revision as of 13:23, 28 July 2010