Client method to encode\decode rich text content?

Posted by Community Admin on 04-Aug-2018 19:40

Client method to encode\decode rich text content?

All Replies

Posted by Community Admin on 22-Feb-2012 00:00

How is it that I can take rich HTML content from the RadEditor and encode it so it'll properly save up to my json service?

...there's gotta be a helper or something to do that right? :)

Steve

Posted by Community Admin on 27-Feb-2012 00:00

Hello Steve,

 You can use the client-side API of the editor to get its content and then pass it to the service as HTML. If you want to perform any encoding/decoding, you will have to do it manually (there are no helpers that I am aware of). Here's a demo that demonstrated the client-side API of the RadEditor:
http://demos.telerik.com/aspnet-ajax/editor/examples/clientsideapi/defaultcs.aspx 

Regards,
Svetoslav Petsov
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed