tabs

Stacked Tabs Interface (two or three rows of tabs)

I am looking for a solution for having stacked tabs in a web page. I know there are tons of tab implementations out there, but I haven't been able to find one that allows for multiple rows of tabs. When you select a tab from one of the rows above, that row of tabs would drop down to just above the content area (Windows does this in som...

Tabs in Android 1.5 all styled the same - is there a solution, or can I apply custom styles to tabs in 1.5?

I'm trying to create a simple 2 tab interface for an Android application, and this is proving to be a bigger pain than I would have thought. Testing my application in Android 1.5 (SDK 3), both tabs appear white, as if they are both focused. This problem does not occur in more recent SDK versions. Here is the code I am using: TabbedInt...

Whitespace and indentation in F#

I'm just learning about F# and plan to use it for my next project. One thing I find immediately confusing is the lack of support for tab characters in .fs files. I love how indentation is used to show scope/hierarchy, but using spaces just seems so antiquated. Do I have to press backspace four times just to get back to the parent block? ...

WPF FocusManager interferring with focus

Hi All, I have a grid, and in the grid I am setting my first element to be focused: <Grid FocusManager.FocusedElement="{Binding ElementName=companyNameField}"> When the window opens, the correct control is focused. But if I tab through the whole form, when the above focused field, should have the focus, there is no cursor evident an...

How can I fill (not replace) TAB with Spaces in MSWord?

How can I fill (not replace) TAB with Spaces in MS Office Word? In other word, have a look at the following pic: 1 -> 222 -> 3 111 -> 2 -> 333 11 -> 22 -> 33 11 -> 2222 -> 3333 Suppose that -> is indicated one TAB. As you see, each column is justified from left. I need to fill each TAB with Spaces, so that the ju...

Steal/borrow Visual Studio 2010 tabcontrol-template?

I want/would like a TabControl with TabItem's I can close (with an x) and move around. If I also could move the tabitems to other screens it would be great. In fact I want it exactly as in VS2010 with docking and splitting side-by-side etc. But to implement all this by my self would take weeks. Thats life I suppose, but perhaps there is ...

How do you Set cookie to remember open tab? Tabs are created with Coldfusion & Javascript

This is probably more simple than I'm making it but I just can't figure out how to do it. What I've got are tabbed sections created in Coldfusion. The output is that the selected section has a class name that contains the string "tab_selected (+ the UUID created in coldfusion)" versus the unselected tab sections whose class names contain...

How do you add a image to a tab label?

How do you add a image to a tab label on a tab control? Just like this: But on a normal tab page like this: I understand to do this you need to a add a Imagelist and make a index of the images to be used but I haven't found any examples searching on google. Any help? ...

How to make jQuery UI tabs appear at the bottom of a page

Hi All: Is there some way to make the jQuery UI tab widget tabs appear at the bottom of a page? Using the example from the jQuery site: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>jQuery UI Tabs - Default functionality</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="...

pass querystring value to open relevant jquery tab on naext page

i have a link on page 1 with querystring href="page2.html?selected=1". What i want is when i click on this link on page 1 then it should navigate to page 2.html and use this querystring value to open particular jquery tab(using jquery tabs)?? Function is as follows: $(function selectTab(indexId){ var activeTab = location.href; ...

Tabs losing focus in IE jquery ui tabs

I have a page with a 3 tab layout and each tab contains small forms. For accessibility reasons I am paying close attention to tabbing through the page. When I tab through and hit enter in FF & Chrome the focus stays on the tab. In IE 6,7,8 it jumps to the top of the page which causes a big problem for non or low vision users. This same ...

jQuery UI dragging nested sortables to sortable tab

I'm combing a lot of things jQuery's UI can do, up to a point where I got lost... I set up a sample at http://jsfiddle.net/Patrick/uAKvx/. let me know if you have a problem getting to that. Anyway, I am able to order links and drag 'em to other windows, and I'm able to do the same with windows and columns. What I want is to be able to d...

Possible to detect if a user has multiple tabs of your site open?

I'm just thinking about the whole site registration process. A user goes to your site, signs up, and then you tell him you've sent him an email and he needs to verify his email address. So he hits Ctrl+T, pops open a new tab, hits his Gmail fav button, doesn't read a word of your lengthy welcome email, but clicks the first link he sees...

Android scrollable Tabbar

Hello everyone, is it somehow possible to have horizontal scrollable tabbar if there are more than e.g. 10 tabs in it? Have anybody implemented something like this? Mur Ps. It was not nice, what I did: I've deleted almost the same topic, I'd started yesterday. A big SORRY for man, who answered it already, even if it wasn't really t...

"Handmade" TabView for Android

I'm not really fascinated by TabView in Android. So I've got a crazy idea how to do a "handmade"-almost-TabView. Before I start to implement it, I decide to ask you, if this idea too bad, what are negative or positive sides of it. Assume the whole application should include tabbar. The Layout of every activity will get as tabbar for ...

Open a file in a tab in vim in readonly mode

I'm aware of opening files in readonly mode from shell using vim -R, but how to open a file from inside vim in a separate tab (:tabe <filename>) in readonly mode? Thanks for your time. ...

weird jQuery dataTables rendering issue

Hi all, I'm working on a web app that uses menus (fg.menu) and jQuery UI tabs. These work great. I'm now trying to apply the dataTables plugin to the tables that I'm loading (via Ajax) in my tabs. The tables are generated on the server side (JSON is not an option right now) and sit in static files that I load into the tabs. The tables h...

Silverlight - Button control tab stop twice mystery

I'm debugging a large Silverlight application and i'm finding on every form all button controls receive tab focus twice before going to next control. I cannot reproduce this behavior in a simple hello world application though. Interestingly this problem does not occur on HyperlinkButton controls in the same form, just Button. Any idea wh...