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
can you share new information? there isn't a link in your post
thx
Sorry, you fell for one of the standard spambots that tend to post here in this style alarmingly frequently.
hi rohinip91
Please try like as submit like , it will give you all expect parameters same as button
a!columnsLayout( columns: { a!columnLayout( width: "NARROW", contents: a!cardLayout( style: "ACCENT", height :"AUTO", contents: a!richTextDisplayField( value: "Submit" ), link: a!submitLink() )
) })
FYI the comment you're replying to is 4 years old as of now.