IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Key capture in webMethods

    Posted 06/11/15 09:42 AM

    Solution -

    
    document.observe('keydown', function(event){
    if(event.keyCode === 8) {
    console.log("***********************CODE " + event.keyCode);
    //backspace = true;
    } 
    });

    My goal is to prevent users being navigated away from the page on pressing the backspace key


    #webMethods
    #webMethods-BPMS
    #MWS-CAF-Task-Engine


  • 2.  RE: Key capture in webMethods

    Posted 08/23/15 01:44 PM

    Hi Mike,

    Is there anything you are asking or you just wanted t share your solution with us?

    Regards,
    Vlad Turian


    #webMethods-BPMS
    #MWS-CAF-Task-Engine
    #webMethods