Page 1 of 1

[Added] Button Icon

Posted: Mon Jan 17, 2022 3:40 pm
by admin
Add a button Icon by providing a Font Awesome icon class

The icon is shown for buttons, run type, word.
icon.png

Re: [Added] Button Icon

Posted: Tue Jan 18, 2022 9:11 am
by admin
A vertical bar “|” can be used to provide a Prefix and/or Suffix icon.


Prefix Icon:

Code: Select all

far fa-chart-bar
prefix_icon.jpg

Suffix Icon:

Code: Select all

|far fa-chart-bar
suffix_icon.jpg
Prefix & Suffix Icon:

Code: Select all

far fa-arrow-alt-circle-right|far fa-chart-bar
prefix_suffix_icon.jpg

Prefix with a unicode charater:

:arrow: Unicode table

Code: Select all

prefix_unicode_character.jpg

Prefix icon with inline css / custom style

Code: Select all

<i class="far fa-hand-point-right fa-2x" style="color:red"></i>
prefix_icon_custom_style.jpg

Re: [Added] Button Icon

Posted: Fri Apr 08, 2022 7:01 am
by admin
Update: The icon is now under "Properties" and can be set for buttons, run type and word (new)