Questions tagged [tabbed]
163 questions
1
vote
1 answer
tabbed browsing by storing webView in an Array/plist?
I want to build a tab-Browser and so far I've implemented everything (Bookmarks, settings...) except tabbed browsing.
What I know so far is that I should store my webView in an array or a dictionary and then retrieve it. but it doesn't seem to work.…

Yllier
- 197
- 1
- 2
- 14
1
vote
3 answers
Scroll to an anchor tag when panel tab selected
Is there a way to scroll to an anchor on a page when a tab on a tabbed panel is selected? I would like the tabbed panel to scroll to the top of the browser window.
My development page is here.
The code for the anchor and tabs is:
David Kneale
- 89
- 2
- 12

David Kneale
- 89
- 2
- 12
0
votes
1 answer
Cocoa Close/Hide/Change Tab Notification
is there any way to detect when a cocoa window has been closed, hidden and/or the user has changed the tab on which he was before?

Kevin
- 1,469
- 2
- 19
- 28
0
votes
1 answer
jqtouch tabbed page container
I am trying to implement a tabbed container (jquery organic tabs http://css-tricks.com/organic-tabs/) in jqtouch. I would like the tabs to only tab the content that is in the specified container. The problem is I cannot for the life of me override…
0
votes
1 answer
tabbed content with fancybox
i am trying to load dynamic content via ajax with fancybox.
it pulls it fine but i wont change the tab if i use the default function or i use via ajax. but i use fancybox and set the type to 'iframe' it loads and tabs alternate properly.
i am…

Eno Bassey
- 57
- 1
- 3
- 11
0
votes
1 answer
Using jQuery 'cookie' to maintain a selected tab on website
Can someone please explain how I use the jQuery Cookie plugin to persist the selected tab across my entire website?
Here's my current code in JSFiddle form: http://jsfiddle.net/mcgarriers/RXkyC/
If Tab2 is clicked and the link to Google is clicked,…

michaelmcgurk
- 6,367
- 23
- 94
- 190
0
votes
1 answer
jQuery - Tabbed Navigation issues with closing/opening tabs
I've been working on a tabbed navigation idea for the past few weeks. I'm not hot with Javascript or jQuery so it's been slowly coming together.
I have 2 final tweaks to make to it and I'm currently not sure how to achieve this. These include:
1)…

michaelmcgurk
- 6,367
- 23
- 94
- 190
0
votes
2 answers
JSF Primefaces:redirect to specific page on p:tab click
I would like to utilize p:tabView for horizontal site menu.
When tab is clicked,that user should be redirected in non-ajax style to the specific page.
Is it possible to inject to each tab (e.g. inside p:tab tag) href link ?
Or there is already some…

sergionni
- 13,290
- 42
- 132
- 189
0
votes
0 answers
Dynamic tabs with multiple tab content
I'm trying to create navigation using Bootstrap 5, so that I have 3 columns of content. The first column contains a nav-list. The second column contains an additional nav-list, and in the third column items are shown to correspond with the active…
0
votes
1 answer
Navigate inside a TabbedPage and keep the TabbedPage as Host
I'm trying to set tabs in my whole application.
I created a Tabbed page like this :

Alexandre S.
- 522
- 2
- 5
- 24
0
votes
2 answers
Tabbed Content Tabs
I'm using this method from W3schools for tabbed content and it's working well except for one minor detail that is overlooked in their example. When the tab is closed by clicking on the X in the content, the tab remains in the active presentation, a…

csmyth
- 1
- 1
0
votes
3 answers
Windwomanager with TappedPanels
main.py:
from kivy.app import App
from kivy.lang import Builder
from kivy.uix.screenmanager import ScreenManager, Screen
from kivy.uix.tabbedpanel import TabbedPanel
class Test(TabbedPanel):
pass
class MainWindow(Screen):
pass
class…

ChrisCross
- 103
- 6
0
votes
0 answers
Xamarin Forms + MVVM Cross Tabbed Page Binding Context
this is my first post and i'm here as a newbie developer.
I'm working in a collaboration project for a mobile app and i'm actually stuck with a problem, maybe is something simple for experienced developers but i'm starting now with Xamarin.Forms and…

AegisVII
- 1
0
votes
1 answer
How to get rid of tabs in a tabbed application on user logout?
I have built a tabbed application with two tabs. The second tab has "Logout" option. On click of log out, the user must be taken to the login page. I am getting the login page here, but the problem is that I am also getting the two tabs at the…

Guest
- 121
- 1
- 1
- 8
0
votes
2 answers
Swift: How to access second view after navigation controller?
I'm really new to swift and currently working on a project for a trivia app. Right now I have it so that after pressing the start button, it pushes aside the current view controller and shows the user a new one (vc), but I'm not sure how/where to…

Dark Duelist
- 45
- 5