xxxxxxxxxx
1
<div class="container my-4">
2
<p>
3
<strong>Bootstrap WYSIWYG editor stands for "What You See Is What You Get"</strong>
4
</p>
5
6
<p>You can include the wysiwyg editor in your pages with our <a href="https://mdbootstrap.com/docs/standard/plugins/wysiwyg-editor/">WYSIWYG editor plugin</a>
7
8
<hr />
9
10
<p>
11
You will <strong>find the code structure for this example in the tabs on the left</strong>. For even
12
<strong>more examples, resources & customization options</strong> click the red <button
13
class="btn btn-danger btn-sm">DOCS</button> button in the upper left corner.
14
</p>
15
16
<div class="border p-5 mb-5">
17
<!-- Copy this code to have a working example -->
18
<div class="wysiwyg" data-mdb-wysiwyg="wysiwyg">
19
<br />
20
<p style="text-align: center;"><img
21
src="https://mdbootstrap.com/wp-content/uploads/2018/06/logo-mdb-jquery-small.png" class="img-fluid">
22
</p>
23
<h1 style="text-align: center;">MDBootstrap</h1>
24
<p style="text-align: center;">WYSIWYG Editor</p>
25
<p style="text-align: center;"><a href="https://mdbootstrap.com" target="_blank" contenteditable="false"
26
style="font-size: 1rem; text-align: left;">MDBootstrap.com</a> © 2020</p>
27
<p style="text-align: left;"><b>Features:</b></p>
28
<ul>
29
<li>Changing block type</li>
30
<li>Text formatting (bold, italic, strikethrough, underline)</li>
31
<li>Setting text color</li>
32
<li>Setting color highlight</li>
33
<li>Text aligning</li>
34
<li>Creating a list (bulled or numbered)</li>
35
<li>Increase/Decrease indent</li>
36
<li>Inserting links</li>
37
<li>Inserting pictures</li>
38
<li>Insert horizontal line</li>
39
<li>show HTML code</li>
40
<li>Undo/Redo</li>
41
</ul>
42
<p><b>Options:</b></p>
43
<ul>
44
<li>Translations</li>
45
<li>Using your own color palette</li>
46
<li>Disabling/enabling sections</li>
47
</ul>
48
<p><b>Methods:</b></p>
49
<ul>
50
<li>Get HTML code from editor</li>
51
</ul>
52
</div>
53
<!--/ Copy this code to have a working example -->
54
</div>
55
56
</div>
1
1
xxxxxxxxxx
1
const basicExample = document.getElementById('basic-example');
2
new Mention(basicExample, {
3
items: [
4
{ name: 'James', username: 'james123', image: '' },
5
{ name: 'John', username: 'john322', image: '' },
6
{ name: 'Mary', username: 'maryx', image: '' },
7
],
8
});
Console errors: 0