wyona / yanel

http://www.yanel.org
Apache License 2.0
10 stars 5 forks source link

Allow TinyMCE to insert iframe tag in HTML mode #5

Closed michaelwechner closed 13 years ago

michaelwechner commented 13 years ago

git diff src/resources/tinymce/htdocs/js/tinymceinit_3_3_5_1.js diff --git a/src/resources/tinymce/htdocs/js/tinymceinit_3_3_5_1.js b/src/resources/tinymce/htdocs/js/tinymceinit_3_3_5_1.js index 3784be5..15350f9 100644 --- a/src/resources/tinymce/htdocs/js/tinymceinit_3_3_5_1.js +++ b/src/resources/tinymce/htdocs/js/tinymceinit_3_3_5_1.js @@ -7,6 +7,7 @@ tinyMCE.init({ theme_advanced_toolbar_align : "left", theme_advanced_statusbar_location : "bottom", theme_advanced_resizing : true,

baszero commented 13 years ago

I can do a quick test today, I'll let you know the results here.

I will just add these lines then to my local tinymce js, right? :

extended_valid_elements : "iframe[src|width|height|name|align]",