Hi,
I am using Cute Editor Version 6 and trying to set the Url to Absolute. For this I set the URLType Property To Absolute
<CE:Editor ID="editor" runat="server" EnableViewState="true" URLType="Absolute"
ConfigurationPath="~/CuteSoft_Client/CuteEditor/Configuration/autoconfigure/full.config"
Width="600">
</CE:Editor>
When I test this in localhost it seems to work fine But when I deploy that to the testing server there is a problem. When I insert image from the image Gallery in Normal view and try switching to HTML view the code seems to disapper and the image is lost when I again switch to Normal.
But the online demo of URL in CuteEditor seems to work fine. Can Anyone tell me Am I missing something in setting the Absolute URL in the above code?
Thanks in Advance.