Hi,
I need to retrieve all tabs. I tried $$(‘tabview’).getTabbar().getChildViews().
I am getting empty array. Each tab in Tabview contains scrollView.
Here is the snippet: http://webix.com/snippet/ad1969b1
Please advise.
Thank you.
Hi,
I need to retrieve all tabs. I tried $$(‘tabview’).getTabbar().getChildViews().
I am getting empty array. Each tab in Tabview contains scrollView.
Here is the snippet: http://webix.com/snippet/ad1969b1
Please advise.
Thank you.
Tabview consist from “tabbar” - panel with tabs at top and multiview - hold the actuall cells. So in you case it must be
$$(‘tabview’).getMultiview().getChildViews();
http://webix.com/snippet/1c18f0d0