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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  How to add external css to a view?

    Posted 12/01/08 09:01 AM

    Pls suggest me how to add a external css to a view?


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


  • 2.  RE: How to add external css to a view?

    Posted 12/02/08 10:06 AM

    You can apply an external stylesheet via the IncludeStylesheet
    control
    (http://www.ajax-softwareag.com/articles/N7M0TP/DesignerOnlineHelp/caf_include_stylesheet.html),
    by setting the control’s value to the url of the stylesheet.

    Most other controls include an (expert) cssClass property, which you
    can use to apply classes defined in the external stylesheet to the
    controls. The cssClass property simply passes thru its value to the
    control’s main html element; so for example, if you set the cssClass
    property of a BlockPanel to “foo bar”, the BlockPanel will be rendered
    like the following:

    Thanks,
    Thomas


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