Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

[Added] Button Icon

Information about updates, news, Code Library
Post Reply
admin
Site Admin
Posts: 2813
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

[Added] Button Icon

Unread post by admin »

Add a button Icon by providing a Font Awesome icon class

The icon is shown for buttons, run type, word.
icon.png
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2813
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: [Added] Button Icon

Unread post 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
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2813
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: [Added] Button Icon

Unread post by admin »

Update: The icon is now under "Properties" and can be set for buttons, run type and word (new)
Post Reply