Spruha - Bootstrap Premium HTML Dashboard Template

Summernote Editor

Summernote uses the Open Source libraries jQuery Form Editor HTML structure in Spruha template.

	
		
	
    
		
		
	
    


		<!-- INTERNAL Summernote Editor js -->
		<script src="../assets/plugins/summernote-editor/summernote1.js"></script>
		<script src="../assets/js/summernote.js"></script>

		
	
Type URL
Plugin Link https://summernote.org/
Rich Text Editor

General Rich Text Editor HTML structure in Spruha template.

1. You need to add these files to make it work.
	
		
	
	
    
		
	
	
    


		<!-- INTERNAL WYSIWYG Editor JS -->
		<script src="../assets/plugins/wysiwyag/jquery.richtext.js"></script>
		<script src="../assets/plugins/wysiwyag/wysiwyag.js"></script>

	
	
Type URL
Plugin Link https://www.jqueryscript.net/text/Rich-Text-Editor-jQuery-RichText.html
Quill-Editor

General Quill-Editor HTML structure in Spruha template.

1. You need to add these files to make it work.
	
		
	
	
    
		
	
	
    
		<!-- Internal Quill js-->
		<script src="../assets/plugins/quill/quill.min.js"></script>

		<!-- Internal Form-editor js-->
		<script src="../assets/js/form-editor.js"></script>

	
	
Type URL
Plugin Link https://github.com/quilljs/quill/