Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Dynamic From Item styling

    Hi,

    I'm using smartgwt-2.4 lgpl. I'm struck in following issues.

    1) Setting style to form item title. It's not working. I want to make it colored and bold.

    formItem.setTitleStyle("greenStyle");

    2) I'm trying to set styling to label.

    headingLabel.setStyleName("greenStyle");

    In css file i'm defining greenStyle class

    Css file:

    .greenStyle{
    color: green;
    font-style:italic;
    }


    Please let me know how I can change the style of the above two items.

    -raghu

    #2
    Any help lease ...

    Comment

    Working...
    X