We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db4639 commit 3a20c54Copy full SHA for 3a20c54
demo/app/index.js
@@ -21,4 +21,10 @@ $(function () {
21
});
22
}
23
24
+
25
+ var $fullscreen = $('#fullscreen');
26
27
+ $fullscreen.on('click', function (event) {
28
+ staticReport.fullscreen();
29
+ });
30
demo/index.html
@@ -29,6 +29,11 @@ <h2>Static Embed</h2>
<p>Report to embed is known by the developer.</p>
31
<div id="reportstatic" class="powerbi-container"></div>
32
33
+ <br>
34
+ <p>
35
+ <button type="button" id="fullscreen" class="btn btn-warning">Toggle Fullscreen</button>
36
+ </p>
37
</div>
38
39
<script src="bower_components/jquery/dist/jquery.js"></script>
0 commit comments