JavaScript
$('div#froala-editor').froalaEditor({
toolbarSticky: false,
fullPage: true,
//fullPage: true,
htmlRemoveTags:[],
listAdvancedTypes: true,
htmlAllowedTags: ['a', 'abbr', 'address', 'area', 'article', 'aside', 'audio', 'b', 'base', 'bdi', 'bdo', 'blockquote', 'br', 'button', 'canvas', 'caption', 'cite', 'code', 'col', 'colgroup', 'datalist', 'dd', 'del', 'details', 'dfn', 'dialog', 'div', 'dl', 'dt', 'em', 'embed', 'fieldset', 'figcaption', 'figure', 'footer', 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'header', 'hgroup', 'hr', 'i', 'iframe', 'img', 'input', 'ins', 'kbd', 'keygen', 'label', 'legend', 'li', 'link', 'main', 'map', 'mark', 'menu', 'menuitem', 'meter', 'nav', 'noscript', 'object', 'ol', 'optgroup', 'option', 'output', 'p', 'param', 'pre', 'progress', 'queue', 'rp', 'rt', 'ruby', 's', 'samp', 'script', 'style', 'section', 'select', 'small', 'source', 'span', 'strike', 'strong', 'sub', 'summary', 'sup', 'table', 'tbody', 'td', 'textarea', 'tfoot', 'th', 'thead', 'time', 'tr', 'track', 'u', 'ul', 'var', 'video', 'wbr', 'title', 'meta', 'center'],
toolbarButtons: ['bold', 'italic', 'underline', 'strikeThrough', 'fontFamily', 'fontSize', 'lineHeight', 'color', 'formatBlock', 'inlineStyle', 'clearFormatting', "|", 'align', 'formatOL', 'formatUL', 'outdent', 'indent', "|", 'insertLink', 'insertImage', 'insertTable', 'insertButton', 'mergeTags', 'insertSocialMedia', "|", 'undo', 'redo', "|", 'html', 'fullscreen','previewPage', /*'selectTheme', 'previewPage'*/],
imageUploadParam: 'file',
// tableMultipleStyles:true,
imageUploadURL: 'contacts/email/upload_mail_image',
tableEditButtons: ['tableHeader', 'tableRows', 'tableColumns', 'tableCells', '-','tableCellBackground', 'tableCellVerticalAlign', 'tableCellHorizontalAlign',...