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.  Table Rows: Alternating Colors?

    Posted Tue August 25, 2009 05:33 PM

    Guys:

    I realize this should be a simple and often-done thing, but I’m struggling with it.

    I guess maybe its because there (seems to be) no real “ROW” element, just the Table and its columns.

    How can I accomplish this?

    Thanks for any help…

    Lucas.


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


  • 2.  RE: Table Rows: Alternating Colors?

    Posted Tue August 25, 2009 11:27 PM

    I think I asked this question before and they said it would probably have to go in the css

    oh - it was on mouse over row highlight but i think trying to accomplish the same thing

    http://tech.forums.softwareag.com/viewtopic.php?t=16038&highlight=row+color+colour&sid=e0703833c8d4683c3aea4ba3e4a23082


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


  • 3.  RE: Table Rows: Alternating Colors?

    Posted Thu September 03, 2009 03:28 PM

    hi
    In the Display properties of the table you have a property named “Row CSS Classes”. As stated in the tooltip (which I just found :wink: ) of that property

    .

    hope this helps,
    Javier


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


  • 4.  RE: Table Rows: Alternating Colors?

    Posted Tue September 22, 2009 12:59 AM

    That doesn’t seem to work for me… tried the custom css as we… with css style of
    tr.datarow {background-color:white; color:black;}
    tr.datarow-onmouseover {background-color:blue; color:white; cursor:hand; }

    <tr>
    

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