| .. | |||||
| icons | |||||
| js | |||||
| styles | |||||
| summernote-bs3.html | |||||
| summernote-bs4.html | |||||
| summernote-lite.html |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.13 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/dpmptsp/public_html/newsigniter/assets/back/vendors/summernote_v/src/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Summernote - Bootstrap 4</title>
<!-- include jquery -->
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.js"></script>
<!-- include libs stylesheets -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.js"></script>
<!-- include summernote -->
<script type="text/javascript">
$(document).ready(function() {
$('.summernote').summernote({
height: 300,
tabsize: 2
});
});
</script>
</head>
<body>
<div class="container">
<div style='float:right;'>
<a href='index.html'>Bootstrap 3</a>
/
<a href='lite.html'>Lite</a>
/
<a href="examples/">Example</a>
</div>
<h1>Summernote with Bootstrap 4</h1>
<p>
<span class="badge badge-primary">jQuery v3.4.1</span>
<span class="badge badge-info">Bootstrap v4.4.1</span>
</p>
<div class="summernote"><p>Hello World</p></div>
</div>
</body>
</html>
| .. | |||||
| icons | |||||
| js | |||||
| styles | |||||
| summernote-bs3.html | |||||
| summernote-bs4.html | |||||
| summernote-lite.html |