TIWBSButton Glyphicon

<< Click to Display Table of Contents >>

Navigation:  Forum >

TIWBSButton Glyphicon

Forum link

 


 

10-25-2021, 03:27 PM:

 

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?

 


 

10-25-2021, 09:36 PM:

 

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-26-2021, 09:53 AM:

 

(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!!