I am opening a popup form where the cuteeditor is located. When clicking the icon to choose an image the dialog box is behind my popup form, see print screen below. About can I fix this ?
Hi,
Please set property "UseStandardDialog" to true and try again.
<CE:Editor ID="Editor1" runat="server" UseStandardDialog="true">
</CE:Editor>
Regards,
Ken
Spot on Ken !
Thanks.