| .. | |||||
| 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 name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>summernote-lite</title>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js"></script>
<style type="text/css">
body {
margin: 0 auto;
max-width: 900px;
}
</style>
<script type="text/javascript">
$(document).ready(function() {
$('.summernote').summernote({
height: 300,
tabsize: 2
});
});
</script>
</head>
<body>
<div style='float:right;'>
<a href='index.html'>Bootstrap 3</a>
/
<a href='bs4.html'>Bootstrap 4</a>
/
<a href="examples/">Example</a>
</div>
<h1>Summernote standalone</h1>
<div class="summernote"></div>
</body>
</html>
| .. | |||||
| icons | |||||
| js | |||||
| styles | |||||
| summernote-bs3.html | |||||
| summernote-bs4.html | |||||
| summernote-lite.html |