Best Software for 2025 is now live!
Karstyn M.
KM
Sr. Systems Engineer

Get the modified HTML out of the editor to send back to my application

I need to send the modified HTML as a parameter in a URL back to my application
1 comment
Looks like you’re not logged in.
Users need to be logged in to answer questions
Log In
Anthony P.
AP
Web Developer
0
You can use the getContent method: // returns a string var tinyContent = tinyMCE.getContent('tinyEditor'); // encode for url tinyContent = encodeURIComponent(tinyContent); :)
Looks like you’re not logged in.
Users need to be logged in to write comments
Log In
Reply