QuicklyInsertImage button is not displayed in CMSHtmlEditor control on live site

Martin Dobsicek asked on October 29, 2009 09:21

QuicklyInsertImage button is not displayed in CMSHtmlEditor control on live site

Correct Answer

Martin Dobsicek answered on October 29, 2009 09:21

You need to set IsLiveSite property of CMSHtmlEditor control to 'true':

<cms:CMSHtmlEditor ID="htmlTemplateBody" IsLiveSite="true" runat="server" ToolbarSet="Default">
</cms:CMSHtmlEditor>


Without this setting 'QuicklyInsertImage' button is displayed only if you are logged in.

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.