tinymce-docs
tinymce-docs copied to clipboard
I can't find what I'm looking for: api/tinymce/tinymce.editor.html
I am attempting to clear a journal input field that is using tinymce to give the journal field more functionality. I am using code found below from the ServiceNow community.
When I add an event to setContent("") this fails. I also have an activity list that the tags around the text remain when posting. current.u_comments ="[code]"+current.comments +"[/code]"; Here we are copying the content of the Tinymc editor, wrapped by [code] tags, to the journal field we have just created.