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

Tabbing inside a table does not work with multiple rows

  • 1.  Tabbing inside a table does not work with multiple rows

    Posted Thu March 05, 2009 04:20 PM

    Hi,

    I have set up tab-index properly for the input-controls inside an async table.

    When creating the first row, the tabbing works fine going from the first column to the last inside the row.

    When creating additional rows, the tabbing first jumps down to the first column of all rows before jumping to the next column

    If I dont have tab-indexes set, the tabbing stops on the column control? before jumping to the input-control inside. The only way to get rid of this behaviour is to set tab-indexes.

    Is there a solution for this?

    Regards,

    Eric


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


  • 2.  RE: Tabbing inside a table does not work with multiple rows

    Posted Fri March 06, 2009 03:17 PM

    Hi Eric,
    How did you add the tab index for your controls? Did you add a fixed number?
    If you set the “Tab Index” property to 0, the tab will be going from left to right through the controls in your table, and jump at the end of the row to the first control in the next row. If you set it to “-1”, then you will remove the control from the tab sequence.

    hope this helps
    Javier


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