If you understand correctly, then this will be done in Firefox (note: apparently, the document must be loaded before this command is executed. See comments below):
document.execCommand("enableInlineTableEditing", null, false);
. : Javascript, Firefox: ?