Adapt highlighting of objects: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 23: | Line 23: | ||
var c = brd.create('circle',[p2,p3]); | var c = brd.create('circle',[p2,p3]); | ||
var infobox = document.getElementById('myinfobox'); | var infobox = document.getElementById('myinfobox'); | ||
JXG.Line.prototype.highlight = function(){ | JXG.Line.prototype.highlight = function(){ | ||
Line 43: | Line 43: | ||
infobox.style.display = 'none'; | infobox.style.display = 'none'; | ||
} | } | ||
</jsxgraph> | </jsxgraph> | ||
Revision as of 16:40, 18 December 2009