Fullscreen mode: Difference between revisions

From JSXGraph Wiki
No edit summary
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===

Revision as of 20:07, 1 April 2020

The underlying JavaScript code