Announcement

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

    Set title bold when required

    in your example:
    https://smartclient.com/smartgwt/sho..._conditionally

    The title goes to bold when required, but not by changing style, instead a <b></b> seems to be inserted above and below the label. How is this realized? I couldn't find a way to do it.

    I'm sure i missed something. Pointers appreciated, cheers

    #2
    See DynamicForm.requiredTitlePrefix/Suffix

    Comment


      #3
      Ah!.... ok so you mean i add <b> to the prefix and </b> to the suffix?? Heh, that'll work i guess... oh boy what a hack :)

      Comment


        #4
        That's the default behavior, if you've setRequired(true) on the item.

        Comment

        Working...
        X