Is it possible to add a text item to a tabbar - or is it planned realize that?
Could you explain, how it should be. May be put a picture… Will be useful to add more information …
It is possible to add a text item in the toolbar. That means an item that contains some text displayed in the item display area. I’d like to use such an element in a tabbar, but it seems not to exist.
If you want to do something like on the attached pictire, you can do it the nest way:
tabbar.enableContentZone(true);
tabbar.setContent(“tab1”, “content”);
And your content will be:
[i]TEXT[/i]