List of icons (Mobile App)

Mark90
Kilo Contributor

Is there a list of all icons and codes for the mobile app. For example for the applet icons?

THX
Mark

1 ACCEPTED SOLUTION

Hi Mark,

The Values represent the Unicode of the icons:

This link will show all the icons unicodes you can put the value of the code in the.

You can search icons as well which you want to apply. and check the unicode there:

LIke for example the icon record in the sys_sg_icon table is :

find_real_file.png

The highlighted value is the unicode of the glyphiccon icons which you wil serach in google you will get it :

https://glyphicons.bootstrapcheatsheets.com/#'

 Open this link and search the icon which you need to use and copy the unicode and put in the vlaue field if you want a new icon:

find_real_file.png

And paste the unicode in the value you will get the icon in your instance.

 

 

mark helpful and correct if it hleps.

Thansk,

cB

View solution in original post

14 REPLIES 14

Yes everything is fine and I know the pages but the names do not help me. I need the "values" so a code to display an image, the name that has no effect does not help.

Hi Mark,

The Values represent the Unicode of the icons:

This link will show all the icons unicodes you can put the value of the code in the.

You can search icons as well which you want to apply. and check the unicode there:

LIke for example the icon record in the sys_sg_icon table is :

find_real_file.png

The highlighted value is the unicode of the glyphiccon icons which you wil serach in google you will get it :

https://glyphicons.bootstrapcheatsheets.com/#'

 Open this link and search the icon which you need to use and copy the unicode and put in the vlaue field if you want a new icon:

find_real_file.png

And paste the unicode in the value you will get the icon in your instance.

 

 

mark helpful and correct if it hleps.

Thansk,

cB

That's the answer I need. Thank you very much.