X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsrc%2FRoo_HtmlEditorCore.js.html;h=ca2459ed8ff76a216419dcc66c6940043126f643;hb=77750cfa2f2d05534f81435442fcb77fe0f0cf43;hp=cc7673c7342cc50a5cf4912f1f31766179cd468c;hpb=af6bd4f7b39f42518fccb98369ebefc70f3e5d22;p=roojs1 diff --git a/docs/src/Roo_HtmlEditorCore.js.html b/docs/src/Roo_HtmlEditorCore.js.html index cc7673c734..ca2459ed8f 100644 --- a/docs/src/Roo_HtmlEditorCore.js.html +++ b/docs/src/Roo_HtmlEditorCore.js.html @@ -385,7 +385,25 @@ new Roo.htmleditor.FilterAttributes({ node : div, - attrib_white : ['href', 'src', 'name', 'align', 'colspan', 'rowspan', 'data-display', 'data-width', 'start'], + attrib_white : [ + 'href', + 'src', + 'name', + 'align', + 'colspan', + 'rowspan', + 'data-display', + 'data-width', + 'start' , + 'style', + // youtube embed. + 'class', + 'allowfullscreen', + 'frameborder', + 'width', + 'height', + 'alt' + ], attrib_clean : ['href', 'src' ] });