I'm using the PHP version of CuteEditor on an Apache/PHP installation on a Windows XP Home (sp3) platform.
When I submit a form that includes the Cute HTML Editor control, the $_POST array contains an element I didn't expect after the HTML editor element.
The element is called "ContentClientState", and so far it has always had the value "ToggleBorder=b:true" assigned to it.
Obviously this isn't a major problem because I just ignore that element, so I'm asking this purely out of curiosity rather than an urgent need to fix something that doesn't work:-
1) Why it is there?
2) What does it signify, and most of all,
3) Is there anything useful I can do with it?
Thanks,
Scot.