Questions tagged [tabbed]
163 questions
2
votes
2 answers
jQuery Tabbed Problem
I want to add the 3rd tab link to other website and when it is clicked it redirects me to the home page first tab. not 3rd tab.
here is a example of linking used in the website.
HOME
About…

Shahab
- 21
- 1
2
votes
2 answers
How do I change the title of a tab in a tabbedpanel in Apache Wicket?
I have a TabbedPanel in which I dynamically add and remove tabs. In addition I want to change the title of a tab according to its changing contents. In my current code the title is set by the Wicket ID like:
public class GenericTab extends AjaxTab…

Jemolah
- 1,962
- 3
- 24
- 41
2
votes
0 answers
Android app bar and toolbar elevation issues
The image of the app before swiping on the action bar. The image of the app after swiping on the action bar. I am making a simple tabbed view application in android studio. The app works fine until I swipe up on the action bar to hide it and the…

Nick Buchert
- 21
- 2
2
votes
1 answer
Need "starting point" hints about adding "tabbed" interface to Django admin
I'm new to the web development world - that means I'm new to javaScript/CSS. Now I'm building a web system with Python Django. I'm wondering would you like to give me some hints as the starting point for adding "tabbed" interface to Django…

Edwin Yip
- 4,089
- 4
- 40
- 86
2
votes
1 answer
Content inside tabbed content is automatically setting to display:none; so not showing
I am having a problem with some Tabbed content I have on a site i'm building.
I have some tabbed content, all tabs and function works fine and some HTML elements show, but others don't.
When viewing the source, I notice that the divs that don't…

GeorgeOz
- 21
- 2
2
votes
1 answer
Having a fixed Column while the other is scrollable inside an unordered list
I am using a TabbedContent script that creates a large width div. This div in turn has several unordered lists in it, each list will correspond to a tab. The script then adjusts the width of the large div to fit the list in the area where it's…

Zeldrak
- 23
- 2
1
vote
2 answers
change url of tab javascript firefox extension
I am trying to change the url of a currently open tab in javascript firefox extension
Any pointers please?

Lilz
- 4,013
- 13
- 61
- 95
1
vote
3 answers
Android template error Transformation.map
I've tryied to use a template (tabbed view activity) in a new project (java).. but it won't run (no code modifications). Version 2.1.2 on Win 11
error…

Denis De Pauli
- 35
- 6
1
vote
0 answers
jQuery create tabbed content problem
The idea is to rewrite original HTML (on the fly) and create tabbed content instead. So let's say we have something like:
Tab one
...HTML text 1...Tab two
...HTML text 2...Tab three
...HTML text…
Dameer
- 39
- 1
- 7
1
vote
1 answer
Create Vertical-Tabbed OS X Cocoa View
I'm interested in having a application with a layout similar to the tabbed operation of iChat (see image below).
Does anyone know of any pre-built constructs that allow this sort of UI? I know there is NSTabView for tabs across the top of the…

aqua
- 3,269
- 28
- 41
1
vote
0 answers
The keybindings for tabbed don't work in i3, why?
I have recently changed from XFCE 4 to i3wm and when i tried to launch zathura with tabbed feature like this:
nohup tabbed -f zathura -e
I get the reader, but when I try to open a new tab Ctrl + Shift + Return it just don't work. However, I must…

Jellu Cat
- 11
- 1
1
vote
1 answer
Android Tabbed Layout - how to have sub-section links?
I'm trying to create an app with tabs for the main menu with sections Main, Adult and Paeds and buttons within each tab that link to other content . The layout is like this:
Main
General info
Adult
Section 1 (button)
Section 2…

Subjective Effect
- 1,465
- 2
- 17
- 37
1
vote
1 answer
CSS only multi level tab display issue
Below is css only tabbed html implementation that I put together after scouring the internet
Edit: I am trying to avoid having to specify the min-height. The tab contents vary greatly, and i want to display the whole content (without the scroll…

longines86
- 11
- 2
1
vote
0 answers
Limiting Spry Tabbed Panels Effect on Menu
i am creating a drop down menu with the Spry Tabbed Panels widget. I am trying to find a way to have the roll-over/drop-down effect only work on a couple of the tabs. (I have about 10 tabs in all.) The remainder of the tabs, I would just like to use…

Ashley
- 11
- 2
1
vote
0 answers
Create a plot with multiple axes on a uitab. Using addaxis in Matlab
I have created a tabbed Panel, in this Panel i want to create a Plot with multiple axes. To do this I am working with "addaxis" from https://de.mathworks.com/matlabcentral/fileexchange/9016-addaxis.
My code:
obj.plot=axes('Parent', obj.tab,…

Gabriel
- 31
- 2