Admix - Bootstrap Responsive Dashboard Simple Admin HTML5 Template

Wysiwyag Form Editor

General WYSIWYG Editor HTML structure in Admix 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
Summernote Form Editor

General Summernote Editor HTML structure in Admix template.

1. You need to add these files to make it work.
		
		
		
		
		
			
		
		
		<!-- INTERNAL Summernote Editor js -->
			<script src="../assets/plugins/Summernote/Summernote.js"></script>
			<script src="../assets/js/summernote.js"></script>