Version 5 handled this fine. Version 6 generates an error: ---------------------------
Windows Internet Explorer
---------------------------
Error getting cmd: 'event.command' is null or not an object
---------------------------
OK
---------------------------
How do I get the text value of the event.command?
function HandleEditorCommand(editor) {
var sCmd;
var cuteEditor1 = document.getElementById('');
try
{ sCmd=event.command.toLowerCase();
} catch (error) {
alert("Error getting cmd: " + error.message);
}