Re: Instantiate Editor with pure JavaScript

  •  10-17-2007, 11:39 AM

    Re: Instantiate Editor with pure JavaScript

    "This editor is not a pure JavsScript editor."
     
    You're kidding, right?
     
    The invocation process is ASP/VBScript, but the editor is pure client-side JavaScript.
    The ASP process simply probes, makes choices and assembles the client side code needed to present the editor to the web browser app. for display. This is great for pre run time descision making, but not for truly dynamic web apps. when descisions need to be made based on user input.
     
    I've already captured the resulting JavaScript and can present an instance of the editor w/o any reference to ASP files. Unfortunately the resulting code, when rendered human readable, is 758 lines.
     
    I'm of the opinion that the ability to invoke an instance of the Editor via pure JavaScript would be useful.
     
    I'll figure something out.
     
    Thanks.

    Work Hard! Play Harder!!
View Complete Thread