Skip to main content
Filter by
Sorted by
Tagged with
2941 votes
32 answers
4.0m views

I'm trying to open a URL in a new tab, as opposed to a popup window. I've seen related questions where the responses would look something like: window.open(url,'_blank'); window.open(url); But none ...
Mark's user avatar
  • 41.4k
0 votes
1 answer
63 views

I have a Primefaces Tabview with multiple tabs, and I'd like to add a context menu specifically to its tabs (each tab would have its own), but NOT to the whole tabview. Online I had found this: <h:...
Heavenly Journey's user avatar
1345 votes
4 answers
1.8m views

Is it possible to open an a href link in a new tab instead of the same tab? <a href="http://your_url_here.html">Link</a>
Rene's user avatar
  • 13.7k
2 votes
1 answer
297 views

I would like to create nested tabs in a Quarto document. I wrote a custom function called nested_tabs which takes the names of a nested list for the tab names and should plot the graphs at each ...
Quinten's user avatar
  • 42.8k
0 votes
2 answers
329 views

Using this default model, if I separate one of these URLs in a new window and use it for reading, the next URL open will open in the window I've separated for reading, obviously hindering my reading. ...
Digital Farmer's user avatar
386 votes
26 answers
331k views

I'm developing a web page in which I'm using Twitter's Bootstrap Framework and their Bootstrap Tabs JS. It works great except for a few minor issues, one of which is I do not know how go directly to ...
mraliks's user avatar
  • 4,057
288 votes
13 answers
423k views

I have both TypeScript and HTML files in my project, in both files tabs are converted to spaces. I want to turn the auto-conversion off and make sure that my project has only tabs. Edit: With this ...
Matan Yadaev's user avatar
  • 3,398
1 vote
1 answer
230 views

I have a C# Winforms application which I am trying to make DPI aware. I have tried to follow the instructions here: https://learn.microsoft.com/en-gb/dotnet/desktop/winforms/high-dpi-support-in-...
Stewart's user avatar
  • 4,064
245 votes
13 answers
111k views

I have setup tabs as UPDATE 29/05/2015 this post. Tabs take full width on my Nexus 4 mobile but on nexus 7 tablet it in center and not cover full screen width. Nexus 7 screenshot Nexus 4 screenshot
Max's user avatar
  • 5,733
227 votes
20 answers
1.6m views

Possible ways: <pre> ... </pre> or style="white-space:pre" Anything else?
Yeseanul's user avatar
  • 2,907
229 votes
11 answers
220k views

I know there are a lot of posts about this, but I couldn´t get it to work. I use tabs for coding. Is there a way, to convert always spaces to tabs? I.e. on open and on Save files? Anyone got an idea? ...
chris's user avatar
  • 4,897
347 votes
8 answers
529k views

Every time I add a selector in CSS and I press Enter to define the properties it ends up like this: #selector { property: value; } (8-space tabs) How can I configure Vim to make it like this: ...
wyc's user avatar
  • 55.7k
0 votes
0 answers
61 views

I thought that ConEmu would allow me to have multiple tabs with only one window open. I navigate to Settings... > General > Appearance and enable both the Single instance mode option and the ...
lyrically wicked's user avatar
141 votes
19 answers
253k views

I am trying to keep selected tab active on refresh with Bootstrap 3. Tried and checked with some question already been asked here but none of work for me. Don't know where I am wrong. Here is my code ...
Code Lover's user avatar
  • 8,408
224 votes
6 answers
107k views

I've been following the navigation drawer guide by Google and I'd like to add it to an Activity with tabs and gestures. I'd like to disable the gesture to open the navigation drawer, does anyone have ...
user1627990's user avatar
  • 2,655
-1 votes
1 answer
143 views

i have a react application where i need to display png image as shown below HTML is as below 8x8 Integration my folder structure is as shown below but none of the images are coming in the img tab in ...
dhana lakshmi's user avatar
79 votes
7 answers
51k views

When using VSCode, most of my files are set to be indented using spaces. However I sometimes wish to insert a literal tab. When I was using vim I'd use <Ctrl>+v <Tab> but that doesn't work ...
Christopher Causer's user avatar
0 votes
2 answers
137 views

I need help. "How can I log out a user in Angular when they close the browser tab instead of clicking the logout button, so that the next time they try to access the application, they have to log ...
ivan's user avatar
  • 1
100 votes
10 answers
175k views

I have a sort of column display, but the end two column's seem to not be aligning correctly. This is the code I have at the moment: Console.WriteLine("Customer name " + "sales ...
Stephen Smith's user avatar
0 votes
0 answers
34 views

I am trying to make a simple app tabbar where the selected tab is highlighted with a pill highlight image. The image works but as you can see in the image the bottom of the pill is cutoff. import { ...
reptarkid's user avatar
0 votes
0 answers
22 views

I’m trying to replicate the behavior of the “More options” sheet in the Microsoft Teams mobile app using SwiftUI. The actual "More" tab doesn't switch the selected tab — instead, it just ...
udi's user avatar
  • 327
94 votes
7 answers
52k views

I would like to see all files or documents I've opened in Visual Studio. I do not want them to be auto hidden or hidden on overflow. How can I achieve it?
Dung's user avatar
  • 20.9k
0 votes
1 answer
72 views

so i have an angular Projet but it doesn't work because of TabPanel problem . Help me Please codes : <div class="page-container"> <header> <h1>Test Page</h1&...
Mouheb Sabri's user avatar
44 votes
9 answers
15k views

Sometimes when I'm working I end up with several open tabs. My problem is that every time I need to switch to another file I need to constantly scroll until I find the desired file (which is not ...
htafoya's user avatar
  • 19.4k
0 votes
1 answer
339 views

I’m building a React Native app using Expo Router with a tab-based layout (for example: Feed, Search, Home). What I want is for each tab to have its own independent stack/history, so that when you ...
Emelie's user avatar
  • 11

1
2 3 4 5
295