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

Scaling font size dynamically

  • 1.  Scaling font size dynamically

    Posted Fri June 13, 2008 02:40 AM

    I have a usability requirement for users to be able to click an Icon and the fonts on the entire page grow / shrink. Ideally the font scaling would last for their session or until they taggled it back.

    Can anyone suggest a way to do this?

    Regards

    Niall


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


  • 2.  RE: Scaling font size dynamically

    Posted Mon June 16, 2008 10:39 PM

    Hi Niall,

    I think you could achieve this by using the control “include stylesheet” where you can define a binding expression for the property “value” (which is the path to the stylesheet). This way you could implement some logic that points to another CSS stylesheet when a specific user action takes place (i.e. a button click). You would probably have to refresh the page when the new stylesheet gets used, but that shouldn’t be a problem either.

    Thanks,
    Thomas


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