Tabbar

http://webix.com/snippet/0279f622

Hi when setting value=2 in tabbar, multiview does not reflect the good view.

Do we have to call setValue to see the good View ?

Thanks

Hi,

You can call show() method for the view you want to show:
http://webix.com/snippet/99ae3fac

So we have to call a method.
as property multiview is defined, i think that when value is setten, the view should be shown without any Method’s call.

Thanks

Hi,

So we have to call a method

Yes, you are right.