Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Examples/WebContent/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<link rel="stylesheet" href="/bower_components/froala-wysiwyg-editor/css/plugins/colors.css">
<link rel="stylesheet" href="/bower_components/froala-wysiwyg-editor/css/plugins/emoticons.css">
<link rel="stylesheet" href="/bower_components/froala-wysiwyg-editor/css/plugins/file.css">
<link rel="stylesheet" href="/bower_components/froala-wysiwyg-editor/css/plugins/files_manager.css">
<link rel="stylesheet" href="/bower_components/froala-wysiwyg-editor/css/plugins/fullscreen.css">
<link rel="stylesheet" href="/bower_components/froala-wysiwyg-editor/css/plugins/image_manager.css">
<link rel="stylesheet" href="/bower_components/froala-wysiwyg-editor/css/plugins/image.css">
Expand All @@ -38,6 +39,7 @@
<script src="/bower_components/froala-wysiwyg-editor/js/plugins/emoticons.min.js"></script>
<script src="/bower_components/froala-wysiwyg-editor/js/plugins/entities.min.js"></script>
<script src="/bower_components/froala-wysiwyg-editor/js/plugins/file.min.js"></script>
<script src="/bower_components/froala-wysiwyg-editor/js/plugins/files_manager.min.js"></script>
<script src="/bower_components/froala-wysiwyg-editor/js/plugins/font_family.min.js"></script>
<script src="/bower_components/froala-wysiwyg-editor/js/plugins/font_size.min.js"></script>
<script src="/bower_components/froala-wysiwyg-editor/js/plugins/fullscreen.min.js"></script>
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ JRE version >= 1.5 is required.
## Import project

* Eclipse -> Right click on your project -> Build Path -> Configure Build Path... -> Projects -> Add -> Select `Lib` project.


##### Note
> Third-party plugins are not supported

## Documentation

* [Official documentation](https://www.froala.com/wysiwyg-editor/docs/sdks/java)
Expand Down