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.
61 lines
1.6 KiB
61 lines
1.6 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" />
|
||
|
<title>summernote - bs3</title>
|
||
|
|
||
|
<!-- include jquery -->
|
||
|
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.js"></script>
|
||
|
|
||
|
<!-- include libs stylesheets -->
|
||
|
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.css" />
|
||
|
<script src="//netdna.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.js"></script>
|
||
|
|
||
|
<!-- include summernote -->
|
||
|
<link rel="stylesheet" href="../dist/summernote.css">
|
||
|
<script type="text/javascript" src="../dist/summernote.js"></script>
|
||
|
|
||
|
<script type="text/javascript">
|
||
|
$(document).ready(function() {
|
||
|
$('.summernote').summernote({
|
||
|
height: 300,
|
||
|
tabsize: 2
|
||
|
});
|
||
|
});
|
||
|
</script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="container">
|
||
|
<h4>Lately library
|
||
|
<span class="label label-info">Bootstrap v3.3.5</span>
|
||
|
</h4>
|
||
|
<div class="summernote"></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>
|