Atozed Forums

Full Version: TIWBSButton Glyphicon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On Bootstrap 3, the TIWBSButton had a property BSGlyphicon to add an icon to the button.
On Bootstrap 4 component TIWBS4Button, this property do not exist.
How can I add an icon to the button? Is this possible like as for the component of Bootstrap 3 to do the same with Bootstrap 4 component?
Hi, in normal IWButton i use ObjectInspector -> Image -> WebFontClass := 'fa fa-something';
And in my mastertemplate i have a CSS:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
(10-25-2021, 09:36 PM)Jose Nilton Pace Wrote: [ -> ]Hi, in normal IWButton i use ObjectInspector -> Image -> WebFontClass := 'fa fa-something';
And in my mastertemplate i have a CSS:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />

Thanks a lot!!