Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > editable region issue View modes: 
User avatar
Member
Member
davef-helixpoint - 7/1/2010 12:48:33 PM
   
editable region issue
I added an CMSEditableRegion onto my homepage and when I add html to the region, it does not save. It go's blank???


<cms:CMSEditableRegion runat="server" ID="MainContentText" RegionTitle="Main text"
DialogHeight="320" RegionType="HtmlEditor" />

User avatar
Kentico Support
Kentico Support
kentico_radekm - 7/5/2010 7:30:52 AM
   
RE:editable region issue
Hello.

Do you use version 5.0 or 5.5? Did you apply any hotfix? Could you please post here whole code of your custom aspx page, or send it to support@kentico.com and refer to this post? Thank you.

Best Regards,
Radek Macalik

User avatar
Member
Member
Paul.OHalloran-GardnerDenver - 4/18/2011 8:08:58 AM
   
RE:editable region issue
I am having the same problem, v5.5.3996 R2. When I change the CMSEditableRegion RegionType to TextArea or TextBox it saves without problem. When I change it to HtmlEditor it does not save

User avatar
Kentico Support
Kentico Support
kentico_radekm - 4/26/2011 1:17:39 AM
   
RE:editable region issue
Hello.

I tried it on my aspx page template (default Home.aspx) using code below and it works fine (5.5R2 with the latest hotfix):

<cms:CMSEditableRegion runat="server" ID="MainContentText" RegionTitle="Main text"
DialogHeight="320" RegionType="HtmlEditor" />


Do you have the same problem with default Home.aspx page (on Corporate site ASPX web template) as well? Do you have this issue in more browsers? Any record related to this issue in Event log?

If the problem occurs on a different page template than default (not modified) Home.aspx, could you please send given page template to support@kentico.com, so we can investigate it? Thank you.

Best Regards,
Radek Macalik