sydcanem / bootstrap-contextmenu

Context menu plugin for Twitter's Bootstrap framework
http://sydcanem.com/bootstrap-contextmenu/
645 stars 193 forks source link

Icons in the context menu #62

Closed danihodovic closed 9 years ago

danihodovic commented 9 years ago

Is it possible to add icons (glyphicons specifically) to the contextmenu somehow? The position of the icons would be to the left of the text.

e7d commented 9 years ago

I just tried to do it at JSFiddle using Font Awesome instead of Bootstrap Glyphicons, and it seems to work like a charm.

You see the example here: http://jsfiddle.net/m251mz68/.

sydcanem commented 9 years ago

Nice thanks @e7d