1

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?

AFetter
  • 3,355
  • 6
  • 38
  • 62

1 Answers1

0

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.

Johan Kronberg
  • 1,086
  • 7
  • 12