Skip to content

Commit a954736

Browse files
SaravanaPriya31SaravanaPriya31
authored andcommitted
865587: commit
1 parent c6e4cda commit a954736

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

How to/Custom Context Menu/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"dependencies": {
3636
"@syncfusion/ej2": "*",
3737
"@syncfusion/ej2-buttons": "*",
38-
"@syncfusion/ej2-navigations":"*"
38+
"@syncfusion/ej2-navigations":"*",
39+
"@syncfusion/ej2-pdfviewer":"*"
3940
}
4041
}

How to/Custom Context Menu/src/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
</head>
1313

1414
<body>
15-
<div>
15+
<br><br>
1616
<div>
1717
<input type="checkbox" id="hide">
1818
</div>
1919
<div>
2020
<input type="checkbox" id="toolbar">
2121
</div>
22-
<div id="PdfViewer" style="height:100%;width:100%;"></div>
23-
</div>
22+
<!--Element which will render as PDF Viewer -->
23+
<div id="PdfViewer"></div>
2424
</body>
2525

2626
</html>

0 commit comments

Comments
 (0)