16 lines
420 B
JavaScript
Executable File
16 lines
420 B
JavaScript
Executable File
/*
|
|
Template Name: webadmin - Admin & Dashboard Template
|
|
Author: Themesdesign
|
|
Website: https://Themesdesign.com/
|
|
Contact: Themesdesign@gmail.com
|
|
File: Email summernote Js File
|
|
*/
|
|
|
|
ClassicEditor
|
|
.create( document.querySelector( '#email-editor' ) )
|
|
.then( function(editor) {
|
|
editor.ui.view.editable.element.style.height = '200px';
|
|
})
|
|
.catch( function(error) {
|
|
console.error( error );
|
|
}); |