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 ...

learn more… | top users | synonyms (1)

0
votes
0answers
4 views

How to add/remove tabs from a TabPanel in Sencha Touch

We’ve a requirement where the tabs of a tabPanel need to be setup everytime a user logs-in to the application; for different user roles we’ve different set of tabs. I've tried removeAll and add ...
0
votes
0answers
3 views

Zurb Foundation 3 tabs not working

I've done a blank HTML5 WordPress install and merged Foundation 3 in as my framework, everything seems to be working fine apart from my tabs. I'm about to tear the rest of my hair out, there seems to ...
0
votes
0answers
17 views

Jquery Tab Set Hiddenfield Value

Your assistance is greatly appreciated -- I have spent a few hours reading a variety of answers here and via Google and must be overlooking something. I am using JQuery Tabs (JQuery 1.9.1 / JQuery ...
1
vote
1answer
19 views

how to control tabs and whitespace with emacs version 24.3?

I am unable to get emacs version 24.3 to indent two whitespaces when I hit the tab key in fundamental mode. I've read a number of other posts, such as set 4 Space Indent in Emacs. I'm pretty sure ...
0
votes
0answers
6 views

QTabWidget setCornerWidget with expanding width

I simply want the cornerWidget of a QTabWidget to expand its width as mush as possible. I have tried setting the QSizePolicy to {Expanding, Expanding} but I can't get it to work. I want to have some ...
1
vote
0answers
11 views

Use anchor tags within Foundation Section with deep linking

We are using Foundation Section with deep linking. We must be able to link to each tab from other parts of the site. The content of each tab is also quite long and has a side nav with anchor links to ...
0
votes
1answer
33 views

How do I open javascript div tabs with a link on the page

I am trying to use a link to open a specific tab that is created using divs and the tabs open and close using javascript. Here are the tabs and the javascript is within the script tags at the bottom: ...
0
votes
0answers
14 views

JQuery tab stacking content

Has anyone had to deal with JQuery tabs stacking the content? There seems to be a cumulative effect. The page I am creating is a 1 page data collect and report style web page. The initial input is ...
0
votes
0answers
4 views

multiple Gridviews in Jquery tabs, add & update rows to Gridview work fine in 1st tab, but delete not working totally on other tabs

I put one gridview on each tab. It works fine for adding row or updating row on every tab - the gridview is refreshed and shows added or updated row. When the Delete button on the 2nd tab is clicked, ...
0
votes
1answer
23 views

Hot to achive Google+ profile listview layout?

I have a task at work to create view that shows a list of items and it is controlled by the tab. At the top of the list there must be a header that displays an image. Tabs needs to be below the header ...
0
votes
0answers
6 views

Bootstrap - Popover content - Chnages tabs

I am using bootsrap. I have popover that displays when a tab is selected: see:HERE When you click on the tabs and the popover shows, there is a button inside. this is driven by the data-content="". ...
0
votes
0answers
17 views

Pros and Cons? Extend Forms.Tabpage or just add a custom panel to it? [closed]

Should I extend Forms.Tabpage or just add a custom panel to it? Right now I plan on having multiple instances of two different custom panels in a TabControl. My question is though which is a better ...
0
votes
2answers
12 views

How do I place controls in a tab panel?

While using the 'pointer tool' I have placed a tab panel on a card. Then I added a scrolling field to the first tab. When I switch to the 'browse tool' the field is visible on all the tabs including ...
0
votes
0answers
5 views

Is Facebook Page Tab Name translation possible?

I have an i18n (English/French) web app that I have set up as a Page Tab. When I attempt to translate to fr_FR/fr_CA I see no form entry for Page Tab Name, nor does it come up as a term on the ...
0
votes
1answer
31 views

Naming issue with AngularJS controllers

I just started playing around with AngularJS. I did however stumble upon a case that had me quite puzzled, when trying to use the angular bootstrap directives for creating tabbed panes. I followed ...
0
votes
0answers
4 views

When I am using JSB3 in project tab panel is not get displayed

For high performance of the website i have included the jsb3 file which replaces ext-debug file with ext.js file & also it generates app-all.js which contains all the functionalities,classes ...
0
votes
1answer
15 views

Bootstrap - navigation + sub nav shows and hides on click

I am trying to make navigation that would have similar effect to dropdown but instead of box with sub menu it will show tabs. I made it and it works just fine - the only problem I have is that the ...
0
votes
0answers
5 views

Why tabbar hiding when push the UIButton

(IBAction)parsing:(id)sender { UITabBarController *tabBarController = [self.storyboard instantiateViewControllerWithIdentifier:@"tablo"]; // ViewController1_1* t = [self.storyboard ...
0
votes
0answers
13 views

JQuery 1.9+ change the index of newly added tab

JQuery 1.7 and earlier was providing the method to add the tabs. $tabs.tabs("add","#tab_panel",title,[index]) And in JQuery 1.9 the method to add the tabs is changed I am trying to change the ...
-1
votes
1answer
36 views

How to automatically redirect to another view controller when a user opens a view controller iOS

I have some extremely confusing code for a Tab Bar that my predecessor wrote and I cannot understand. Instead of adding my view controller to the tab bar, I would like to just re-direct to it from a ...
0
votes
0answers
10 views

Frozen app after tab open in Titanium, iOS

I am building an App for both Android and iOS. For android everything is working fine but in iOS I am having a weird issue. I have a main_screen.js which open directly from app.js. my main_screen.js ...
0
votes
6answers
45 views

Create UL with data from a set of divs

I have a selection of divs with the exact markup below and I want to create an unordered list above those divs that will provide the ground work for a 'tab' system - all without modifying the below ...
0
votes
0answers
21 views

Inception, 3 levels deep: multiple Youtube videos inside a Flexslider, inside a tab

I am attempting to have multiple Youtube videos (in iframes) in a Flexslider inside an AJAX loaded tab (I like to make things complicated). Each tab is a separate html file. The Flexslider for the ...
0
votes
1answer
58 views

How to do Fade In/Out transition to the background image of a tab?

I am currently trying to make a fading transition when changing the background image of a tab during a ComboBox SelectedIndexChanged event. However, I couldn't find the opacity properties in a tab's ...
0
votes
1answer
14 views

How to open a new tab based on data taken from a FORM in “popup.html”?

I want to create a chrome extension which takes input from a "form" in popup.html and uses popup.js to open the website selected in a new tab. **manifest.json** { "manifest_version": 2, ...
0
votes
0answers
28 views

How to rename tab's text on double click in JavaFX 2?

I have a simple code to add tab(s) to a tabPane @FXML private void addNewWorkspaceTab(ActionEvent event) { Tab workspaceTab = new Tab(); workspaceTab.setText("New Workspace"); ...
0
votes
2answers
10 views

Traverse files and replace all tabs to two spaces

I want to replace all tabs with 2 spaces in all files in my project directory. Here is the code I have written but it is not working as expected. Tabs are as it is in the files. for i in * do sed ...
-1
votes
0answers
36 views

Bootstrap dropdown with tabs

I have a site, built with twitter bootstrap. In that site I have a page with couple of tabs (using classes tabbable and nav nav-tabs. I then have a navbar, and on that navbar I want to create a ...
0
votes
1answer
6 views

Show file type icons on tabs on visual studio 2012

I wass looking for quite some time now how I could see the file type icon of each file I have opened in visual studio 2012 tab well, like it was shown on previous versions of visual studio. This was ...
1
vote
1answer
17 views

tabgroupactivity in android with BaseAdapter

I have to develop an one android application. Here i have using tabgroup activity. i have using following code on my adapter file: convertView.setOnClickListener(new OnClickListener() { ...
1
vote
0answers
17 views

Dynamically change href in last tab of jquery 'next/previous tab' controls

I use stackoverflow often so thanks to all who contribute - its been very helpful. I am not an avid programmer and use jquery at its most basic level. I hope someone can help. I would like to ...
0
votes
0answers
17 views

Bootstrap Tabs with hash on url

i want to load a specific bootstrap tab on page load using a hash on url without scrolling to the page to the tab top, and i also want its relative button on menu to get a class, i tried so hard but i ...
0
votes
0answers
11 views

Chrome Manifest Version 2 Simple JS and Tab?

Much like most every one, had a version 1 for years, worked fine. Forced to upgrade to version 2 and despite reading endless docs, nothing works, lost. It's a stupid simple action. Icon loads new tab ...
0
votes
1answer
48 views

Refactor code to use Custom class instead of the one the System provides

Well, this is probably the dumbest question yet, but I have a huge problem that bothers me. First off, I used the code sample from Mick Doherty's Tab Control Tips under reposition TabItems at runtime ...
0
votes
1answer
21 views

form tabcontrol subform runtime error 468: Object doesn't support this property or method

I am developing a search form / report builder in Access 2007 called frmSearch. The existing search form works well, showing its results in a subform of a tabcontrol. Then I can click a button to show ...
0
votes
0answers
30 views

create tabs dynamically from xml in android applications

i have a really difficult task to do and I don't have a lot of time.. I need your help very quick please.. using this website and after many researches I was able to create a form layout (In a normal ...
0
votes
0answers
9 views

How to check for an new created tab in opera extension / add-on

In Opera i can create an eventListener to check tab preferences on "focus" for existing tabs. I am creating a "focus" eventListener like this: opera.extension.tabs.addEventListener('focus', ...
0
votes
1answer
33 views

Sliding Tabs query

I have had this code for a while http://jsfiddle.net/SjUTT/. As I am only going to have 8 tabs in all, I am trying to tweak the jquery so that when the next arrow is clicked 4 tabs are slid through, ...
1
vote
0answers
13 views

SmartGWT TabSet.destroy() and recreation

I was having ID collision of tab IDs when trying to recreate the same TabSet. My case is the following : I have 3 Tabs in general, then some action creates a 4th one, some action happens in this 4th ...
-2
votes
0answers
9 views

How to import contacts from gmail & facebook [closed]

I am doing an app which has 3 tabs & the 1st tab is for G mail , the second is for Facebook and the third tab is used chat purpose. I had a problem that when the user logged into G mail & fb ...
0
votes
1answer
37 views

How to dynamic generate this layout and implements this UI ?(Android)

I have this layout to do. ![enter image description here][1] But I don't know how to implement is the better method. Is it use tabhost or dynamic generate layout to implement? I have tried to use ...
0
votes
1answer
21 views

Tabs strip bottom border using CSS

I've quickly made up a little tabbed top to my form. I'm not going to actually change the elements on each tab, I'm simply going to use javascript to display certain fields and hide others, based on ...
1
vote
1answer
34 views

Tabs open according to links on sub menu

In my main navigation bar there is a menu named category & item and it has two submenus which names are category and item respectively. I have only one page to display these two section. My page ...
0
votes
1answer
26 views

UI Tabs with all tabs hidden WITHOUT “active: false”

For my design it is crucial that all tabs are closed when the page initially loads. The default is, however, to display the first tab. These two posts tackled the same question and solved the ...
0
votes
1answer
11 views

Can't have selected tab font color to black

I am trying to design some tabs using CSS and following this post. Unfortunately, I can't manage to have the selected tab font color to black. I have created a JsFiddle to describe the issue. What am ...
1
vote
1answer
19 views

How to set the tab button to select the whole text in ALL the WinForms NumericUpDown in C#

My Requirement: When someone presses the TAB button and moves to a NumericUpDown control in my form, the whole text of this to be selected, i searched a lot and i found this: private void ...
0
votes
0answers
36 views

How do I achieve Google Maps like ActionBar view with ActionSherlock?

What I need to achieve: A custom spinner like this layout Activate an option in this spinner may direct the user to a swipe tab view like in this layout (OFFLINE - STARRED - RECENT tabs) What I ...
0
votes
0answers
36 views

How do I stretch the background of my CSS tab links?

I am having a bit of trouble with a tabbed menu that I am trying to code. I've never done folder tabs before. I searched google for about an hour for a good tutorial, but they're all rubbish. What ...
-1
votes
0answers
12 views

android : how to changed open tab dynamically

I have a project where I have a tabActivity(with tabhost and tabspecs) with tab1,tab2 and i have 2 mainActivity classes act1,act2. Now when i click the "GO" button from act1 I want tab tab1 to open ...
0
votes
2answers
33 views

How to activate another tab after reloading the same php file clicking on a button

My users.php file is: <?php if(isset($_POST['attrname'])){ //insert some stuff to the sql base } ?> <ul id="tabs" class="nav nav-tabs" data-tabs="tabs"> <li ...

1 2 3 4 5 105