I'm sure there must be a simple answer to this but I can't seem to insert HTML into FCKEditor from link on the page e.g. this link "Click here to insert date and time" would sit below the editor and when clicked would pass some text to the editor for insertion.
I was able to in HTMLArea with editor_insertHTML(ID, Text). It could be called from a link on the page somewhere and would insert whatever text you wanted into the editor. I'm just was wondering how this can be achieved with FCKEditor?
I was able to in HTMLArea with editor_insertHTML(ID, Text). It could be called from a link on the page somewhere and would insert whatever text you wanted into the editor. I'm just was wondering how this can be achieved with FCKEditor?
RE: InsertHTML
e.g.
FCKeditor1___Frame.FCK.InsertHtml('test');
This will allow me to insert any text into the editor for anywhere on the loaded page.
Yay!
Re: InsertHTML
Re: InsertHTML
is that javascript?