Applets:Periodendauer periodischer Signale: Difference between revisions
From LNTwww
David.Jobst (talk | contribs) No edit summary |
David.Jobst (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <head> | ||
<meta charset="utf-8" /> | |||
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.99.6/jsxgraphcore.js"></script> | |||
<!-- <script type="text/javascript" src="https://en.lntwww.de/MathJax/unpacked/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full,local/mwMathJaxConfig"></script> --> | |||
<!-- <script type="text/javascript" src="https://cdn.rawgit.com/mathjax/MathJax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full"></script> --> | |||
<style> | <style> | ||
.button { | |||
</style> | background-color: black; | ||
border: none; | |||
color: white; | |||
font-family: arial; | |||
padding: 8px 20px; | |||
text-align: center; | |||
text-decoration: none; | |||
display: inline-block; | |||
font-size: 16px; | |||
border-radius: 15px; | |||
} | |||
.button:active { | |||
background-color: #939393; | |||
} | |||
</style> | |||
</head> | </head> | ||
<body> | <body> | ||
<div id="cnfBoxHtml" class="jxgbox" style="width:600px; height:150px; float:top; margin:-10px 20px 100px 0px;"></div> | |||
<div id="pltBoxHtml" class="jxgbox" style="width:600px; height:600px; border:1px solid black; margin:-100px 20px 10px 0px;"></div> | |||
< | <script type="text/javascript"> | ||
// Grundeinstellungen der beiden Applets | // Grundeinstellungen der beiden Applets | ||
JXG.Options.text.useMathJax = true; | JXG.Options.text.useMathJax = true; | ||
cnfBox = JXG.JSXGraph.initBoard('cnfBoxHtml', { | cnfBox = JXG.JSXGraph.initBoard('cnfBoxHtml', { | ||
showCopyright: false, showNavigation: false, axis: | showCopyright: false, showNavigation: false, axis: false, | ||
grid: | grid: false, zoom: { enabled: false }, pan: { enabled: false }, | ||
boundingbox: [-1, 2.2, 12.4, -2.2] | boundingbox: [-1, 2.2, 12.4, -2.2] | ||
}); | }); | ||
| Line 42: | Line 49: | ||
}); | }); | ||
</script> | </script> | ||
</body> | </body> | ||
</html> | </html> | ||
{{Display}} | {{Display}} | ||
Revision as of 22:57, 18 September 2017