i done multiview tabbar,but not coming "icon".please do the needful

Hi Maksim

            Just i done below coding using webix icon.but icon symbol not coiming for me .how i get icon .is there any .js for this.

var tabbar = {
view:“tabbar”, type:“bottom”, multiview:true, options: [
{ value: “IBCR”, id: ‘IB’ },
{ value: “RBCR”, id: ‘RB’ },
{ value: “FGCR”, id: ‘FG’ }

Hello,

Where in the tabbar do you need an icon?

Icons can be defined via span elements with the corresponding CSS class. Check the sample here: http://webix.com/snippet/ad709cc1

Read about icons with Webix components in the docs http://docs.webix.com/desktop__icon_types.html.