Microsoft
Software
Hardware
Network
Question : CKEditor: How to update textarea using javascript?
I've been through the CKEditor docs and the EE area but still can't find a solution to what I believe is a very simple problem: I am using CKEditor on a textarea, but wish to be able to manually clear out the textarea with javascript when the user presses a 'clear this field' button.
I set up a javascript handler for the button click, but I can't seem to clear the field out.
In the older FCKEditor code I could just use code like this:
document.myform.artistbio.
value="";
CKEDITOR.updateContent("ar
tistbio");
But the updateContent() is not in CKEditor (or at least I am not invoking it correctly?)
How can I call the CKEditor to clear out this field from javascript?
Thanks experts!
Answer : CKEditor: How to update textarea using javascript?
Its very simple
CKEDITOR.instances.yourEdi
torId.setD
ata('html to update')
just replace yourEditorId with your ckeditor ID, then call setData method and pass html you wish to replace with in it.
Random Solutions
Grant Permissions to a user for access of everyone's calendar
Cisco exam 642-892 Composite
How do I split .Net 4.0 Windows Form event handlers into separate files?
Select Records in a particular priority
iSCSI Migration Server 2008
Anyway to search a large text file without loading it into memory?
Ubuntu 10.4 Issues
How do I show user presence (Live Messenger) in a Sharepoint (WSS 3.0) calculated column.
MS Word 2010 Is there a way to make "include chapter numbers" on page numbers work in a document with 2 multilevel lists?
WINS trying to replicate to mystery IP addresses