jothim
1
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’ }
Helga
2
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.