London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

How to show the TinyMCE for a PropertyXhtmlString in the edit interface of a Dynamic Content plugin?

Vote:
0

We have a DynamicContent plugin, which is a usercontrol inheriting from EPiServer.UserControlBase, and which is decorated with the DynamicContentPlugIn-attribute. It has a single public property:

public PropertyXhtmlString MainBody { get; set; }

When the editors try to create a new instance of this DynamicContent, the edit interface displays a simple textarea (as it would for a LongString-property), without the TinyMCE toolbar.

How can I fix this?

#81444
Feb 17, 2014 15:38
* 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.