1. #1
    Sencha User
    Join Date
    May 2010
    Location
    Guatemala, Central America
    Posts
    984
    Vote Rating
    47
    ssamayoa has a spectacular aura about ssamayoa has a spectacular aura about

      2  

    Default Font Awesome

    Font Awesome


    I recently finished a JSF 2 application + Twitter Bootstrap (http://twitter.github.com/bootstrap/) + Font Awesome (http://fortawesome.github.com/Font-Awesome/).

    I really like the way final application looks and now I feel that ExtJS applications's UI looks too "dense" and too 90s... (colors, frames, etc.) so I start to use default gray theme and start to tweak, via CSS, the L&F.

    One of the thing I liked the most in the JSF application was the icons provided with Font Awesome so I decided to try them in SA. Was really easy!

    1. Create a new project and save it.
    2. Add "fonts" and "css" folders to where you saved your SA application.
    3. Copy "fonts" folder content from Font Awesome distribution to SA application's "font" folder.
    4. Copy "css" folder content from Font Awesome distribution to SA application's "css" folder.
    5. Add a resource to your app pointing to "./css/font-awesome.css"
    6. Use the icon-* classes, for example:

    Selection_001.png

    Works in 2.1 and 2.2 beta.

    Hope this be useful for someone.

    Regards.
    UI: Sencha Architect 2.x / ExtJS 4 MVC
    Server side: EJB 3.1 / CDI / JPA 2 / JAX-RS / JasperReports
    Application Server: Glassfish 3.1.x
    Databases: Oracle 10g & 11g / DB2 9 & 10 / Firebird 2.5

    If you like my answer please vote!

  2. #2
    Sencha - Architect Dev Team aconran's Avatar
    Join Date
    Mar 2007
    Posts
    8,189
    Vote Rating
    63
    aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice

      1  

    Default


    Thanks for the writeup. I'm sure this will help someone out.

    The Ext JS Team is aware of the dated look of our current theme and doing something to revamp that.
    Aaron Conran
    @aconran
    Sencha Architect Development Team

  3. #3
    Sencha User
    Join Date
    Mar 2012
    Location
    New Zealand
    Posts
    67
    Vote Rating
    11
    wayne.rudd will become famous soon enough

      0  

    Default


    Thanks for this - I too have used the default gray css as a starting point - first step is to dump all the gradients and radius borders - instant modern and clean theme! I am not far off the task of adding some graphical touches to buttons, tabs, etc and Font Awesome does indeed look awesome, so thanks muchly for the tip. Cheers.

  4. #4
    Sencha User
    Join Date
    Jul 2012
    Posts
    9
    Vote Rating
    1
    ryeo is on a distinguished road

      0  

    Default


    Hi,

    how did you center your icon, did you use iconmask - x-icon-mask?

    I get a white square when I used the iconmask...

    Thanks!

  5. #5
    Sencha User
    Join Date
    Nov 2007
    Posts
    50
    Vote Rating
    0
    boonkerz is on a distinguished road

      0  

    Default


    Thx

    I use iconCls: "icon-save icon-border"

    Should center it