HTML Editor not working in publishing pages - SharePoint
I am developi开发者_开发问答ng a SharePoint publishing portal wherein I make use of HTML Editor(third party control) in my page layout for editing the contents.
When I try to edit the page using the publishing console, the HTML Editor which I have added in my page doesn't appear at all. I monitored the design at run time using firebug and it showed no content. Where could I be wrong?
Regards, Raghuraman.V
As this happens with the default editor as well, I'd look outside of the control for the problem - possibly a JS error, or the field name is incorrect, i.e. make sure your page's content type actually has that field.
精彩评论