Hi there,
is it possible to insert an iframe into the editors value-text.
Is there a "insert iframe"-button-option in the config, which I have overlooked?
We are using another editor at the moment and want to switch to FCK. But our users are used to the insert-iframe-button, so we should integrate that in the fck-editor, too.
Any ideas?
thanks in advance.
BTW: FCK is really a great editor
Wed, 08/12/2009 - 18:01
#1
Re: Insert an IFrame in the text
You could add one with reasonable ease via a plugin, but you wouldn't likely be able to edit the content of the iframe without some custom work - you'd essentially have to create a second editor instance to handle the iframe content.
Re: Insert an IFrame in the text
Thanks for the answer.
So I at least can stop searching for an out of the box solution
As I dont want the content of the Iframe to be editable, it's not that difficult. Just Frame-URL, width, height ... thats it.
So I will try to write a plugin.
Thanks and have a nice weekend
runi