Functiondijit._InlineEditor._onKeyPress

dojo.require("dijit.InlineEditBox");
defined in dijit/InlineEditBox.js

For autoSave widgets, if Esc/Enter, call cancel/save. For non-autoSave widgets, enable save button if the text value is different than the original value.

Usage

function (e) (view source)
parametertypedescription
e