ASPX templates
Version 4.x > ASPX templates > Get the content of CMSHtmlEditor View modes: 
User avatar
Member
Member
hotfrost-gmail - 12/26/2009 9:34:16 PM
   
Get the content of CMSHtmlEditor
Hi,

I wonder how I can get the HTML content from CMSHtmlEditor via code?
I understand that it is inherited from FCKeditor, but where as FCKeditor has the method GetHTML(), CMSHtmlEditor does not. What am I missing here?

thanks for the help,

Al

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 12/29/2009 3:01:45 AM
   
RE:Get the content of CMSHtmlEditor
Hi Al,

HTML content of CMSHtmlEditor is stored in its Value property, e.g.:

IdOfCMSHtmlEditorControl.Value

Best Regards,

Martin Dobsicek