Anyway, I want to change the icon to something else from umbraco, but I dont know what all the icons are called :( is there any list of all the icons and their names or someway I can find what the icons are called so I can change it to something different?
One way you can do it, is to open a document type, click the link to the icon and look at the tooltip for an icon.
You can also take a look at the list of icons here http://www.webhostinghub.com/glyphs/ but I am not sure the list match the exactly same icons in the current Umbraco 7, but after what I have tried before, many of them exists..
How to find icon names
Hi guys,
I am creating a custom section, and I must specify the icon that I want. For example:
[Tree("LMS", "LMSTree", "Title #1", iconOpen:"icon-folder-open", iconClosed: "icon-folder")]
the "icon-folder-open" part of that :)
Anyway, I want to change the icon to something else from umbraco, but I dont know what all the icons are called :( is there any list of all the icons and their names or someway I can find what the icons are called so I can change it to something different?
Cheers ears!@
Hi Trent
One way you can do it, is to open a document type, click the link to the icon and look at the tooltip for an icon.
You can also take a look at the list of icons here http://www.webhostinghub.com/glyphs/ but I am not sure the list match the exactly same icons in the current Umbraco 7, but after what I have tried before, many of them exists..
/Bjarne
Awesome thank you sir!
Just leaving this here in case anyone stumbles across this post, like I did, in search of a list of Umbraco 7 icons.
Here's a list of all the Umbraco 7 Icons.
https://nicbell.github.io/ucreate/icons.html
https://nicbell.github.io/ucreate/icons.html
is working on a reply...