Skip to main content
July 11, 2023
Question

How to style the dynamic link

  • July 11, 2023
  • 1 reply
  • 0 views

I want my label to be thick and bold

    1 reply

    mikes0011
    Brainy
    July 11, 2023

    a!richTextDisplayField(value: a!richTextItem(text: "test", style: "STRONG", link: a!dynamicLink()))

    The Expression Guru