1
vote
1answer
20 views
jQuery UI makes my tabs reload every time I click them
Hi,
I'm creating a web application which loads tabs using AJAX. My problem is that if I have multiple tabs, jQuery reloads a tab every time I click it again (after visiting anothe …
0
votes
1answer
25 views
jquery animation done
Ok so I have a tab class that is scrollable which works fine, but now I want to hide the controls if they cannot scroll in the direction that they are trying to go. so I have somet …
0
votes
0answers
12 views
jquery UI overrighting tab
my ajax function gets run and build the new tab dynamically with following code, but it gives error, if tab already exist and its trying to make it again. what i want to know, how …
-1
votes
3answers
92 views
What is the rationale behind Most-Recent-Order for tab switching?
I can't understand the reasoning behind Most-Recent-Order (how Windows sorts windows when switching via Alt+Tab) when used for tab/window/document/task switching. The way Firefox d …
0
votes
1answer
16 views
WPF TabControl add extra tabs to a bound control
Hello,
I have a Tab Control with a ItemsSource Binding.
...
I want to add a predefined tab to the front called All that has an aggregate of all the other tabs, and I would als …
0
votes
2answers
39 views
Open Links in Multiple Browser Windows / Tabs
Hi,
I have a requirement to click on multiple links (selecting them) and then click a button that will open all selected links in new windows or tabs. This will of course be depen …
0
votes
4answers
95 views
How to replace whitespaces and tabs with nothing in C?
Hi,
I wrote this function:
void r_tabs_spaces(char *input) {
int i;
for (i = 0; i < strlen(input); i++)
{
if (input[i] == ' ' || input[i] == '\t' …
0
votes
1answer
24 views
jquery ui tabs problem
hi good people,
been a while I have had my hands full with a cold but I came back to a problem we never found an answer to, it the homepage of a site I am workin and I said that m …
0
votes
1answer
24 views
JQuery Simplemodal and Tabs Help Needed
Hi,
I've got an asp.net page containing a Textbox with an Autocomplete extender on it.
It's setup so the user can type a short reference code into the textbox and then choose from …
1
vote
5answers
118 views
Is there a text editor that will automatically determine whether to indent with spaces or tabs?
It's very easy to set a text editor to use spaces or tab characters with each press of the tab key. However, I'm working with a grip of Python code maintained by a large team of de …
0
votes
0answers
11 views
how to use jquery’s semantic tabs without the div switching functionality?
I need to have the tabs as rendered by jQuery's semantic tabs (semtabs) but without the functionality that shows one div and hides the others.
Is there a simple way to prevent t …
1
vote
3answers
55 views
I have a focus problem in C# GUI with tabs
I have a focus problem in C# GUI with tabs.
I start a process based on an event with the users focus on a tab, and then run the process.
The process repaints the the entire GUI -- …
1
vote
1answer
28 views
JWYSIWYG or jHtmlArea within a Jquery Ui Tab
Hello,
I am not able to get my jwysiwyg and Jhtmlarea text editors to work within an AJAX loaded Jquery UI Tab
Both text editors work when loaded normally.
This loads the tabs o …
0
votes
4answers
58 views
Changing editor tab width in eclipse 3.5
I am trying to adjust the width of tabs from Window -> Preferences -> General -> Editors -> Text Editors where there is a field for "Display Tab Width". But no matter what I enter …
0
votes
3answers
189 views
Best approach to slideup and tabs with jQuery
I'm creating a page with an image at the top, and a menu below. When the user clicks on on of the 3 menu buttons, the image slideUp and the page scrolls down so the menu is at the …
