Fullscreen mode: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 8: | Line 8: | ||
var plot = board.create('functiongraph', ["nthroot(x, 3)"], {withLabel: true, name:'nthroot(x,3)'}); | var plot = board.create('functiongraph', ["nthroot(x, 3)"], {withLabel: true, name:'nthroot(x,3)'}); | ||
</jsxgraph> | </jsxgraph> | ||
<html><button onClick="board.toFullscreen()">Fullscreen</button></html> | |||
===The underlying JavaScript code=== | ===The underlying JavaScript code=== |