Skip to content

Commit e3e471f

Browse files
authored
Merge pull request #68 from SyncfusionExamples/EJ2-983059-DisableHotkeys
983059: Updated Sample To disable Hotkeys
2 parents 6034c2b + d5bd379 commit e3e471f

File tree

4 files changed

+1011
-0
lines changed

4 files changed

+1011
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"name": "y6nzzzli--run",
3+
"version": "0.0.0",
4+
"private": true,
5+
"dependencies": {
6+
"react": "18.1.0",
7+
"react-dom": "18.1.0",
8+
"@syncfusion/ej2-base": "*",
9+
"@syncfusion/ej2-react-base": "*",
10+
"@syncfusion/ej2-pdfviewer": "*",
11+
"@syncfusion/ej2-react-pdfviewer": "*",
12+
"@syncfusion/ej2-buttons": "*",
13+
"@syncfusion/ej2-react-buttons": "*",
14+
"@syncfusion/ej2-react-charts": "*",
15+
"undefined": "0.1.0",
16+
"@syncfusion/ej2-lists": "*",
17+
"@syncfusion/ej2-documenteditor": "*",
18+
"@syncfusion/ej2-splitbuttons": "*",
19+
"@syncfusion/ej2-navigations": "*",
20+
"@syncfusion/ej2-react-popups": "*"
21+
},
22+
"scripts": {
23+
"start": "react-scripts start",
24+
"build": "react-scripts build",
25+
"test": "react-scripts test --env=jsdom",
26+
"eject": "react-scripts eject"
27+
},
28+
"devDependencies": {
29+
"react-scripts": "latest"
30+
},
31+
"browserslist": {
32+
"production": [
33+
">0.2%",
34+
"not dead",
35+
"not op_mini all"
36+
],
37+
"development": [
38+
"last 1 chrome version",
39+
"last 1 firefox version",
40+
"last 1 safari version"
41+
]
42+
}
43+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Syncfusion React Sample</title>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
7+
<meta http-equiv="x-ua-compatible" content="ie=edge">
8+
<meta name="description" content="Syncfusion React UI Components" />
9+
<meta name="author" content="Syncfusion" />
10+
<link href="https://cdn.syncfusion.com/ej2/30.2.4/material3.css" rel="stylesheet">
11+
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
12+
</head>
13+
14+
<body class="material3">
15+
<style>
16+
.control-section
17+
{
18+
margin-top: 100px;
19+
}
20+
</style>
21+
<div id='sample'>
22+
</body>
23+
</html>

0 commit comments

Comments
 (0)