ASP.NET MVC Ajax and the CKEditor
        Posted  
        
            by durilai
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by durilai
        
        
        
        Published on 2009-12-01T23:58:45Z
        Indexed on 
            2010/04/08
            20:23 UTC
        
        
        Read the original article
        Hit count: 905
        
I am working with MVC 1, and the CKEditor. I am integrating ajax forms which work great, but the editor window disappears after the ajax post. In webforms, I would have to not use ajax, or use a postback trigger. Is there a way to reload the editor on the ajax submission?
Any help is appreciated.
© Stack Overflow or respective owner