what's the difference between SaveFile() and $editor->LoadHTML("some.txt"); then?
according to the help page you refer to they both load the contents of a HTML file into the CuteEditor control
are you sure this isn't a case of everyone assuming it does the same thing and no one ever actually bothering to find out if the SaveFile() actually does anything?
if they do the same thing then SaveFile() or LoadHTML() should be changed. bad naming for one of them.
al