Tuesday, September 30, 2008

FCKEditor doesn't update value while in ASP.NET UpdatePanel

For FCKEditor 2.6.2 to update data from within an UpdatePanel on Firefox, I had to add some Javascript…

this.Page.ClientScript.RegisterOnSubmitStatement(
this.GetType(),
"AjaxHack",
"for ( var i = 0; i <>
);

No comments:

Post a Comment