13.07.2015 Views

TIBCO MDM Customization Guide - TIBCO Product Documentation

TIBCO MDM Customization Guide - TIBCO Product Documentation

TIBCO MDM Customization Guide - TIBCO Product Documentation

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

70 Chapter 2 Customizing User Interface|// boolean flag to check if the page has already been submittedyet or not// fixes the problem with double clicking on the save buttonvar alreadySubmitted = false;function gotoInbox() {document.WorkItemForm.submit();}function setAlreadySubmitted (submitted) {alreadySubmitted = submitted;}function isAlreadySubmitted () {return alreadySubmitted;}function doSubmit (command) {setCommand(command);if (!isAlreadySubmitted()) {setAlreadySubmitted(true);return true;}return false;}function setCommand(str){document.WorkItemForm.command.value=str;return;}<strong>TIBCO</strong> <strong>MDM</strong> <strong>Customization</strong> <strong>Guide</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!