"Bootstrap Html Editor"
Bootstrap 3.3.0 Snippet by naimserin

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link href="http://ide.nseri.com/Src/css/bootstrap.min.css" rel="stylesheet" />
<link href="http://ide.nseri.com/Src/css/bootstrap-colorpicker.min.css" rel="stylesheet" />
<script src="http://ide.nseri.com/Src/js/jquery-1.11.1.min.js"></script>
<script src="http://ide.nseri.com/Src/js/bootstrap.min.js"></script>
<script src="http://ide.nseri.com/Src/js/bootstrap-colorpicker.min.js"></script>
<script src="http://ide.nseri.com/Src/js/ajaxupload.js"></script>
<script src="http://ide.nseri.com/Src/js/wysiwyg.js"></script>
<div class="container">
<div class="row">
<textarea id="editableSource" data-editor="true" rows="15" class="form-control" style="display: none;"></textarea>
<textarea id="editableSource1" data-editor="true" rows="15" class="form-control" style="display: none;"></textarea>
<h1><a href="http://ide.nseri.com" target="_blank">http://ide.nseri.com</a>/</h1>
<p>Example and Download</p>
<div class="well">
CSS<br />
<link href="~/Src/css/bootstrap.min.css" rel="stylesheet" /><br />
<link href="~/Src/css/bootstrap-colorpicker.min.css" rel="stylesheet" /><br />
<br />
JS<br />
<script src="~/Src/js/jquery-1.11.1.min.js"></script><br />
<script src="~/Src/js/bootstrap.min.js"></script><br />
<script src="~/Src/js/bootstrap-colorpicker.min.js"></script><br />
<script src="~/Src/js/ajaxupload.js"></script><br />
<script src="~/Src/js/wysiwyg.js"></script><br />
<h4>Start Function</h4>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
blockquote {
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
width: 100%;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #383838;
}
blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -20px;
top: -20px;
color: #7a7a7a;
}
blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
blockquote cite:before {
content: "\2014 \2009";
}
.row {
margin-bottom: 2px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: