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.

 View Only
Expand all | Collapse all

client side events on Date input

  • 1.  client side events on Date input

    Posted Fri January 22, 2010 08:50 AM

    Hi,
    We are using webMethods 712. In CAF, we have client side events for almost all input controls, but not for Date Input control. I want to write a javascript for “OnChange” for the Date Input field. How do I acheive that?

    Thanks in Advance,
    Ninad


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


  • 2.  RE: client side events on Date input

    Posted Fri February 26, 2010 10:41 AM

    Hi
    One option would be to use the control “Raise On Change” together with an “Async Command” (hidden or not). So you can trigger a server side action when the value changes.
    If you just want to do some javascript, you can use the control “Custom Script”, listening to the event “onValueChange”.

    hope this helps,
    Javier


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