I’m implementing a custom field in Sitecore for the Content Editor, and I need to be able to open the Rich Text editor and get the data from there. I’m not really sure where to look though, nor how to go about it.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Had to decompile the Sitecore.Kernel DLL in order to figure this out.
First thing is to spin off a call from the
Context.ClientPageobjectSo, for my situation:
You will then need to have a method in your class with the same name as defined in the above
Startmethod. Then, you either start the rich text control if the request isn’t a postback, or handle the posted data