Dim editor Set editor = New CuteEditor
editor.ID = "Editor1"
editor.Text = "Type here"
editor.FilesPath = "blah/foo/CuteEditor_Files/CuteEditor_Files"
editor.EditorBodyStyle = "font:normal 12px arial;"
editor.EditorWysiwygModeCss = "asp.css"
editor.Draw()
This is the code to initilize the editor.
I am still getting this error
"Failed to load the language text from the XML file"