Try our conversational search powered by Generative AI!

How to get tinyMCE to show up in an Xhtml field?

Vote:
 

Hi,


I am creating a page property that has Xhtml type. Yet when it renders  TinyMCE doesn't appear.  It was showing before when there was only one Xhtml field in that tab.

What am I doing wrong? How can I fix this?

#145310
Mar 01, 2016 20:39
Vote:
 

Related queston. I am not able to save changes in these fields. Is this connected with my not being able to display TinyMCE here?

#145311
Mar 01, 2016 20:42
Vote:
 

What version are you using? There was quite a few bugs in earlier versions of Episerver 7 with xhtml fields that were later fixed...Can you also copy paste the property code?

#145320
Mar 01, 2016 23:23
Vote:
 

We are using version 8.11  Here are the fields of interest

  [CultureSpecific]
        [Editable(true)]
        [Display(
            Name = "Lobby Warning Text",
            Description = "Modal Dialog Text",
            GroupName = TabNames.SiteSettings,
            Order = 1400)]
        public virtual XhtmlString ModalDialogText { get; set; }



        [CultureSpecific]
        [Editable(true)]
        [Display(
            Name = "Hatch Act Warning (elections) Text",
            Description = "Modal Dialog Text",
            GroupName = TabNames.SiteSettings,
            Order = 1600)]
        public virtual XhtmlString HatchActWarningText { get; set; }



#145378
Mar 02, 2016 17:43
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.