- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSpellCheckExample.html
More file actions
Latest commit
14 lines (14 loc) · 530 Bytes
/
Copy pathSpellCheckExample.html
File metadata and controls
14 lines (14 loc) · 530 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
<metahttp-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Spell Check</title>
<linkrel="stylesheet" type="text/css" href="extjs-4.1.3/resources/css/ext-all.css" />
<linkrel="stylesheet" type="text/css" href="css/SpellCheck.css" />
<scripttype="text/javascript" src="extjs-4.1.3/ext-all-dev.js"></script>
<scripttype="text/javascript" src="js/typo.js"></script>
<scripttype="text/javascript" src="SpellCheckExample.js"></script>
</head>
<body>
</body>
</html>