We have a web site that uses a custom config file
when we load the page containing the cutesoft editor we get the javascript error 'expected hexadecimal'. Clicking 'debug' does not bring up the client debugger but the page then loads. The custom toolbar we specified is in place but the editor is disabled.
Changing the config page to any other config file (including the ones that came with the editor) in the autoconfig folder produces the same result
Removing the property that specifies the config file fixes the problem.
We are setting the path to the config files in the page load event. In addition, we are setting the height to 150px and showbottombar to false.
This application was working prior to us reconfiguring our application location from the root of the C drive to a location two folders down from the root of the c drive.
I have picked through the html produced by the page and all the pathst to the config files and other Cute resources are correct
The two problems are that the error comes up and the editor is disabled.
Can anyone assist
Regards
Ray