Font-Awesome ExtJS ActionColumn

前端 未结 5 2245
无人及你
无人及你 2020-12-31 14:46

I\'m Using FontAwesome with ExtJS in my app.

All other buttons are working fine with font awesome when I do this:

 iconCls: \'fa fa-edit\'
         


        
5条回答
  •  旧巷少年郎
    2020-12-31 15:31

    Looks like the overrides don't work if you are in 4.0 - 4.1. I went the path of least resistance and just made the icons into png format via http://fa2png.io/ then defined the assigned class to a background-image url in the css.

提交回复
热议问题