You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.7 KiB
58 lines
1.7 KiB
1 year ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||
|
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.css" />
|
||
|
<link rel="stylesheet" href="../dist/summernote-bs4.css">
|
||
|
<title>summernote</title>
|
||
|
|
||
|
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.js"></script>
|
||
|
<script src="//cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.js"></script>
|
||
|
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.js"></script>
|
||
|
<script type="text/javascript" src="../dist/summernote-bs4.js"></script>
|
||
|
|
||
|
<script type="text/javascript">
|
||
|
$(document).ready(function() {
|
||
|
$('.summernote').summernote({
|
||
|
height: 300,
|
||
|
tabsize: 2
|
||
|
});
|
||
|
});
|
||
|
</script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="container">
|
||
|
<h5>
|
||
|
<i class="note-icon-summernote"></i> Summernote
|
||
|
<span class="badge badge-pill badge-info">Bootstrap v4.0.0</span>
|
||
|
</h5>
|
||
|
<div class="summernote"><p>Hello World</p></div>
|
||
|
<p>scroll text...</p>
|
||
|
<p>scroll text...</p>
|
||
|
<p>scroll text...</p>
|
||
|
<p>scroll text...</p>
|
||
|
<p>scroll text...</p>
|
||
|
<p>scroll text...</p>
|
||
|
<p>scroll text...</p>
|
||
|
<p>scroll text...</p>
|
||
|
<p>scroll text...</p>
|
||
|
<p>scroll text...</p>
|
||
|
<p>scroll text...</p>
|
||
|
<p>scroll text...</p>
|
||
|
<p>scroll text...</p>
|
||
|
<p>scroll text...</p>
|
||
|
<p>scroll text...</p>
|
||
|
<p>scroll text...</p>
|
||
|
<p>scroll text...</p>
|
||
|
<p>scroll text...</p>
|
||
|
<p>scroll text...</p>
|
||
|
<p>scroll text...</p>
|
||
|
<p>scroll text...</p>
|
||
|
<p>scroll text...</p>
|
||
|
<p>scroll text...</p>
|
||
|
<p>scroll text...</p>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|