Questions tagged [tabview]

Any visual layout that incorporates selectable tabs as an organizational element.

770 questions
3
votes
1 answer

I tried React Native Tab View. Route navigation not working in renderScene components

I have implemented a tab view using React native, but I need to navigate from child screen to another parent screen. See this image: My UI In the above image when I click on the Next button, I am able to navigate between tabs, but I need to navigate…
Ravi Kumar
  • 31
  • 4
3
votes
2 answers

React Native TabView Swipe

Iam looking React Native swipe tabs. Right now using "React Native Tab View" it as an issue like lazy loading, flatlist won't work, Tab indicator get delay. please suggest a good package or how to do swipeable tab in react-native. Thanks "React…
surendiran somu
  • 103
  • 2
  • 6
3
votes
1 answer

Hide tab buttons on Nativescript-Angular TabView

I'm trying to find a way to remove the tab buttons on a element with an Angular 6 app but with no avail so far. Basically, I only want to keep the Tab contents and their swipe functionality. Apparently there are specific android and iOS methods you…
jonnybravo
  • 137
  • 9
3
votes
3 answers

Android change tabview's text color not backgroundcolor

How i can do that? is it possible? : tabhost.getTabWidget().getChildAt(i) . setTextColor or something else..?
lacas
  • 13,928
  • 30
  • 109
  • 183
3
votes
1 answer

ContainerView on TabController Creates Phantom Tab

I am using a ContainerView to share a view amongst the various ViewControllers in an iOS app. This works well for the most part, except for the TabViewController, where it causes an extra blank tab item to be created. I have attached a screenshot…
vfxdrummer
  • 436
  • 4
  • 7
3
votes
1 answer

How to implement tabview in one of the fragment of bottombar?

I want this type of design :: Here Is My design My mainactivity.xml only contain a frameLayout which is Replaced by Selected Fragment from bottombar menu item. It's code is here: b = BottomBar.attach(this,savedInstanceState); …
3
votes
0 answers

JavaFx: How to make an fx:include to fill the parent pane

I want to build a tab view. I like to put the content of each tab in a separate FXML file. With I can import an FXML into my main FMXL. The import works fine but unfortunately the Details.fxml content is only…
Manuel
  • 319
  • 4
  • 14
3
votes
2 answers

Signals for entered/exited events in TabView

I have a TabView, which has 3 Tabs, Say tab1, tab2, tab3. Each Tab has some widgets. I want to have some kind of signalling mechanism, so that when I enter tab3, I want to set the state of some of the widgets (e.g. a TextField) within tab3 and when…
Sandeep
  • 1,237
  • 1
  • 14
  • 29
3
votes
1 answer

Primefaces TabView with composite component as tabs

I want to use a PrimeFaces TabView component to display data from our server in tabs. I need three tabs to display three tables with different data. It works if I write: // logic comes here
Kaschwenk
  • 522
  • 5
  • 16
3
votes
2 answers

p:tabView: direct link to tab

I want to have a link that will open the specific tab of the p:tabView. I tried this link but it's not working (first tab is open): /jsf/.....#tabView:tabA this is my TabView :
user3070142
  • 59
  • 1
  • 9
3
votes
3 answers

Primefaces p:confirmDialog inside tabView

I now have problem with using confirmDialog inside tabView. Here is my confirmDialog
Thien Dinh
  • 373
  • 1
  • 6
  • 15
3
votes
1 answer

Nothing is shown in tab view on Android

I am creating tabBar in following way: import android.os.Bundle; import android.support.v4.app.FragmentActivity; import android.support.v4.app.FragmentTabHost; public class FragmentTabs extends FragmentActivity { private FragmentTabHost…
Uniruddh
  • 4,427
  • 3
  • 52
  • 86
3
votes
2 answers

Primefaces Datatable within Tabview - initial sort on second tab doesnt work

I have a tabView where each tab contains a datatable. I have it set up like so
Matt Kagan
  • 611
  • 1
  • 12
  • 24
3
votes
2 answers

primefaces tabView skip the form validation when tab change

I'm using PrimeFaces 3.3 and Mojarra 2.17. I have a page that contains a p:tabView. The second tab contains a textbox and required="true". When I navigate from the second tab to first tab, it will validate the textbox is empty and display an error…
heng heng
  • 693
  • 3
  • 13
  • 25