tinymce-docs icon indicating copy to clipboard operation
tinymce-docs copied to clipboard

I can't find what I'm looking for: api/tinymce/tinymce.editor.html

Open krabbyk opened this issue 3 years ago • 0 comments

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.

krabbyk avatar Jun 01 '22 12:06 krabbyk