Browse by Tags

Related Posts

  • Orcase beta2 breaks fckEditor inside an UpdatePanel

    When placing an fckEditor inside an UpdatePanel, upon submitting to the server, the content of the fckEditor gets cleared. This has been a known issue prior to VS2008 Beta2. The solution is documented here: http://jlcoady.net/archive/2007/03/30/fckeditor-work-inside-updatepanel here: http://wiki.fckeditor...
    Posted to ASP.NET AJAX UI (Forum) by coderGeek on 08-05-2007, 12:00 AM
    Filed under: orcas, upadatepanel, beta 2, FCKEditor, vs2008
  • Re: FYI: How to make FCKeditor work in an UpdatePanel

    I have found the following to be a simpler solution to the same problem... private void Page_Load( object sender, EventArgs args) { Page.ClientScript.RegisterOnSubmitStatement( editor.GetType(), "editor" , "FCKeditorAPI.GetInstance('" + editor.ClientID + "').UpdateLinkedField();" ); } You can also do...
    Posted to ASP.NET AJAX UI (Forum) by joshcoady on 03-30-2007, 12:00 AM
    Filed under: upadatepanel, FCKEditor
Page 1 of 1 (2 items)