Page 1 of 1

List Item vs Button

Posted: Mon Sep 28, 2020 11:59 am
by Benefactor
What is the difference between List Item and Button in Card ?

Re: List Item vs Button

Posted: Mon Sep 28, 2020 12:39 pm
by Pablo
A list item can have text and an icon at the same time, with different colors.
Also, list items support badges.

Demo:
https://www.wysiwygwebbuilder.com/suppo ... items.html

Re: List Item vs Button

Posted: Mon Sep 28, 2020 2:47 pm
by Benefactor
Great! how to enable badges?

Re: List Item vs Button

Posted: Mon Sep 28, 2020 2:52 pm
by crispy68
To add a badge, place the label between curly brackets. Example: "Text {new}"

Re: List Item vs Button

Posted: Mon Sep 28, 2020 3:19 pm
by Benefactor
Awesome! And how to set color of badge?

Re: List Item vs Button

Posted: Mon Sep 28, 2020 3:29 pm
by Pablo

Code: Select all

Text{255,#FFFFFF,#000000}
where 255 is the badge label, The first color specifies the text color in HEX format and second specifies the background color.

note that this is documented in the help (F1).