TWebBadge
Description
The TWebBadge
is a badge control that can be used standalone or as part of other controls (like a TWebListControl
, TWebTableControl
, …)
The badge can work standalone but is also designed so it can directly use Bootstrap styles.
|
|
Designtime |
Runtime |
HTML template tag
The HTML tag the component can be associated with in an HTML template. Assign the ID
attribute with a unique value and set the identical value to the ElementID
property. Detailed
information can be found in the Use of HTML templates topic.
HTML tag |
<DIV ID=”UniqueID”></DIV> |
ElementID |
UniqueID |
Properties for TWebBadge
Property |
Description |
Color |
Sets the background color of the badge |
Text |
Sets the text in the badge |
TextColor |
Sets the badge text color |