Questions tagged [tabmenu]

19 questions
6
votes
1 answer

How can I achieve following layout in iOS?

I have a layout as follows for iOS app development. The layout contains following parts: Collapsing toolbar: This view should work like in android i.e. on scrolling it must be collapsed. Tab menu: This is tab menu. On swiping, the tableview must…
user3853770
  • 193
  • 3
  • 15
2
votes
2 answers

Primefaces p:tabMenu align p:menuitem to right

I'm using Java EE with JDK 1.8, Maven and Primefaces. Regarding the tabMenu of Primefaces I have the following question: How can I align the last menuitem to the right? Please see my code below:
FranzHuber23
  • 3,311
  • 5
  • 24
  • 63
1
vote
0 answers

Ionic Tabs not working properly when coming from same module (Ionic tabs)

I have the case when have 5 tabs at the bottom( home, about, profile, lob/first, lob/second ). first 3 of them are coming from different module and they look great but the last two of them are from the same module and this ones are not ok , when you…
kiki
  • 11
  • 1
1
vote
1 answer

Activate jQuery script through URL for tabbed navigation menu

I have a vertical tabbed navigation menu on one of my webpages. It uses a jQuery script to change the CSS style to display or hide different content wrapped in DIVs on that page based on what the user clicks. When the page loads it displays the…
1
vote
1 answer

PrimeNG tabMenu click event to be disabled for disabled tabs

I have an issue with PrimeNG p-tabMenu for menu that are disabled. Say for example I have a tabMenu with 4 sub tabs -> AAA, BBB, CCC, DDD. This is how the menuItems are setup in the ts component. //.... invDocs: InventoryDocs[] = []; invMenu:…
Geek
  • 3,187
  • 15
  • 70
  • 115
1
vote
0 answers

Remove Android tab toolbar menu top spacing/padding

Thanks in advance guys. I've searched and experimented with this simple issue for ages with no luck (see pic below) -I've got a tabbed menu bar that opens initially with a lot of padding/spacing at the top. -I want to remove this and lock the tab…
1
vote
4 answers

Change the color of selected Tab, of TabMenu PRIMENG - style

I'm using primeng component tab menu. https://www.primefaces.org/primeng/#/tabmenu I can't find a way to change the color of the selected TAB, to a different one.
jcmendes98
  • 148
  • 1
  • 10
1
vote
1 answer

Blank fragment after navigation with BottomNav and TabMenu

I am developing an Android app that has a little bit confusing navigation structure which leads me to my problem. There are two ways to navigate through the app. First is the BottomNav and second is a TabMenu. I thought about working with fragments…
genesis
  • 23
  • 5
1
vote
1 answer

passing value of primefaces tabview activeIndex to a widget managed bean

I am having a tabMenu using menu items each of the menu items has a parameter "i" that is linked to the activeIndex to indicate which page to load when the tab is clicked. The problem I faced is that I need to get this parameter value of i to call…
Survivor
  • 21
  • 6
1
vote
2 answers

Use p:tabMenu with JavaScript

I am currently using an h:selectOneRadio to display three filtering options. When a radio button is clicked, a JavaScript function is called to iterate through a number of items below to change the display CSS property corresponding to the filter…
Pixelstix
  • 702
  • 6
  • 21
0
votes
0 answers

Ionic Tabs not working properly when coming from same module

I have the case when have 5 tabs at the bottom( home, about, profile, lob/first, lob/second ). first 3 of them are coming from different module and they look great but the last two of them are from the same module and this ones are not ok , when you…
ione
  • 1
  • 1
0
votes
1 answer

PrimeNg p-tabMenu invisible, shown as size 0x17px in Firefox

When trying to display a p-tabMenu element in the browser, nothing is shown (white screen). Another PrimeNg element, p-dropdown, is displayed when p-tabMenu is not in the html-File, if both are present both become invisible. When checking the…
Stef 84
  • 53
  • 1
  • 6
0
votes
1 answer

how to remove dotted line on tabMenu in tkinter python

as you see image, each tabMenu has dotted line after tabMenu click how to remove this dotted line? bottom is source code thank you. from tkinter import * from tkinter import ttk tabposition = ttk.Style() …
0
votes
1 answer

PrimeNg TabMenu Angular 11: set last tab on the right

I am using Angular 11 and PrimeNG and styling with Flex. From PrimeNG I am working now with TabMenu. Imagine now I want to put three tabs: Tab 1, Tab 2 and Tab 3. I want to have on the left of the browser Tab 1 and Tab 2 and on the right I want only…
Dave
  • 7,028
  • 11
  • 35
  • 58
0
votes
1 answer

Pure css default state override

I've been making a tab menu in a website. Pretty simple feature: every tab contains images and they appear only when the right tab is clicked. This is for an online course I'm taking and we're supposed to do this with css only. The problem I'm…
pool matho
  • 39
  • 11
1
2