Search code examples
tinymceepiserverepiserver-7

TinyMCE on Gadget of EPiServer


I wanna add the TinyMCE on my gadget on EPiServer. It's means I need stance directly the control.

<tinyMCE:Editor ID="myEditor" Width="300" Height="200" theme="simple" runat="server" ></tinyMCE:Editor> 

but this just created a Text Area. How I can add all necessaries scripts?


Solution

  • I think you need to add your own TinyMCE. That's the approach that's recommended for use in templates so this should be the same.