TinyMCE with AJAX (Update Panel) never has a value

后端 未结 5 608
-上瘾入骨i
-上瘾入骨i 2021-01-11 14:37

I wanted to use a Rich Text Editor for a text area inside an update panel.

I found this post: http://www.queness.com/post/212/10-jquery-and-non-jquery-javascript-ric

5条回答
  •  滥情空心
    2021-01-11 15:17

    I think you want to look at this posting: How to make TinyMCE work inside an UpdatePanel?

    Make sure to register you init function with the scriptmanager

    ScriptManager.RegisterStartupScript(this.Page, 
             this.Page.GetType(), mce.ClientID, "pageLoad();", true);
    

提交回复
热议问题