From c2045236ce9ae4a535bbedb7f7326c012e1fc272 Mon Sep 17 00:00:00 2001 From: avl Date: Mon, 27 Jul 2009 18:47:32 +0300 Subject: [PATCH] enable iframe in html editor --- ipf/form/widget/htmlinput.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ipf/form/widget/htmlinput.php b/ipf/form/widget/htmlinput.php index ff9189e..3ed0f78 100644 --- a/ipf/form/widget/htmlinput.php +++ b/ipf/form/widget/htmlinput.php @@ -73,6 +73,7 @@ class IPF_Form_Widget_HTMLInput extends IPF_Form_Widget theme_advanced_buttons3 : "tablecontrols", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align: "left", + extended_valid_elements : "span[class|style],code[class],iframe[src|width|height|name|align|frameborder|scrolling]", mode : "specific_textareas", editor_selector : "htmlEditor", theme : "advanced", -- 2.49.0