At the moment it is not up to date with the latest icons? because in the cheatsheet there are multiple items that can't be found in the dropdown datatype.
At the end of this link should be a zip with a new dll, to drop in your bin folder, and a new user control called 'FontAwesomeV4IconPicker' to drop into you usercontrols folder, then you should be able to create a new datatype based on the usercontrol wrapper, and select the new v4 version of the usercontrol, which will then hopefully display the icons for font-awesome v4 with the class="fa fa-iconname" pattern.
FontAwesome 4.0.3?
At the moment it is not up to date with the latest icons? because in the cheatsheet there are multiple items that can't be found in the dropdown datatype.
Why is that?
Hi Rick
Thanks for letting me know, this is the original package you are using and not the experimental V7 one ?
I think font-awesome have changed the pattern they use for the class names so it is now 'fa-iconname' rather than 'icon-iconname'
so I will need to tweak the regex used in the usercontrol for the font-awesome icon picker accordingly
thanks
Marc
It is the original package.
Indeed. They updated to fa iconname.
Looking forward to use it
I have updated on github,
will hopefully test tonight inside an install, it 'should be fine'
Hi Rick,
At the end of this link should be a zip with a new dll, to drop in your bin folder, and a new user control called 'FontAwesomeV4IconPicker' to drop into you usercontrols folder, then you should be able to create a new datatype based on the usercontrol wrapper, and select the new v4 version of the usercontrol, which will then hopefully display the icons for font-awesome v4 with the class="fa fa-iconname" pattern.
https://www.dropbox.com/s/ka1zma1nffuumd4/uCssClassNameDropdown_PatchForFontAwesome4.zip
If it appears all ok to you, I'll include this update in the next v1.5 release....
cheers
marc
is working on a reply...