Announcement

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

    setIsGroup() styling?

    Hi,

    I have a bunch of DynamicForms that I turn into group boxes using setIsGroup(). My question is how I can style the header text of each group box. The default text is rather small, I need it bold and bigger.

    Best,
    Michał

    #2
    Code:
     Use SetGroupTitle("<h1><b>"+GroupTitle+"</b></h1>");

    Comment

    Working...
    X