Skip to main content

Questions tagged [tabs]

A user interface pattern that allows for the display of multiple pages or elements with a navigation reference above, below, or to the side of the content. On clicking the navigation reference, one element is made visible while others are toggled off. Often, the navigation reference is color-coded in a manner to indicate that it is currently visible.

0 votes
1 answer
25 views

CSS Tabs - Border around Content, but not on bottom of the active tab

I have the code below and it's working good so far. My Problem is, that I want a border around the content, but not on the bottom of the active tab. So I can't easily make a border around the content, ...
TheQuestionmark's user avatar
0 votes
1 answer
24 views

Remove Border Bottom From MUI Selected Tabs - React

I am trying to custom style MUI Tabs in order to get something like I have create sample code Here is the codesandbox example in which border bottom will be 100% and for selected tab it should ...
Digambar Patil's user avatar
-1 votes
1 answer
13 views

How can i implement a tab selector for BottomNavigationView?

Hellow there, i just wanna implement a tab selector for BottomNavigation view like this: At the moment i don't care about the item animations, i only want to put the bottom rectangle for the selected ...
Daniel Francos's user avatar
-1 votes
0 answers
11 views

Adding programmatic tab switching to a React tab container component [closed]

I am working on an existing React Tab container, which handles tab clicking on its own, automatically setting its own "active tab index" state. I want to allow the parent container to ...
gimmeamilk's user avatar
  • 2,098
0 votes
1 answer
28 views

Prevent Default is not working in p-tabView

I'm using PrimeNG's p-tabView in my Angular application to manage multiple tabs. I want to prevent the tab from changing under certain conditions. I tried using the preventDefault method in the ...
Jaydeep Kasture's user avatar
-1 votes
1 answer
26 views

Firefox "lost" setting to always open new Tab from manually typed new URL address

Have recently setup a new Win10Pro laptop with latest Firefox x64. On 4 other Win11Pro and Win10Pro laptops, whenever I type in manually a new address, FF automatically opens a new Tab on the extreme ...
acura rdx's user avatar
0 votes
1 answer
32 views

Nothing shows when click the open subtab button

So i'm making a little game, and i'm trying to make subtabs. But the problem is when i click the open subtab button, it hides the entire subtab. Here is my HTMl code: <!DOCTYPE html> <html ...
sixthreethreetwo's user avatar
1 vote
1 answer
49 views

Write a loop that will check all tabs, a count of sheets, tab color changes based on 3 cell's values

I have a spreadsheet with multiple tabs. This is for pricing. The first tab can be changed in 4 rows to change the profit of each part number which lives on its OWN tab. I would like a code to loop ...
Skye Olsavsky's user avatar
0 votes
1 answer
20 views

Make tab bar's selected tab underline be only as long as the label text

I want to be able to have the selected tab's underline within the tab bar to only be as long as the text for that tab (as shown below). I believe my issue is that I have a SizedBox with a defined ...
pl8nt's user avatar
  • 31
-1 votes
0 answers
29 views

Cypress opens multi tabs on Chrome [closed]

After I upgraded my Cypress to 13.12, this issue has occurred. Steps as below: Open Cypress: npx cypress open Select E2E testing Select Chrome Click "Start E2E Testing in Chrome" button ...
mons's user avatar
  • 29
0 votes
0 answers
8 views

handle multiple tabs with listener

I want to create an event listener on every new tab user creates when clicking on any pages, is it possible? this is required to capture user events based on clicks within this new tabs. Like a ...
RobertKirk's user avatar
0 votes
0 answers
36 views

Bootstrap 4: Opening Bootstrap 4 navtabs with accordions using URL when clicking the button [duplicate]

I'm trying to make a button link that will go to another page containing its respective accordion, and then activate the appropriate accordion section. I have this working code below that the button ...
clarkf's user avatar
  • 671
0 votes
0 answers
16 views

Ionic - How to pass URL params between tabs

in Ionic I have an app-routing module, which looks like that: import { NgModule } from '@angular/core'; import { PreloadAllModules, RouterModule, Routes } from '@angular/router'; const routes: Routes ...
sebjel's user avatar
  • 13
-1 votes
0 answers
29 views

Next.js Hydration failed, button inside a button using Shadcn

I am trying to put Popover with Calendar inside Tabs, but I cant get it working and I get hydration error. 'use client' import {cn} from "@/lib/utils"; import {Popover, PopoverContent, ...
Raian's user avatar
  • 1
-1 votes
1 answer
10 views

How can I write a vba macro to automatically name tabs on an excel spreadsheet with many tabs

Sub Macro1() Dim sheetcount sheetcount = ActiveWorkbook.Sheets.Count On Error Resume Next For i = 2 To sheetcount: ActiveWorkbook.Sheets(i).Name = ActiveWorkbook.Sheets(i).Range(C1).Value Next ...
Natalie's user avatar

15 30 50 per page
1
2 3 4 5
960