I need to instantiate an editor control on a page within my application that does not have access to the .NET control collection - how can I create an instance without using .NET? I can pass any details / authentication to it via JavaScript, but I can't actually put it on the page.
What is the minimum JavaScript required to create an editor without invoking .NET?
Thanks,
Andrew