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

how can i set the style sheets for property line control la

  • 1.  how can i set the style sheets for property line control la

    Posted Wed April 14, 2010 08:32 PM

    hi all,

    i have input text control which having client-side validations in it, here i have used the propertyLine control with input text control init, to display the validation errors while typing the data in input text control and to show validation errors for minimum six characters while leaving the input text filed, here i observe that the label of property line field displaying as a bold initialy and if i set the font-size as a 14px to property line, it is effecting input text field height as a 14px, here i need to set the label of propetline
    font-size: 10px;
    font-weight: normal
    font-family: Arial;

    but it should not efferct on input text control, inside in it.

    regards,
    anil kumare


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


  • 2.  RE: how can i set the style sheets for property line control la

    Posted Wed June 23, 2010 02:17 PM

    Hi…

    You can do this by following procedure.

    First, create a file with extrension “.css” (Stylesheet).

    paste below code in it.

    .portlet-form-field-label
    {
    font-size:16px;
    font-family: arial;
    }

    save it and paste it in below path::

    i Designer–> Project Explorer -->your project folder → WEB CONTENT → here create a folder names CSS and paste above stylesheet in this folder… SAVE…

    now Drag this stylesheet onto canvas(PLEASE SEE ATTACHED IMAGE FILE FOR CLEAR IDEA).

    now save evry thing and just publish and see…your need is solved…


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


  • 3.  RE: how can i set the style sheets for property line control la

    Posted Mon August 12, 2013 04:27 AM

    Property Line Control has Label width property.
    So if you just want to change label width, use Label width property.


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