List Item vs Button

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
User avatar
Benefactor
 
 
Posts: 45
Joined: Sun Jul 19, 2020 8:50 pm
Contact:

List Item vs Button

Post by Benefactor »

What is the difference between List Item and Button in Card ?
User avatar
Pablo
 
Posts: 23330
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: List Item vs Button

Post 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
User avatar
Benefactor
 
 
Posts: 45
Joined: Sun Jul 19, 2020 8:50 pm
Contact:

Re: List Item vs Button

Post by Benefactor »

Great! how to enable badges?
User avatar
crispy68
 
 
Posts: 3018
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: List Item vs Button

Post by crispy68 »

To add a badge, place the label between curly brackets. Example: "Text {new}"
User avatar
Benefactor
 
 
Posts: 45
Joined: Sun Jul 19, 2020 8:50 pm
Contact:

Re: List Item vs Button

Post by Benefactor »

Awesome! And how to set color of badge?
User avatar
Pablo
 
Posts: 23330
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: List Item vs Button

Post 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).
Post Reply