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.  Right-aligning standard column

    Posted Tue October 04, 2011 10:15 PM

    When I set the “align” property to “right” on a Standard Column control, it isn’t showing up right-aligned in either IE or Firefox. Is this feature broken, or am I doing something wrong? We are using 7.1.2. Is it fixed in 8.2?

    Feature suggestion - If the underlying data is numeric, then it would be nice to default the column alignment to right.

    Thanks,
    Scott


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


  • 2.  RE: Right-aligning standard column

    Posted Thu October 06, 2011 08:07 PM

    Can you explore what is being displayed as the style in Firebug? I might to see a css class like: ‘.caf-align-end’

    Thanks,
    –mark


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


  • 3.  RE: Right-aligning standard column

    Posted Thu October 06, 2011 09:52 PM

    Sure. Here is the HTML for the cell from firebug:

    $12345.67

    Thanks,
    Scott


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


  • 4.  RE: Right-aligning standard column

    Posted Mon October 10, 2011 07:07 PM

    Good find. That style should be defined in MWS 7.x’s wm_cafshared css as:

    .caf-align-right,.caf-align-end,
    table tr .caf-align-end {
    text-align: right;
    }

    Firebug should be able to confirm this as well. I wonder if there is a custom class or css definition that is overriding this style?


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