webdeveloping, design, php development
-
vst
- Admin
- Posts: 81
- Joined: Thu Jan 15, 2009 2:36 pm
Post
by vst » Fri May 29, 2015 1:40 pm
For wysiwyg parser rules i needed all classnames of FontAwesome in order to use them in said editor. To retrieve the classnames copy the names from the page
http://fortawesome.github.io/Font-Awesome/cheatsheet/ into an text editor and do an regex search:
replace with the search result
In my case i needed the format
I hope this helped a little.
regards