How to add icon to label view

Hi Team,

I want to use icons from Font Awesome for label view.

How can i do that.

Just put a span tag with related css class next to the label’s text
http://webix.com/snippet/cb621712

Hi Maksim,

The code you shared will not work when i am using it inside and web application page.

Do we need to provide any path ?

No, you need not provide any paths

  • be sure that you have codebase/fonts folder
  • be sure that relative location of webix.css ( or any skin css ) file is the same as in the package.

Css file has relative link to the icons font, if you have moved css to the different folder - icons will not render.