Search

You searched for the word(s): userid:784243

Matching Posts

  • Re: TinyMCE / Ajax Postback Problem

    Hi! Have found a solution to your problem? After more than day searching for an acceptable solution, I found this approach working for me! 1. Initialize the editor as you would do when you don't use a UpdatePanel with tinyMCE.init(...); 2. Set the button's OnClientClick property to UpdateTextArea. This function updates the teaxtarea with the tinyMCE values from the IFrame before the values are posted. function UpdateTextArea() { tinyMCE.saveTrigger(false, true); } 3. Unload tinyMCE editor
Page 1 of 1 (1 items)