Hi,
I am new to EPiServer. I am developing a simple site but I'm having trouble getting the built in html editor to display.
I have a XHTML >255 property defined on my page and I render that on the page template with a property like so:
<EPiServer:Property runat="server" PropertyName="PageBody" />
The property renders, but in edit mode the html editor does not appear so you can only edit the text, not the formatting.
I'm logged in as Administrator when editing. I've even tried allowing all edit functions for the Administrator group, but that has changed nothing.
Thanks for your help
Hi Dave.
Which browser are you using? The Editor will only display in Internet Explorer. Do you get any JavaScript errors when trying to display it?
Br, Tore
Thanks Tore,
That was indeed the issue, it works as expected in IE.
Dave
Hi,
I am new to EPiServer. I am developing a simple site but I'm having trouble getting the built in html editor to display.
I have a XHTML >255 property defined on my page and I render that on the page template with a property like so:
<EPiServer:Property runat="server" PropertyName="PageBody" />
The property renders, but in edit mode the html editor does not appear so you can only edit the text, not the formatting.
I'm logged in as Administrator when editing. I've even tried allowing all edit functions for the Administrator group, but that has changed nothing.
Thanks for your help