Is it possible to add code or text to the editor after it loads through javascript? For example, I have a list of common links for my website that i have put in a select box and then when one is selected from the dropdown it is inserted into the fckeditor (iframe).
Is this possible? If so how do you do it? Really all I need is how to update the Iframe with the code.
Thanks
Is this possible? If so how do you do it? Really all I need is how to update the Iframe with the code.
Thanks
RE: Add Text to IFRAME (fckeditor)
Hi!
)
I havent done this, but red that you can have a dropdown with common links, that, when choosen, are pasted into the editor.
Isnt that what you want to do?
(cant find where I red it
RE: Add Text to IFRAME (fckeditor)
RE: Add Text to IFRAME (fckeditor)
Download a plugin and review the source, or look at one of the sample plugins that came with FCKeditor to see how to do this.
RE: Add Text to IFRAME (fckeditor)
RE: Add Text to IFRAME (fckeditor)
Thanks for your help