An idea ?
tab1 => red if active
tab2 => green if active
(i’m not a CSS fan !)
An idea ?
tab1 => red if active
tab2 => green if active
(i’m not a CSS fan !)
Hello,
You can wrap the values of tabbar options into divs and style them separately:
options:[
{ value: '<div class="listView">List</div>', id: 'listView'}, ...
]
Several CSS rules are also needed to achieve proper sizes.
Check the following snippet, please: http://webix.com/snippet/199e9d3c