Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
120
Using the editor in a formview
posted

I want to use the WebHtmlEditor in a FormView.

The html is bound to the Text property of the editor.

 

                        <ighedit:WebHtmlEditor  ID="ctlEditInfoPubliekHtml"
                                                Text='<%# Bind("HtmlInfo") %>'
                                                runat="server"
                                                Width="500px"
                                                SkinID="klein"
                                                UploadedFilesDirectory="~/Test">

 

Everything works fine except the 'insert image' button.

When using the editor outside the EditItemTemplate it works fine, but when using it inside the template I get the same formview in the popup window when using the image button.

I've narrowed the scope to a small aspx with one formview and the editor in the EditItemTemplate, so it should not be to difficult to reproduce.

Im using version 7.1.20071.1045

 

Parents Reply Children