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?
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.