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
  • 1.  Expand and Collapse Panel

    Posted Fri November 23, 2007 01:14 PM

    Hi
    I’m looking for a Collapsable Panel that can expand and collapse by clicking a (+)/(-) sign at the top left corner of the panel.


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


  • 2.  RE: Expand and Collapse Panel

    Posted Mon November 26, 2007 04:18 PM
    1. Place the content that should be collapsible inside a hideable panel.
    2. Use a ‘Toggle > One Way Toggle Link’ control to render the +/- link.

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


  • 3.  RE: Expand and Collapse Panel

    Posted Tue November 27, 2007 01:17 PM

    Hi, I tied One way toggle link, and One way check box toggle link, they give what I need, however, I want to show + [plus.gif] and - [minus.gif] during the collapse and expand actions… How to achieve that?

    I can write that code in simple HTML div tag but somehow cant achieve that with mywebMethods controls


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


  • 4.  RE: Expand and Collapse Panel

    Posted Wed January 02, 2008 12:04 PM

    I got followin recommendation (Thx Mark) on how go about doing what we need:

    "Instead of using the toggle controls you can use icon(s) and an invokeScriptControl

    The Configuration for the Invoke Script Control would be:
    Event: onClick
    Action: toggle
    For:

    Then to swap out the to images (plus.gif and minus.gif) you can either use two different image controls (and child scripts) and have one each hidden while the other is active using more scripts, OR, write a script to swap back and forth between the two images with one Icon control."


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


  • 5.  RE: Expand and Collapse Panel

    Posted Thu January 10, 2008 12:41 PM

    Alex,

    This doesnt seem to help, the ‘-’ image is not loaded. The plus image is loaded though.


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