HtmlEditorExtender is breaking my application position by the code bellow. Some woraround can be made?
/// Wraps ASP.NET's WebForm_OnSubmit in order to encode tags prior to submission
this._editableDiv.focus();
Comments: Thanks mronnlun! I was ajust about to try overriding the function. That works :)
/// Wraps ASP.NET's WebForm_OnSubmit in order to encode tags prior to submission
this._editableDiv.focus();
Comments: Thanks mronnlun! I was ajust about to try overriding the function. That works :)