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

How to wriet Form onLoad java script method?

  • 1.  How to wriet Form onLoad java script method?

    Posted Fri November 23, 2007 02:19 PM

    Hi,

    Is there a way to write an OnLoad java script method for the portlet forms designed in myWMS 7.0?

    Thanks in advance
    Sudheer


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


  • 2.  RE: How to wriet Form onLoad java script method?

    Posted Mon November 26, 2007 03:46 PM

    You could put the following into a “Output > Script Block” control at the bottom of the view:

    Event.waitUntilLoaded(function() {


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