You are not logged in.
#1 2007-03-16 10:13:35
- Capitan
- Member
- Registered: 2007-03-16
- Posts: 2
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.
Offline
#2 2007-03-20 11:18:53
- Capitan
- Member
- Registered: 2007-03-16
- Posts: 2
Re: Insert a IFrame
Hello again.
Nobody can help me?
can't use a iframe inside a TinyMCE editor?
Thanks again.
Offline
#3 2007-03-28 03:57:22
- sojudave
- Member
- Registered: 2007-03-28
- Posts: 2
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
Offline
#4 2007-04-04 17:38:38
- nextgate
- Member
- Registered: 2007-03-09
- Posts: 34
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)
Offline
#5 2007-08-28 05:13:29
- outlooker
- Member
- Registered: 2006-10-06
- Posts: 4
Re: Insert a IFrame
Perfect! works a treat - thanks nextgate
Offline
#6 2009-03-09 00:00:25
- gab1982
- Member
- Registered: 2008-09-30
- Posts: 21
Re: Insert a IFrame
I also need to do this but cannot find the ini file
can anyone help
nm i found it out ![]()
Last edited by gab1982 (2009-03-09 00:20:34)
Offline
#7 2009-07-23 13:30:18
- Futureweb
- Member
- Registered: 2009-05-19
- Posts: 30
Re: Insert a IFrame
IFrame Plugin: https://sourceforge.net/tracker/?func=d … tid=738747
Offline
© 2003-2010