1

Topic: Insert a IFrame

Hello all:

I'm new using TinyMCE. In the message box i wish insert a iFrame, some as:
----------------------------------
<IFRAME SRC="http://www.dominio.com/mapa.html" NAME="ZONE1" WIDTH="754" HEIGHT="540" ALIGN="center" BORDER="0">
----------------------------------
If i push HTML button and insert this code, TinyMCE don't save it. Support IFrames? Somebody can help me?

Thanks in advance.

2

Re: Insert a IFrame

Hello again.

Nobody can help me?

can't use a iframe inside a TinyMCE editor?

Thanks again.

3

Re: Insert a IFrame

Hi!  I have the same problem!

I used similar syntax, and the same result.  I know there's a way to make it work.  Someone please respond on this one!

Dave

4

Re: Insert a IFrame

You should read in the documentation about valid elements.
You have to add valid elements in your tinymce init, otherwise tinymce will delete those elements:

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

Last edited by nextgate (2007-04-04 17:39:03)

5

Re: Insert a IFrame

Perfect! works a treat - thanks nextgate

6

Re: Insert a IFrame

I also need to do this but cannot find the ini file sad can anyone help

nm i found it out smile

Last edited by gab1982 (2009-03-09 01:20:34)

7

Re: Insert a IFrame

IFrame Plugin: https://sourceforge.net/tracker/?func=d … tid=738747

8

Re: Insert a IFrame

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

Solved it for me too. Should just point out that if extended_valid_elements :  is already in use you will have to add it to the existing elements.

9

Re: Insert a IFrame

vayira wrote:

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

Solved it for me too. Should just point out that if extended_valid_elements :  is already in use you will have to add it to the existing elements.

That was exactly the issue I was having was that the EVE was already in use. thanks for pointing that out I think this one is pretty much figured out. I am just starting to wonder now if I am going to run in to the same issue when I am working within a mobile app platform instead of a proven IT interface. Do you guys have any experience with this? I never knew it was going to get this technical after getting this job via IT staffing.

Last edited by editaway (2011-12-28 19:34:12)