Skip to content

Instantly share code, notes, and snippets.

@jkriddle
Last active August 29, 2015 14:02
Show Gist options
  • Save jkriddle/5b9fab955ec377aeac3b to your computer and use it in GitHub Desktop.
Save jkriddle/5b9fab955ec377aeac3b to your computer and use it in GitHub Desktop.
itemEditor.on("save", function () {
// show item value
var manifest = itemEditor.getManifest();
alert(manifest);
var translation = itemEditor.getTranslation();
alert(translation);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment