alert("editor " + sEditorName + " is ready"); alert("objInstance is: " + objInstance); var objMenu1 = objInstance.editor.Toolbars(); alert("objMenu is: " + objMenu1); var tmp = objInstance.editor.width; alert("width is " + tmp); var objCommand1 = objMenu.CommandItem("cmdunlink"); alert("objCommand is:" + objCommand1); objCommand1.setProperty("CmdGray", false); alert("setProperty .... in theory");