buttonWidget

I got few questions on buttonWidget.

1) a!buttonWidget(

label:"Groups"

)

The label defined inside buttonWidget always displays in Upper case on Interface. Is there any workaround to show the label in the lower case?

 

2)a!buttonWidget(

label:"+"

)

Is there any work around to increase the size of the "+" sign inside the button layout without increasing the button size?

  Discussion posts and replies are publicly visible

Parents
  • +1
    Certified Lead Developer

    Button labels have displayed in all CAPS since the major UI overhaul which happened in version ~17.1 - there is no workaround that I know of, other than using some different component. There's also no way to control the font size.

    You would be able to do a lot of this within the a!richTextDisplayField component, while using the a!submitLink() link component. It wouldn't be a PROPER button, but could be made to act almost exactly like one.

Reply
  • +1
    Certified Lead Developer

    Button labels have displayed in all CAPS since the major UI overhaul which happened in version ~17.1 - there is no workaround that I know of, other than using some different component. There's also no way to control the font size.

    You would be able to do a lot of this within the a!richTextDisplayField component, while using the a!submitLink() link component. It wouldn't be a PROPER button, but could be made to act almost exactly like one.

Children
No Data