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 c6e4cda commit a954736Copy full SHA for a954736
How to/Custom Context Menu/package.json
@@ -35,6 +35,7 @@
35
"dependencies": {
36
"@syncfusion/ej2": "*",
37
"@syncfusion/ej2-buttons": "*",
38
- "@syncfusion/ej2-navigations":"*"
+ "@syncfusion/ej2-navigations":"*",
39
+ "@syncfusion/ej2-pdfviewer":"*"
40
}
41
How to/Custom Context Menu/src/index.html
@@ -12,15 +12,15 @@
12
</head>
13
14
<body>
15
-<div>
+ <br><br>
16
<div>
17
<input type="checkbox" id="hide">
18
</div>
19
20
<input type="checkbox" id="toolbar">
21
22
- <div id="PdfViewer" style="height:100%;width:100%;"></div>
23
-</div>
+ <!--Element which will render as PDF Viewer -->
+ <div id="PdfViewer"></div>
24
</body>
25
26
</html>
0 commit comments