Adding events: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary  | 
				A WASSERMANN (talk | contribs) No edit summary  | 
				||
| 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 11:23, 28 July 2010