- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2020 02:31 AM
Is there a list of all icons and codes for the mobile app. For example for the applet icons?
THX
Mark
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2020 05:37 AM
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 :
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:
And paste the unicode in the value you will get the icon in your instance.
mark helpful and correct if it hleps.
Thansk,
cB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2020 02:39 AM
Hi Mark,
The sys_sg_icon table holds the icons list.
This links will help you :
Mark helpful and correct if it helps.
Thanks,
CB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2020 05:14 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2020 05:37 AM
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 :
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:
And paste the unicode in the value you will get the icon in your instance.
mark helpful and correct if it hleps.
Thansk,
cB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2020 05:45 AM
That's the answer I need. Thank you very much.